mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Kill broadcast
This commit is contained in:
@@ -15,8 +15,6 @@ bool XpGainAction::Execute(Event event)
|
|||||||
{
|
{
|
||||||
context->GetValue<uint32>("death count")->Set(0);
|
context->GetValue<uint32>("death count")->Set(0);
|
||||||
|
|
||||||
if (!sRandomPlayerbotMgr->IsRandomBot(bot) || sPlayerbotAIConfig->playerbotsXPrate == 1)
|
|
||||||
return true;
|
|
||||||
|
|
||||||
WorldPacket p(event.getPacket()); // (8+4+1+4+8)
|
WorldPacket p(event.getPacket()); // (8+4+1+4+8)
|
||||||
ObjectGuid guid;
|
ObjectGuid guid;
|
||||||
@@ -42,6 +40,9 @@ bool XpGainAction::Execute(Event event)
|
|||||||
BroadcastHelper::BroadcastKill(botAI, bot, creature);
|
BroadcastHelper::BroadcastKill(botAI, bot, creature);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!sRandomPlayerbotMgr->IsRandomBot(bot) || sPlayerbotAIConfig->playerbotsXPrate == 1)
|
||||||
|
return true;
|
||||||
|
|
||||||
Unit* victim = nullptr;
|
Unit* victim = nullptr;
|
||||||
if (guid)
|
if (guid)
|
||||||
victim = botAI->GetUnit(guid);
|
victim = botAI->GetUnit(guid);
|
||||||
|
|||||||
Reference in New Issue
Block a user