-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
The max level bots go out of mana within seconds when healing a 40 man raid (Tried with 36 bots in Molten Core with full Pre-raid best in slot, 8 of which were healers). I think this might be because the bots aren't down-ranking healing spells at all. Can someone explain to me how the InitSpell() method in PlayerbotAi.cpp works? Does it only add the max rank spell to the bot's arsenal? Would it be possible for me to simply set a spell ID number instead of a call to m_ai->initSpell() in each respective class bot file to only make them use one specific rank of the healing spell? For example:
HEALING_TOUCH = 5188; //spell id of rank 4 Healing Touch.
In the PlayerbotDruidAI.cpp.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels