You can also use lua ( http://wow.gamepedia.com/API_IsSpellInRange ) :
spellInRange = 0; local name = GetSpellInfo(100); if name then spellInRange = IsSpellInRange(name, "target"); end
In spell "Wild Charge"
- Remove all conditions "Target distance"
- Add c sharp condition with code:
ObjectManager.Target.GetDistance > 5 + ObjectManager.Target.CombatReach
(you can also add c sharp condition with code : "ObjectManager.Target.GetDistance < 25 + ObjectManager.Target.CombatReach", but normally, it is calculated automatically)
Activate option "Calculate interact/combat distance by target size" (without this option, WRobot is not human with big target)
If you can wait next update. (Don't forget to add in your "npc db" (or profile) the NPC trainer (for hunter add Npc type 'HunterTrainer',...) WRobot go to trainer when he level up.
Hello,
Sorry, this feature can be good, but I'll not add this (I want keep easy to use auction bot).
You can buy item with lower price than your price (to keep monopoly), or you need to make it manually.