Jump to content

Ordush

Elite user
  • Posts

    1171
  • Joined

  • Last visited

Everything posted by Ordush

  1. You need to turn OFF pet tank when you are in a dungeon. ? That is the ONLY target control that the fightclass, if it changes target besides that, then it's not the fightclass doing it. ?
  2. In the in-game interface. on the third tab. ?
  3. Try changing the range on the last page. set it to 30 then back to 25. It's an issue that happens to some people, i'm yet to figure out why. ?
  4. It will just work. However, you want to undo all the things you did yourself to try and fix it. ?
  5. 7 hours since Droidz was last online.
  6. The path server is down at least for Vanilla. No bots will work on Vanilla atm.
  7. Pathing is not working on any Vanilla servers right now. Tried myself: Northdale, K3 Reported from others: LH, NH, other servers No pathing is currently working
  8. It's WRobot Same issues on K3
  9. I think it's Northdale, nothing works for me either on Northdale. lol
  10. IF it does not use revenge before everything else, then add the condition that you were told to, in the very start of this post, to all other spells than revenge. (IsUsable)
  11. You have 2x Heroics strike, change both of them
  12. Yes, remember to change both your instances of Heroic Strike. ?
  13. look at what Matenia wrote. ? Where it says "Not spell, is lua script" set that to true. ?
  14. Also, you don't want to remove all your conditions, they should still be there. Only remove your Lua Script condition. ?
  15. If you don't change your code all your conditions will be irrelevant.
  16. That works? ? It just sets retV to 1, so it'll never be true? ? Lua Script: revengeUsable = IsUsableSpell("Revenge"); Return value research false Return value var revengeUsable The code you wrote above just casts Heroic Strike. This is why your revenge is not prioritized. Every time it gets to Heroic Strike, it will run the code you just wrote, and cast heroic strike, it will overwrite any condition you have made. Edit: Just looked through your code. The heroic strike will always overwrite anything, it does not care for any conditions at all. My guess is that you made that code in or for it to not turn OFF heroic strike Instead do it like this: Where it says "Heroic Strike" on the left (spell name) write: RunMacroText("/cast !Heroic Strike") Then under the spell settings (top setings thingy) change to Is Lua Code or whatever it says. ? Then remove that silly LuaScript. ?
  17. If you are on vanilla, you need to have the spell on actionbar for IsUsableSpell to work. you can also do a lua condition instead with revengeUsable = IsUsableSpell("Revenge"); revengeUsable has to be your check var however, this is also requires your spell to be on the actionbar. Now, if it make take WRobot a second to register that Revenge is usable, hence it might cast spells anyway. Try increasing the fps on the FC. (Top left corner). Edit: I just noticed devastate, so you are not on Vanilla. ?
  18. Can't this code be used to fix the revive bug in dungeons?
  19. lol gotta love WRobot, and all it's small kinks =P
  20. PLEASE do tell if you figure out what the issue is. So i can add it to the FAQ. ?
  21. I am not sure why you are having these issues. ? You have tried making a fresh install in a whole new folder?
  22. It's really weird, because i am not getting this issue at all. Not even on proxy. Please try turning on CTM. see if t changes anything, basically i have done everything that can be done to fix the issue. I even have MovementManager.Face(ObjectManager.Target); in the end of the movement code, so it honestly sounds like a wrobot bug, that is happening to you for some odd reason. It's very hard to fix something i can't replicate. I take these bug reports very seriously, and until now I've managed to fix 100% of all the bugs reported. (Although 95% of the bugs reported, has not been caused by my fightclass).
  23. But.. That is what i started telling you to use ?
  24. afraid it's not something I've ever looked into. Maybe @Matenia knows something, hard to tell. ?
×
×
  • Create New...