Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, this log can happen when you are logout (or if he has freeze you)
  2. 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/ ).
  3. He, wait next update for the fix
  4. 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)
  5. hello, in log file (folder "Logs")
  6. no sorry, you can do it manually with your profile
  7. wManager.Wow.Bot.States.Trainers.ForceGoClassTrainer();
  8. Hi, I can do it for train new spells but it will be complicated for the professions
  9. Hi, in Wotlk?
  10. 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);
  11. 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
  12. 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
  13. use lua condition (or don't use condition and use "Timer" in spell settings if it is simple buff)
  14. Droidz

    ClearTarget

    use wrobot api (read previous message):
  15. Hello, WRobot works only on private servers (and don't support BFA), you have free trial version to test it before purchase.
  16. It is probably because you run lua code ResetInstances(); You get this error in wow?
  17. hello, do you use wrobot plugins?
  18. 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
  19. you can also try to download wow client on another website (to be sure that your client is not modified)
  20. No sorry, update your windows (or make VM with more recent windows version)
  21. Hello, I think that problem is caused by "wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true". Disable also "wManager.wManagerSetting.CurrentSetting.LootMobs = false;" and enable it sometime to loot killed mobs.
  22. problem is that you use outdated version of Windows. Try to put NoFakeCallStack.bat in wrobot folder and run WRobot with that
  23. you use quester? if yes after step to pulse followpath add step type "RunMacroLua" and use in param "/use YourItemName"
  24. Hello, when you upgrade your key to need to restart all running sessions to apply new limit. You should no longer have this problem.
×
×
  • Create New...