Skip to content

Max level healing bots go out of mana within seconds #29

@hggeren

Description

@hggeren

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions