Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Use lua code http://wrobot.eu/bugtracker/sizerange-calculation-is-broken-r497/?do=findComment&comment=3338 don't works also with range spells?
  2. Hello, I'll add it in next updates.
  3. Yes, this works for me, but your need to stop/start bot when you change your talents (to refresh spellbook)
  4. 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
  5. Changed Status to Not a Bug
  6. Yes, since Legion pre-patch, he has a lot of buffs passive (or not) with same name, you need to use spell id instead spell name.
  7. Changed Status to Fixed Changed Version to All
  8. Mage - Frost 1.0 [BR] Autodetect pet.xml
  9. I think, you don't use good id:
  10. 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)
  11. If you can wait next update and tell me if problem is resolved.
  12. Hello, sorry but now WRotation is not free.
  13. Hello, do you have option "Calculate interact/combat distance by target size" activated (in advanced general settings)?
  14. http://wrobot.eu/bugtracker/developers-we-need-couple-new-apis-r372/?do=findComment&comment=3322
  15. http://wrobot.eu/bugtracker/developers-we-need-couple-new-apis-r372/?do=findComment&comment=3322
  16. http://wrobot.eu/bugtracker/developers-we-need-couple-new-apis-r372/?do=findComment&comment=3322
  17. 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.
  18. Changed Status to Added
  19. 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.
  20. I cannot reproduce this problem. Do you have try to reinstall WRobot?
  21. Changed Status to Fixed
  22. Changed Status to Fixed
  23. Changed Status to Fixed Changed Version to All
  24. Version 1.0.0

    341 downloads

    Human Warrior start zone test
×
×
  • Create New...