Jump to content

Ordush

Elite user
  • Posts

    1165
  • Joined

  • Last visited

Everything posted by Ordush

  1. All the profils you have listed there are pretty old as far as i know.
  2. It's server restart, Endless.gg crashes several times every day. It has nothing to do with botting.
  3. I will be releasing a lot based on that server. ? I'm currently working on updating all my TBC Fightclasses. ? I'm leveling 1-70 too on a few chars, just to get an idea of what is the quickest way to level up. ?
  4. I only have 2 accounts there atm. What happens if you log on with another account, is it IP based or hardware ID based?
  5. If (ObjectManager.Me.HaveBuff("Mind Vision")) Products.InPause = true;
  6. Make the bot stop if you have the buff mind vision
  7. Can you try and stop the bot /run reloadUI() then start the bot again it should auto update
  8. There should be a minimap button, if you click that, you should be able to get to the Extra Options where you can change that. ?
  9. It's not supposed to go to wow addons folder. It's supposed to go to plugins in wrobot. ?
  10. Afraid so, it has a lot of features, but as I said, there should be free ones on the forum.
  11. My interface works cross all expansions. ?
  12. There are plugins here to do it, my In-Game Settings Has a setting to enable it. ? - Probably also is free plugins for it. ?
  13. It does about the same, but gives you an error message if any errors happens.
  14. Are you sure it's not toggeling? You won't see it change, because if you change the values within your config instead of using the interface, the switches doesn't turn untill you restart wrobot. ?
  15. Yes, there is no way to prevent wrobot from spamming the code when it's made in the fightclass editor. Please see your pm. If you insist on using my fightclass editor version that you have now, just turn off the log to prevent it from crashing. Otherwise use the file I pm'ed you..
  16. This doesn't have anything to do with anti-cheat. His issue is that his wow turns black when he goes windowed mode. Not related to wrobot, but rather the client itself.
  17. You create these tables yourself, and no you don't need to download anything. You actually might not even need to make a table, it was just some way for you to keep your stuff sorted. Get the stats from the tooltip, compare these stats with your weight, if the stats comes out as something you'd roll on, then roll on that item. Do you HAVE to make it an wow item? Can you not skip this alltogether? I personally haven't used wrobot to roll.
  18. I understand, are you only able to roll based on ID? Because if not, then the 0 ID bug, can be avoided simply by using name. ? You could make a table with the item name and stats, if the stats meets your satisfactory, then roll need on the item otherwise greed/disenchant. Edit: Tables (Lua) is about the same as 'arrays' in c#. ?
  19. Do you need to roll based on ID? Sounds a bit like double work to first convert to ID? Can't you just make the roll based on item name? Another solution is to get itemlink from the frame itself. You can use framestack to figure out what frame it is, then you can both get stats as well as item id from that. ? Edit: I obviously didn't mean itemlink, I meant tooltip lol
  20. Did you ask on warmane forums as i suggested?
×
×
  • Create New...