Jump to content

Ordush

Elite user
  • Posts

    1178
  • Joined

  • Last visited

Everything posted by Ordush

  1. Hey Droidz Could you make it so you can select more than one step at a time? Perhaps holding shift? It's quite anoying when you do new profiles and want to disable a lot of steps to test. That you have to disable 1 step at a time. Cheers! -Ordush
  2. There is no fix. In vanilla you can't tell what kind of bag you have, so there is no way to tell it what to do in case you have ammo bag/quiver
  3. Yeah, not sure why, but for some users wrobot just doesn't like memory reading. ? I will add it as an auto feature next update. ?
  4. Try adding auto shoot to your action bar. sometimes the code that reads from memory can be slow, there is also a "backup" that checks actionbar ?
  5. pet switching target? The way pet tank works is that the pet TANKS the mobs, so if you get aggro on a mob, the pet will attack that mob until it has aggro, then it will move to the next mob. If the pet has aggro on everything, it will target the mob with the lowest hp. This is fully intended. I'm not sure i understand? So it's spamming Wing Clip, but not when the mob doesn't have it? Edit: I just looked at my code, must have been drunk when i wrote that code ... lol.. Yes it does spam wing clip if it's on. even if the target has wing clip already. I will fix this in the next update.
  6. As I replied to you in your mail You have something fucking up your set-up please read the FAQ. I even added a link for the FAQ. If reinstalling wow/wrobot and ONLY adding my fightclass, does not solve your issues. Then you can come back here! ?
  7. Not yet, i have been swamped with work the last couple of months, so i haven't had time to add features. It will be added though. HOWEVER You can turn off feed pet, and use the plugin for auto pet feed. ?
  8. 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. ?
  9. In the in-game interface. on the third tab. ?
  10. 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. ?
  11. It will just work. However, you want to undo all the things you did yourself to try and fix it. ?
  12. 7 hours since Droidz was last online.
  13. The path server is down at least for Vanilla. No bots will work on Vanilla atm.
  14. 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
  15. It's WRobot Same issues on K3
  16. I think it's Northdale, nothing works for me either on Northdale. lol
  17. 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)
  18. You have 2x Heroics strike, change both of them
  19. Yes, remember to change both your instances of Heroic Strike. ?
  20. look at what Matenia wrote. ? Where it says "Not spell, is lua script" set that to true. ?
  21. Also, you don't want to remove all your conditions, they should still be there. Only remove your Lua Script condition. ?
  22. If you don't change your code all your conditions will be irrelevant.
  23. 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. ?
  24. 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. ?
×
×
  • Create New...