Jump to content

Droidz

Administrators
  • Posts

    12577
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, sorry problem is normally resolved.
  2. try to rename wow executable file to Wow.exe
  3. Hello, you have restart bot/wow after buying? you use flying profile? youi have put good flying mount name?
  4. Hello, you can found it here: https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  5. Hello, this log can happen when you are logout (or if he has freeze you)
  6. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. He, wait next update for the fix
  8. Hi, List<int> list = Lua.LuaDoString<List<int>>("local s={}; for i = 1,17 do local l = GetInventoryItemLink('player', i) if l then local r=l:match('item:(%d+):(%d+)') table.insert(s, r) end end return unpack(s)"); Lua code formatted: local s={}; for i = 1,17 do local l = GetInventoryItemLink('player', i) if l then local r=l:match('item:(%d+):(%d+)') table.insert(s, r) end end return unpack(s)
  9. hello, in log file (folder "Logs")
  10. no sorry, you can do it manually with your profile
  11. wManager.Wow.Bot.States.Trainers.ForceGoClassTrainer();
  12. Hi, I can do it for train new spells but it will be complicated for the professions
  13. Hi, in Wotlk?
  14. Hi, For popup: https://wrobot.eu/forums/topic/10936-how-to-get-text-from-staticpopup1/?do=findComment&comment=52116 For error message I don't found, it is UIErrorsFrame but I don't found variable/function to get text. But you can do it in C# (code for worlk): string lastError = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(wManager.Wow.Memory.WowMemory.Memory.RebaseAddress(0x7CFB90), 200);
  15. Hello, In "NPC DB" (tab tools) add npc type "Smelting" (add the npc nearest the smelting zone), WRobot will smelting when he will go to the town (if you activate "Smelting" option in advanced general settings). If you use wow addons try to disable all
  16. Hello, if you disable this option, server will return the shortest path, if you enable this option server will try to use road (even if path is longer) (if continent have recorded road, it is case only for mains continents, and currently no water recorded) You can add water yourself, for that add blacklisted zone and change typearea to POLYAREA_WATER
  17. use lua condition (or don't use condition and use "Timer" in spell settings if it is simple buff)
  18. Droidz

    ClearTarget

    use wrobot api (read previous message):
  19. Hello, WRobot works only on private servers (and don't support BFA), you have free trial version to test it before purchase.
  20. It is probably because you run lua code ResetInstances(); You get this error in wow?
  21. hello, do you use wrobot plugins?
  22. Hello, Use "radar3d" (tab map) to try to understand what happen. But I think that WRobot try to go to position who is in the instance. For instance it is better to use quester
  23. you can also try to download wow client on another website (to be sure that your client is not modified)
  24. No sorry, update your windows (or make VM with more recent windows version)
×
×
  • Create New...