View Single Post
  #5  
Old 11-02-2002, 03:44 PM
quester
Hill Giant
 
Join Date: Oct 2002
Posts: 108
Default

Quote:
Originally Posted by Wiz
Nice addition.

Suggest you make myDEX bigger than int8 though, dex is a int16 value.
Nice catch.. thanks. I'll make that change.

The issue of the NPC stats needs to be looked at though. Currently they are all hardcoded to 75, and no way to change them. Ideally, the stats, and AC, should be added as new columns in the npc_types database. Thats how they are in the real EQ database IIRC. (Not positive, because to be honest 99% of the time we would just copy a record from a similiar mob and alter it as needed.. I do'nt think I ever once set stats on a mob while I worked there lol).
Reply With Quote