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. Wow seem play game sound only when window is on foreground. If you want use default wrobot alarm sound use: var myPlayer = new System.Media.SoundPlayer(wResources.Resource.NewWhisper); var tPlay = new robotManager.Helpful.Timer(1000 * 5); // 5 sec = 5000 ms while (!tPlay.IsReady) { myPlayer.PlaySync(); } myPlayer.Stop();
  2. Hello, Can you share your log file (where you get problem) please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  3. Hello, Reply here: http://wrobot.eu/bugtracker/quest-editor-r318/
  4. Droidz commented on Bugreporter's bug report in Bug Tracker
    Hello, Sorry no, quest editor use a lot the wow memory to get informations to create profiles, work without wow can cause a lot of errors. If currently you haven't wow account , you can create wow trial account and use it to launch WRobot.
  5. Hello, In "grinder" bot, WRobot go to next profile zone only when level change, not if continent change. Record the path in same grinder zone.
  6. Hello, Normally WRobot dismount only if attacked and near the mine/herb (to avoid to fail farm), or if harvest are cancel (if the player get domage during harvest, farming is cancel). You can avoid nodes with hostiles units near with option "Max unit near...", if you use druid you can activate option "Ignore combat is druid form...", but you cannot skip node if you are attacked.
  7. To run lua code: Lua.LuaDoString("PlaySoundFile('Sound\\Creature\\Rotface\\IC_Rotface_Aggro01.ogg')"); To run lua macro: Lua.RunMacroText("/console Sound_EnableSFX 1"); To run lua code and get value: var luaValue = Lua.LuaDoString<string>("return GetUnitName('target');"); To play sound with WRobot (in c#): var myPlayer = new System.Media.SoundPlayer { SoundLocation = Application.StartupPath + "\\Data\\newWhisper.wav" }; var tPlay = new robotManager.Helpful.Timer(1000 * 5); // 5 sec = 5000 ms while (!tPlay.IsReady) { myPlayer.PlaySync(); } myPlayer.Stop();
  8. Droidz commented on Gaspar's bug report in Bug Tracker
    Hello, You use trial version (limited at 15 minutes by session). To remove time limit you need to buy WRobot subscription.
  9. I have added the option "Random jumping when move" in advanced general settings, wait next update and disable this option.
  10. Hello, You cannot fish in gatherer profile. But you can harvest mines/herbs on fisher profile. The best way is to create fisher profiles and pass to the edge of the water.
  11. Droidz commented on Gaspar's bug report in Bug Tracker
    Hello, Can you share your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ . You can disable "blockages" secutiry in tab "General Settings" > "Enter advanced settings..." > tab "Stop game / bot / Security" > "After x Blockages latest 10 minutes".
  12. Hello, To start, go to tab "Map" and activate option "Radar3D" and, click on bouton "Development Tools" in tab "Tools" (use "Me/Target position" to get your current position). If you want remove profile position, open you profile in the editor (Profile Creator), in game go near the position (radar 3D help you) and click on bouton "Remove of path nearest position of your character". If you want edit position, you can also use editor (Profile Creator), double click on the cell to edit the number. If you want add position, the best way is to open profile file with text editor (like blocknote au notepad++), you can add manually xml code.
  13. Thank you for giving the solution, I have added license key at your WRobot account.

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.