Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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: .
  2. 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
  3. Droidz commented on Procel's bug report in Bug Tracker
    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)
  4. Hello, Np, if any have same question you need to use product "WRotation".
  5. 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
  6. 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
  7. Droidz replied to fall0ut's topic in General discussion
    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).
  8. Droidz replied to fall0ut's topic in General discussion
    Topic here: http://wrobot.eu/forums/topic/2506-banwave/
  9. 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).
  10. 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.
  11. 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".
  12. 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?
  13. 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');");
  14. Hello, Yes, I'll release WRobot for Wow 3.3.5 but I cannot give date.
  15. Can you try with new update and tell me if problem is resolved please.
  16. 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/
  17. Hello, Can you share your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ And the name of used profiles.
  18. Hello, You can found profiles for 90-100 here: http://wrobot.eu/files/category/36-90-100/ . Seem complete for horde (and some alliance profile works with horde character). If you don't found profiles, you can use "Automaton" bot, or create your own profile (it is easy and quickly).
  19. Hello, What is the error message? Can you give me your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  20. Hello, You get an error message in game?
  21. Salut. 1: D'après WowHead ça fait apparaître ce NPC: http://www.wowhead.com/npc=47649/wild-mushroom ce qui donnerais un code de ce style pour savoir si on est dans à portée: var list = wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitByEntry(47649); foreach (var woWUnit in list) { if (woWUnit.IsValid && woWUnit.GetDistance < 7) // && woWUnit.SummonedBy == wManager.Wow.ObjectManager.ObjectManager.Me.Guid) { // DANS LA ZONE } } (vérifie si quand tu est à portée tu n'as pas un buff ( comme http://www.wowhead.com/spell=160382/defense ???), c'est plus simple a vérifier) 2: Oui avec lua par exemple tu peux utiliser http://wow.gamepedia.com/API_IsInInstance et http://wow.gamepedia.com/API_IsInArenaTeam . Tu peux également vérifier le ContinentId ou AreaId (si tu veux plus de précision): wManager.Wow.Helpers.Usefuls.ContinentId et wManager.Wow.Helpers.Usefuls.AreaId 3,4,5: Je vais regarder ca, je reviens ici après. 6: Oui, avec wManager.Wow.ObjectManager.ObjectManager.Target.WowClass
  22. Hello, Can you try to install SlimDX . If your problem is not resolved, can you share your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  23. Hello, This problem is very strange, I think that is caused when wrobot try to sell bag items at the vendor. Can you tell me if items are equiped when WRobot go to the vendor please? (to force WRobot to go to the vendor you can click on the bouton "Go to town..." tab "Tools".)
  24. ello, Can you share your profile please. Your profile path is close to the water where it you can find fishes?
  25. Hello, try with full namespace: wManager.wManagerSetting.CurrentSetting.BlackListTrainingDummy = false; wManager.BlackListSerializable.AddBlackListToWRobotSession(); If this don't works can you send me your profile.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.