mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
reduce spam
This commit is contained in:
parent
06a63aa730
commit
1128e0280a
@ -16,10 +16,10 @@ void EmoteStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
|
||||
if (sPlayerbotAIConfig->randomBotTalk)
|
||||
{
|
||||
triggers.push_back(new TriggerNode("often", NextAction::array(0, new NextAction("suggest what to do", 35.0f),
|
||||
new NextAction("suggest dungeon", 50.0f),
|
||||
new NextAction("suggest trade", 65.0f),
|
||||
new NextAction("talk", 10.0f),
|
||||
triggers.push_back(new TriggerNode("often", NextAction::array(0, new NextAction("suggest what to do", 10.0f),
|
||||
new NextAction("suggest dungeon", 3.0f),
|
||||
new NextAction("suggest trade", 3.0f),
|
||||
new NextAction("talk", 1.0f),
|
||||
nullptr)));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user