xiaokeer 0 Posted July 10 Share Posted July 10 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 https://wrobot.eu/forums/topic/15498-code-about-general-settings/ Share on other sites More sharing options...
gornov.12345 1 Posted July 11 Share Posted July 11 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 https://wrobot.eu/forums/topic/15498-code-about-general-settings/#findComment-69468 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now