trickerer / Trinity-Bots

NPCBots for TrinityCore and AzerothCore 3.3.5
https://github.com/trickerer/TrinityCore-3.3.5-with-NPCBots/
469 stars 156 forks source link

Enhancement : Fire mage skill rotation improvement #51

Closed Ryu1254 closed 3 years ago

Ryu1254 commented 3 years ago

Hello

For bot fire mage, I didn't see the bot use Scorch at all or using the molten Armor. this may end with weak dps even with high end gear. I have 0 skill in coding C++, but I take a chance to modify the bot_mage_ai.cpp to add the scorch.. but no success. maybe you can help with this. bot_mage_ai.txt

I also, notice the fire mage bot do the living bombe randomly.. not consistence with a specific rotation..

For the rotation for fire mage, if that can help to improve the DPS for Fire mage.

Rotation Scorch → Living Bomb → spam Fireball or Frostfire Bolt → Pyroblast

Scorch – every 30 seconds Living Bomb – every 12 seconds after the explosion Pyroblast – after every Hot Streak proc.

trickerer commented 3 years ago

You'll have to disable both Frost Armor and Ice Armor in order to force Molten Armor outside of instances, otherwise bot will assume more defensive strat.

3abb6c6a8e

Ryu1254 commented 3 years ago

This is perfect.. I test it again by disable the frost and ice armor. I see my fire mage bot increate DPS by a lot with the new scorch implement. Thank for the improvement.