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.

Code about general settings

Featured Replies

I don't want to click on these buttons in the General Settings, please tell me the relevant code, I want to set it directly in Quester. Thank you!

 

Flight master discover range: 1
If Whisper bigger or equal to:99

selling items :off
Use Flying Mount :off
Harvest Herbs :off
Loot Chests :off
Skin/Gather/Mine Mobs :off
Use Flight Master :off
Close bot on full bags :off


Repair items :off
Send mail :off
Harvest Minerals :off
Harvest Timber :off
Loot Mobs :off
Attack before being attacked :off
Close bot if teleported :off
 

wManager.wManagerSetting.CurrentSetting.CloseIfWhisperBiggerOrEgalAt = 99;

wManager.wManagerSetting.CurrentSetting.FlightMasterDiscoverRange = 1;

wManager.wManagerSetting.CurrentSetting.Selling = false;
wManager.wManagerSetting.CurrentSetting.
UseFlyingMount = false;
wManager.wManagerSetting.CurrentSetting.HarvestHerbs = false; 
wManager.wManagerSetting.CurrentSetting.LootChests = false; 
wManager.wManagerSetting.CurrentSetting.SkinMobs = false;
wManager.wManagerSetting.CurrentSetting.FlightMasterTaxiUse = false;
wManager.wManagerSetting.CurrentSetting.CloseIfFullBag = false;
wManager.wManagerSetting.CurrentSetting.Repair = false;
wManager.wManagerSetting.CurrentSetting.
HarvestMinerals = false;
wManager.wManagerSetting.CurrentSetting.HarvestTimber = false;
wManager.wManagerSetting.CurrentSetting.LootMobs = false;
wManager.wManagerSetting.CurrentSetting.AttackBeforeBeingAttacked = false;
wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false;

I'm not sure, but it will be looks like this

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.