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.

Runcode to change settings

  • Version: All
  • Product: Quester
  • Type: Bug
  • Status: Not a Bug

In my profile i run this code, on the private Wrobot for 1.12.1:

 

wManager.wManagerSetting.CurrentSetting.Selling = true;
wManager.wManagerSetting.CurrentSetting.AttackElite = true;
wManager.wManagerSetting.CurrentSetting.CanAttackUnitsAlreadyInFight = true;
wManager.wManagerSetting.CurrentSetting.AttackBeforeBeingAttacked = true;
wManager.wManagerSetting.CurrentSetting.SellGray = true;
wManager.wManagerSetting.CurrentSetting.SellWhite = true;
wManager.wManagerSetting.CurrentSetting.SellGreen = true;
wManager.wManagerSetting.CurrentSetting.SellBlue = true;
wManager.wManagerSetting.CurrentSetting.FlightMasterTaxiUse = true;
wManager.wManagerSetting.CurrentSetting.FlightMasterDiscoverRange = 100;
wManager.wManagerSetting.CurrentSetting.LootChests = true;
wManager.wManagerSetting.CurrentSetting.MaxUnitsNear = 12;
wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false;
wManager.wManagerSetting.CurrentSetting.FlightMasterTaxiDistance = 5000;
wManager.wManagerSetting.CurrentSetting.NpcScanVendor = true;
wManager.wManagerSetting.CurrentSetting.AddToNpcDb = true;

 

+

 

wManager.Events.MovementEvents.OnMoveToLoop += () =>
        {
            if (wManager.Wow.ObjectManager.ObjectManager.Me.IsSwimming)
                wManager.wManagerSetting.CurrentSetting.UseLuaToMove = true;
            else
                wManager.wManagerSetting.CurrentSetting.UseLuaToMove = false;
        };

but non of the settings change ?

 

 

User Feedback

Recommended Comments

Arcangelo

Members
On ‎24‎-‎05‎-‎2017 at 4:13 PM, Droidz said:

Hello, Can you share your log file please 

send it in a pm

Your code works (no error in your log file). But in quester, when you stop bot user settings are reset. (or you can active option in quester product settings "Save general settings modified by the profiles")

Create an account or sign in to comment

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.