Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to put false at spell setting "Check if spell is good distance".
  2. http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12213
  3. Droidz

    Predatory Swiftness

    Use http://wrobot.eu/forums/topic/3573-snippets-c-codes-for-fight-classes/#comment-16508 with spell id 69369 (http://wrobot.eu/bugtracker/buff-checking-failed-r496/)
  4. It is only display problem, I'll fix it. Ofcourse, this does not alter the existing profiles.
  5. Hello, In quest order (steps), look at the end: http://wrobot.eu/files/file/715-eenys-wod-slagmine-goldfarmer/
  6. I'll release update, if you can tell me if problem is reolved.
  7. Hello, I have noted your suggestion, I come back when is done. You can look this profile: http://wrobot.eu/forums/topic/3658-quester-sometimes-decides-to-double-pulse/?do=findComment&comment=17225 (but you cannot use the methods in "quest order")
  8. Hello, you get same problem when "lua to move" is not enabled? Without "lua to move" WRobot don't works in background (I have added option "lua to move" because some antivirus/softwares block keyboard access, but if you can don't use this option)?
  9. Hello, try to blacklist zone (tab tools) where your get problem
  10. Hello, if you can select one quest and: - if it is not same objective, look this profile: http://wrobot.eu/files/file/532-apexis-daily-quests/ - if it is exactly the same quests like http://www.wowhead.com/quest=28757/beating-them-back :
  11. Hello, sorry but I'll no add these features (http://wrobot.eu/bugtracker/auto-appraisal-of-the-items-r492/)
  12. I have disabled "Google Maps" option (I ignore cause, my api key seem active on my google account).
  13. Hello, can you share your log file please.
  14. If you can try to use this version of the plugin: Auto_Disable_CTM.cs
  15. Use lua code http://wrobot.eu/bugtracker/sizerange-calculation-is-broken-r497/?do=findComment&comment=3338 don't works also with range spells?
  16. Yes, this works for me, but your need to stop/start bot when you change your talents (to refresh spellbook)
  17. 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
  18. Changed Status to Not a Bug
  19. 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.
  20. Changed Status to Fixed Changed Version to All
×
×
  • Create New...