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. Droidz commented on Zan's bug report in Bug Tracker
    Hello, do you call "DisposeCustomClass();" from several threads? if yes try to use lock https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/keywords/lock-statement
  2. Hello, run this lua code and check if you have "SPELLCAST_STOP" in wow chat: local frame = CreateFrame('Frame') frame:RegisterAllEvents() frame:SetScript('OnEvent', function() DEFAULT_CHAT_FRAME:AddMessage(tostring(event)) end ) This seem to be in wow bug: http://forum.nostalrius.org/viewtopic.php?t=12765&f=38
  3. Droidz commented on Matenia's bug report in Bug Tracker
    Hello, i cannot reproduce problem, to test if it is not wow or server bug, try to run this code: local f = CreateFrame('Frame') f:RegisterAllEvents() f:SetScript('OnEvent', function() if event and tostring(event) == 'PLAYER_DEAD' then DEFAULT_CHAT_FRAME:AddMessage("DEADDDDD") end end ) And check if when WRobot detect "PLAYER_DEAD" event, this event appear also in Wow.
  4. Droidz replied to elnium's topic in Français
    Bonjour essayé de signaler le problème au créateur du profil, et rejoindre manuellement la zone (ou WRobot n'arrive pas a aller seul)
  5. Do you have try with lua code?
  6. Hello, It is hard. Why do you want script your own system? Lua is the best way
  7. Hello, you get this problem only in this zone?
  8. Hello, change search radius before this quest
  9. Droidz commented on kawanin's bug report in Bug Tracker
    Hello, for some quests you need to use custom "is complete condition"
  10. Hello, your project seem good, I added subscription a your account ( https://wrobot.eu/clients/purchases/ )
  11. Hello, you have forget to change fight range (top-left in fightclass editor)
  12. Hello, this type of subscription no longer exists.
  13. You use a very old version, I cannot help you, update WRobot and check if problem appear again.
  14. Bonjour, déplacez le fichier dll dans le dossier fightclass il sera visible dans lors dans la selection
  15. Hello, I am not sure to understand what you want but: robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate(robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (state is wManager.Wow.Bot.States.StopBotIf && state.DisplayName == "Security/Stop game") { // sample to disable tp detection: wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; wManager.Wow.Bot.States.StopBotIf.ForcePvpMode = true; wManager.Wow.Bot.States.StopBotIf.LastPos = wManager.Wow.ObjectManager.ObjectManager.Me.Position; // how to wrobot check if your char is tp: if (wManager.Wow.Bot.States.StopBotIf.LastPos != null && wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAlive && wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo(wManager.Wow.Bot.States.StopBotIf.LastPos) >= 450) { // close bot... } } };
  16. Hello, you need to complete list yourselft, list is in advanced general settings.
  17. Essayez de réinstaller WRobot, vous avez beaucoup d'erreurs
  18. Hello, To launch Wow in 32 bit with "Battle.net launcher": https://eu.battle.net/support/en/article/33881 To launch Wow in 32 bit without "Battle.net launcher" you have several methods: Create shortcut (create shortcut of Wow.exe and add argument "-noautolaunch64bit"): Rename(or remove) "Wow-64.exe": Use WRobot to launch Wow: Use "Relogger": https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/ To check if Wow is running in 32bit:
  19. Bonjour, pouvez vous partager le fichier journal de la session qui bug ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  20. Key

    Droidz replied to vizit138787's topic in General assistance
    Hello, problem resolved by PM

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.