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.

Runaro

Members
  • Joined

  • Last visited

Solutions

  1. Runaro's post in [RunMacroLua] "/click" not working was marked as the answer   
    If you want to target and interact with a NPC and then also click some Buttons in the opened frame, then it's important to use sleeps between the commands.
    Example in the QuestSorted:
    <QuestsSorted Action="RunLuaCode" NameClass="InteractUnit(&quot;Lillith's Dinner Table&quot;)" /> <QuestsSorted Action="Wait" NameClass="1000" /> <QuestsSorted Action="RunMacroLua" NameClass="/click QuestFrameCompleteButton" /> <QuestsSorted Action="Wait" NameClass="1500" /> <QuestsSorted Action="RunMacroLua" NameClass="/click QuestFrameCompleteQuestButton" />  
  2. Runaro's post in WRobot crashes (7.0.3) was marked as the answer   
    You need a active WRobot subscription.
  3. Runaro's post in Change settings/advanced-settings while the bot make quest was marked as the answer   
    Disable Flying Mount
    <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseFlyingMount = false" /> Disable Ground Mount
    <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UseMount = false" />  
  4. Runaro's post in BLZ error ? was marked as the answer   
  5. Runaro's post in Identifying Transmogs? was marked as the answer   
    You can add a macro into your profile, before using the vendor he spams the macro and equips all BOE gear.
    /run for b=0,NUM_BAG_SLOTS do for s=1,GetContainerNumSlots(b) do local l=GetContainerItemLink(b,s) if l then if format('%9$s',GetItemInfo(l)) ~= '' then EquipItemByName(l) end end end end  
    To avoid the popup for equipping BOE gear, just use the attached World of Warcraft Addon.
    Ps. Add another macro to the profile, where he equips your default Gear back on, once he's done with the BOE gear. ( not the cleanest solution, but i don't know any addon which does that all for you )
    AutoConfirmEquip.zip
  6. Runaro's post in I bought a 5 day. Where is my CD code? was marked as the answer   
    http://wrobot.eu/clients/purchases/
  7. Runaro's post in Combat Assist class was marked as the answer   
    Start the bot, choose "WRotation" - "Product Settings" - "Manage character movement" off.
    Done.....
    http://wrobot.eu/forums/forum/7-tutorials-wrobot/
  8. Runaro's post in Private server ( Urgente) was marked as the answer   
    Do you read stuff, before you buy it?
     - Before purchase, please test if one of the available versions of WRobot work on your Wow Server (a trial version is available), no refund will be accepted.
     
    Btw, you can download the old bot version for 6.2.3 here: http://download.wrobot.eu/wrobot/oldversion/WRobot_6.2.3_20886_FINAL.zip ( you won't get any kind of support in this forum, for this version )
    But for this you need a normal bot license and not a private server license.

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.