PDA

View Full Version : problems with bot bards, rogues, rangers


Davood
09-17-2009, 08:48 PM
My players complained about their bots being broke since I went to the R974 update.

Bard Bots seem to sing their songs on spawn, and for the first battle only, afterwards they stop singing altogether, I traced the code but couldn't figure out what might be broken.....
I found this diff for the R921 update which "fixed" bard bots after they had been "converted" to the new coding style, but didn't really fix them:

http://code.google.com/p/projecteqemu/source/diff?spec=svn921&r=921&format=side&path=/trunk/EQEmuServer/zone/bot.cpp


Rogue Bots don't seem to want to open any doors.. the code which handles it seems to execute when I put checks in place, but the command
entity_list.OpenDoorsNear(c->GetTarget()->CastToNPC());
(bot.cpp)
doesn't seem to want to work
could there be a problem in
void EntityList::OpenDoorsNear(NPC* who)
(entity.cpp) ?

louis1016
07-24-2012, 01:24 AM
Also am having this problem with bard bots. Can't locate the issue yet.

lerxst2112
07-24-2012, 01:41 AM
Should probably start a new topic. That post was from 3 years and almost 1200 code updates ago. :)

bad_captain
07-24-2012, 08:28 AM
Also, stating what is not appearing to work correctly would be nice.