Everything posted by Droidz
-
How to add players unit to a list ?
Je n'ai pas trouvé de solution sans passer par lua.
-
Converting KICK's 90-100 Alliance
Hello, I have replied here: http://wrobot.eu/forums/topic/2523-converting-kicks-draenor-pathfinder-profiles/?do=findComment&comment=11543 I shared some quests profiles for alliance (90-100) here: http://wrobot.eu/files/category/51-90-100/ (you can use grinder for missing profiles: http://wrobot.eu/files/category/36-90-100/)
-
Converting KICK's draenor pathfinder profiles?
Hello, Can you share profile please. But if it is quest profile you cannot convert it easily.
-
Renew Sub
Hello, Thank you. I don't understand your request, you can found your new license key here: http://wrobot.eu/clients/purchases/ (license key is automaticly generated after payment).
-
Support for 5.4.2 (17688)
Hello, No yet, but I'll add it (after the version for 3.3.5a is released).
-
bot crashing or closing on trial login
Hello, Are you sure that install SlimDX don't resolve this problem? Try to install last Framework version: https://www.microsoft.com/fr-fr/download/details.aspx?id=48130 (if you run Windows 10 use "Windows Updater"). Try to disable your antivirus/firewall and reinstall WRobot.
- Few Pre Buy Question that arnt in the FAQ.
-
Are there profile for lvling 1-100?
Hello, You can use "Grinder", "Quester" or "Automaton" bot to leveling. He has a lot of grinder profiles delivred with the bot. Automaton don't required profiles.You can found Grinder and Quester profiles shared by the community here: http://wrobot.eu/files/category/4-profiles/
-
Bot Crashes on TRIAL login?
Hello, Do you run WRobot on Windows admin session? Try to install SlimDX, if this don't resolve problem try to change directx version in game: .
-
error msgs
I have found this on google: http://forum.keenswh.com/threads/unable-to-launch-serialization-errors.7291703/ Try to install last framework version: https://www.microsoft.com/fr-fr/download/details.aspx?id=48130
-
Bot stops working
Hello, Can you try to download and install last framework version: https://www.microsoft.com/fr-fr/download/details.aspx?id=48130 (if you use windows 10 use windows update)
-
Rotations.
Hello, Np, if any have same question you need to use product "WRotation".
-
wrobot stuck at login after windows 10 upgrade
Hello, I use Windows 10. Try to update Windows, this will automaticly install last Framework version. You can also try to use preinstaller version of WRobot: http://download.wrobot.eu/wrobot/tmp/WRobotPack.zip
-
Tremor on casting Fear
Hello, Put this code insted spell name in your fightclass, and activate spell setting "Not Spell, is lua...". I haven't tested, but try this lua code: local spell, _, _, _, _, _, _, castID, _, = UnitCastingInfo("Arena1"); local usable, nomana = IsUsableSpell("Tremor Totem"); if spell then if castID == 5782 and usable then RunMacroText("/cast Tremor Totem"); end end or this code (if you want check all area members): for i = 1, 5 do local spell, _, _, _, _, _, _, castID, _, = UnitCastingInfo("Arena" .. tostring(i)); local usable, nomana = IsUsableSpell("Tremor Totem"); if spell then if castID == 5782 and usable then RunMacroText("/cast Tremor Totem"); end end end
-
Banwave
Hello, WRobot is not affected by this banwave. This banwave seem detect free rotations bots like Soapbox (don't use free of charge wow cheat/bot, it's all time risky).
-
Banwave
Topic here: http://wrobot.eu/forums/topic/2506-banwave/
-
Healing Spheres
Hello, You can use lua macro like http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/#comment-6551 But the best way is to create fightclasses in C# (you need c# know base).
-
Priority
Hello, You cannot change priority by digsites types, but only digsite by digsite. To improve priority, increment number in cell "Priority Digsites". More the number is bigger, more the digsite is priority.
-
BM Hunter
Hello, For the trap look this sample: http://wrobot.eu/applications/core/interface/file/attachment.php?id=816 (http://wrobot.eu/forums/topic/2127-piège-hunt/?do=findComment&comment=9960) For http://www.wowhead.com/spell=82692/focus-fire try to replace condition "Buff Stack Pet" by "Buff Stack".
-
error msgs
I don't understand why do you get this problem. Do you have removed all "Auction-****.xml" files? Do you have try to reinstall WRobot in new folder to check if you get this error? Do you have try to update/reinstall framework?
-
luascript in is complete condition
Hello, You can use code like this in <is complete condition> (not tested): int shipmentCapacity = wManager.Wow.Helpers.Lua.LuaDoString<int>("local name, texture, shipmentCapacity, shipmentsTotal, creationTime, duration, timeLeftString, itemName, itemIcon, itemQuality, itemID = C_Garrison.GetLandingPageShipmentInfo(); return shipmentCapacity;"); int shipmentsTotal = wManager.Wow.Helpers.Lua.LuaDoString<int>("local name, texture, shipmentCapacity, shipmentsTotal, creationTime, duration, timeLeftString, itemName, itemIcon, itemQuality, itemID = C_Garrison.GetLandingPageShipmentInfo(); return shipmentsTotal;"); return shipmentsTotal >= shipmentCapacity; A few samples of lua usages: string luaValue = wManager.Wow.Helpers.Lua.LuaDoString("luaVarName = 'value text'", "luaVarName"); string luaValue2 = wManager.Wow.Helpers.Lua.LuaDoString<string>("return 'value text';"); bool luaValueBool = wManager.Wow.Helpers.Lua.LuaDoString<bool>("return 1==1;"); wManager.Wow.Helpers.Lua.LuaDoString("print('run lua code without return value');");
- Wow 3.3.5
-
Not Gathering
Can you try with new update and tell me if problem is resolved please.
-
error msgs
Hello, Close WRobot and in the folder "WRobot\Settings\" remove all file which start with "Auction-****.xml". If this don't resolve your profile, please share your log file: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
- Non functional Bot.