enchanter bots
searched through forums and I cant seem to find anything on this. with latest code i make an enc bot, first thing it does is summon a pet. I then use #bot pet remove to test charm and i get a "You must target your enchanter, necromancer or druid bot" msg. anyone else getting this?
|
Looks like there's a logic error in the code. It's checking for someone OTHER than the bot's owner before it executes the command.
In bot.cpp there's a line that reads: Code:
if (c->IsGrouped() && c->GetTarget()->IsBot() && (c->GetTarget()->CastToBot()->GetBotOwnerCharacterID() != c->CharacterID()) && Code:
if (c->IsGrouped() && c->GetTarget()->IsBot() && (c->GetTarget()->CastToBot()->GetBotOwnerCharacterID() == c->CharacterID()) && |
All times are GMT -4. The time now is 06:25 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.