View Single Post
  #1  
Old 12-09-2011, 11:57 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default Bot problem or something else ?

Not sure if this is a BOT problem or something else, with the latest compile of r2086 I noticed that at level 53 I died in Chardok. My necro bot could never seem to pull my corpse. I looked through the code and cast the exact same spell, (ID3) and was immediately able to do it as GM. I even stopped the server, restarted it. I am not sure, it seemed like the necro was showing the casting text, I could see the spell effect....

Here is the BOT code.

Code:
else if((summonerlevel > 34) && (summonerlevel < 71)) {
						g->members[i]->Say("Attempting to summon %s\'s corpse.", t->GetCleanName());
						g->members[i]->CastSpell(3, t->GetID(), 1, -1, -1);
						return;
					}
Reply With Quote