mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Update playerbots.conf.dist (#1635)
* Update playerbots.conf.dist Added Half-Burried Bottle to the list of dissallowed GO's * Update PlayerbotAIConfig.cpp Added Half-Burried Bottle to the list of disallowed GO's in the standard values of the source to complete this PR
This commit is contained in:
@@ -1997,11 +1997,11 @@ AiPlayerbot.AllowedLogFiles = ""
|
|||||||
####################################################################################################
|
####################################################################################################
|
||||||
# A list of gameObject GUID's that are not allowed for bots to interact with.
|
# A list of gameObject GUID's that are not allowed for bots to interact with.
|
||||||
#
|
#
|
||||||
AiPlayerbot.DisallowedGameObjects = 176213,17155,2656,74448,19020,3719,3658,3705,3706,105579,75293,2857,179490,141596,160836,160845,179516,176224,181085,176112,128308,128403,165739,165738,175245,175970,176325,176327,123329
|
AiPlayerbot.DisallowedGameObjects = 176213,17155,2656,74448,19020,3719,3658,3705,3706,105579,75293,2857,179490,141596,160836,160845,179516,176224,181085,176112,128308,128403,165739,165738,175245,175970,176325,176327,123329,2560
|
||||||
#
|
#
|
||||||
# List of GUID's:
|
# List of GUID's:
|
||||||
# QuestItems:
|
# QuestItems:
|
||||||
# 176213 = Blood of Heroes, 17155 = Defias Gunpowder, 2656 = Waterlogged Envelope, 123329 = Baelogs Chest
|
# 176213 = Blood of Heroes, 17155 = Defias Gunpowder, 2656 = Waterlogged Envelope, 123329 = Baelogs Chest, 2560 = Half-Buried Bottle
|
||||||
# Chests:
|
# Chests:
|
||||||
# Large Solid Chest = 74448, Box of Assorted Parts = 19020, Food Crate = 3719, Water Barrel = 3658, Barrel of Milk = 3705, Barrel of sweet Nectar = 3706, Tattered Chest = 105579, Large bettered Chest = 75293, Solid Chest = 2857, Battered Foodlocker = 179490, Witch Doctor's Chest = 141596, Relic Coffer = 160836, Dark Coffer = 160845, Fengus's Chest = 179516, Supply Crate = 176224/181085, Malor's Strongbox = 176112
|
# Large Solid Chest = 74448, Box of Assorted Parts = 19020, Food Crate = 3719, Water Barrel = 3658, Barrel of Milk = 3705, Barrel of sweet Nectar = 3706, Tattered Chest = 105579, Large bettered Chest = 75293, Solid Chest = 2857, Battered Foodlocker = 179490, Witch Doctor's Chest = 141596, Relic Coffer = 160836, Dark Coffer = 160845, Fengus's Chest = 179516, Supply Crate = 176224/181085, Malor's Strongbox = 176112
|
||||||
# Other:
|
# Other:
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ bool PlayerbotAIConfig::Initialize()
|
|||||||
sConfigMgr->GetOption<std::string>("AiPlayerbot.DisallowedGameObjects",
|
sConfigMgr->GetOption<std::string>("AiPlayerbot.DisallowedGameObjects",
|
||||||
"176213,17155,2656,74448,19020,3719,3658,3705,3706,105579,75293,2857,"
|
"176213,17155,2656,74448,19020,3719,3658,3705,3706,105579,75293,2857,"
|
||||||
"179490,141596,160836,160845,179516,176224,181085,176112,128308,128403,"
|
"179490,141596,160836,160845,179516,176224,181085,176112,128308,128403,"
|
||||||
"165739,165738,175245,175970,176325,176327,123329"),
|
"165739,165738,175245,175970,176325,176327,123329,2560"),
|
||||||
disallowedGameObjects);
|
disallowedGameObjects);
|
||||||
botAutologin = sConfigMgr->GetOption<bool>("AiPlayerbot.BotAutologin", false);
|
botAutologin = sConfigMgr->GetOption<bool>("AiPlayerbot.BotAutologin", false);
|
||||||
randomBotAutologin = sConfigMgr->GetOption<bool>("AiPlayerbot.RandomBotAutologin", true);
|
randomBotAutologin = sConfigMgr->GetOption<bool>("AiPlayerbot.RandomBotAutologin", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user