Everything posted by Droidz
-
WRobot Legion 7.3.5.26365
Hello, you can found it here: https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
-
Got banned.. this is the last log
Hello, this log can happen when you are logout (or if he has freeze you)
-
dismount problem
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/ ).
-
Error with Party.GetParty()
He, wait next update for the fix
-
Lua array
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)
-
Whispers
hello, in log file (folder "Logs")
-
Go To Trainers command (for all classes)
no sorry, you can do it manually with your profile
-
Go To Trainers command (for all classes)
wManager.Wow.Bot.States.Trainers.ForceGoClassTrainer();
-
Go To Trainers command (for all classes)
it is ok?
-
Go To Trainers command (for all classes)
Hi, I can do it for train new spells but it will be complicated for the professions
-
Error with Party.GetParty()
Hi, in Wotlk?
-
GetText() from wow interface elements
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);
-
Bot wont smelt
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
-
wManager.wManagerSetting.CurrentSetting.IgnoreServerRoadsWater
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
-
How can i add Custom Spell to buff?
use lua condition (or don't use condition and use "Timer" in spell settings if it is simple buff)
-
ClearTarget
use wrobot api (read previous message):
-
BOT DOES NOT WORK WITH CURRENT VERSION?
Hello, WRobot works only on private servers (and don't support BFA), you have free trial version to test it before purchase.
-
Always force dungeon progress to reset
It is probably because you run lua code ResetInstances(); You get this error in wow?
-
Always force dungeon progress to reset
hello, do you use wrobot plugins?
-
grinder instance profile
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
-
Wrobot problem
you can also try to download wow client on another website (to be sure that your client is not modified)
-
Wrobot problem
No sorry, update your windows (or make VM with more recent windows version)
-
abnormal loot in combat
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.
-
Wrobot problem
problem is that you use outdated version of Windows. Try to put NoFakeCallStack.bat in wrobot folder and run WRobot with that
-
How to use in-item options?
you use quester? if yes after step to pulse followpath add step type "RunMacroLua" and use in param "/use YourItemName"