mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Merge pull request #231 from yuan227301/master
Quests required for dungeons
This commit is contained in:
@@ -125,7 +125,7 @@ AiPlayerbot.LimitEnchantExpansion = 1
|
|||||||
AiPlayerbot.GearScoreCheck = 0
|
AiPlayerbot.GearScoreCheck = 0
|
||||||
|
|
||||||
# Quest that will be completed and rewarded to all random bots
|
# Quest that will be completed and rewarded to all random bots
|
||||||
AiPlayerbot.RandomBotQuestIds = "7848,3802,5505,6502,7761"
|
AiPlayerbot.RandomBotQuestIds = "7848,3802,5505,6502,7761,10277,10285,11492,24499,24511,24710,24712"
|
||||||
|
|
||||||
# Randombots will group with nearby bots to do shared quests
|
# Randombots will group with nearby bots to do shared quests
|
||||||
AiPlayerbot.RandomBotGroupNearby = 0
|
AiPlayerbot.RandomBotGroupNearby = 0
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ bool AcceptDuelAction::Execute(Event event)
|
|||||||
WorldPacket packet(CMSG_DUEL_CANCELLED, 8);
|
WorldPacket packet(CMSG_DUEL_CANCELLED, 8);
|
||||||
packet << flagGuid;
|
packet << flagGuid;
|
||||||
bot->GetSession()->HandleDuelCancelledOpcode(packet);
|
bot->GetSession()->HandleDuelCancelledOpcode(packet);
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
WorldPacket packet(CMSG_DUEL_ACCEPTED, 8);
|
WorldPacket packet(CMSG_DUEL_ACCEPTED, 8);
|
||||||
|
|||||||
Reference in New Issue
Block a user