View Single Post
  #30  
Old 10-09-2008, 05:24 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

The bot command in the command.cpp uses this code:

Code:
		if(c->IsEngaged() || c->GetFeigned())
        {
            c->Message(15, "You can't summon bots while you are engaged or feigned.");
			return;
		}
Which is why I thought it would work. If it doesn't work for players, then it seems like that code won't work properly.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote