Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, https://wrobot.eu/files/file/428-wait-party/
  2. Hello, in advanced general settings tab "Vendor..." you have option "Food/Drink Amount"
  3. Changed Status to Confirmed Changed Version to All
  4. You can use the name in "GoToStep" (you can also use step number in GoToStep):
  5. If you can tell me if problem is resolved with last wrobot update
  6. can you also send me your profile (by private message if it is private profile), and your full log file. (and if someone else has this problem he does not hesitate to tell it)
  7. Hello, I'll obfuscate recipient name in log. And can you sendme screenshot when you are stuck
  8. Read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you cannot resolve this problem send me message I'll refund your subscription
  9. Hello, this can happen sometimes, if you can add 2 check like: if (Conditions.InGameAndConnected && ItemsManager.GetItemCountByNameLUA("item name") == 0) { System.Threading.Thread.Sleep(200); if (Conditions.InGameAndConnected && ItemsManager.GetItemCountByNameLUA("item name") == 0) return true; } return false;
  10. Hello, add this to your fightclass:
  11. Hello, In your profile add this action https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ : c#: wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc = true; Do you use wow addons? If yes try to disable all. Can you share your fightclass
  12. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (try to disable your antivirus and reinstall in new wrobot in new folder, try to close skype and teamviewer and reinstall framework) If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Hello, wait next update and tell me if problem is resolved
  14. With next update, use relogger app will resolve problem
  15. Hello, wait next update, wrobot relaunch wow 2 minutes
  16. Hello, if you can wait next update and tell me if problem is fixed
  17. Ok, for problem with relogger and settings wait next update
  18. Hello, with code like: string s = wManager.Wow.Helpers.ItemsManager.GetItemSpell(5514); if (!string.IsNullOrWhiteSpace(s)) { bool isUsable = wManager.Wow.Helpers.SpellManager.SpellUsableLUA(s); }
  19. Hello, no sorry, more similar plugin for that is https://wrobot.eu/files/file/512-loot-statistics/ (you can also search in wow addons)
×
×
  • Create New...