> > GET_GOLD(mob_proto + i) = t[0]; > > GET_EXP(mob_proto + i) = t[1]; > > GET_RACE(mob_proto + i) = t[2]; > > GET_CLASS(mob_proto + i) = t[3]; > >Can you give us the #define for GET_RACE and GET_CLASS? #define GET_RACE(ch) ((ch)->player.race) #define GET_CLASS(ch) ((ch)->player.chclass) --Ziz _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/24/03 PDT