Jump to content

Code about general settings


Recommended Posts

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
 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...