New: mob-wield.txt, mobile_parser.README, mobile_parser.patch, skills.README, skills.tar.gz, mortalwhere.txt Click the link below for descriptions of each.
<< FTP Uploads 2001/02/11 | Reply | Threaded | Implementing Spirits [by Subliminal] >>
|
|
mobile_parser by Mysidia (jmhess@NOSPAMANDSTUFF.i-55.com) on Thursday, May 24th @ 07:07:33 PM http:// |
This "altered parser" effort seems to be misguided. the XdY+Z and the TdW+V fields are for specifying respectively the dice rolled for damage and calculating hit points at load.. they have nothing to do with "mana" or "movement". BareHandAttack is a circle extention for attacktype -- renaming that would unnecessarily break parsers. I feel the effort to "improve" the parser is misguided. |
[ Reply to this comment ] |
|
skills.tar.gz by D. Tyler Barnes () on Saturday, May 26th @ 11:09:17 AM http:// |
Found a couple glitches in this.. First off, I don't know why I even used two_arguments .. ditch that in place of one_argument, get rid of the buffer that isn't used anywhere (secondarg), and make a copy of the information being run through strtok so that the alias lists don't get truncated by the nulls it puts in. |
[ Reply to this comment ] |