Crespo 0 Posted January 14, 2018 Share Posted January 14, 2018 Hey guys, I am wondering how to add into quest profile to change certain settings at certain spots? Like for example to turn off selling/looting from 12 to 14? Link to comment https://wrobot.eu/forums/topic/8263-how-to-turn-off-lootselling-at-certain-levels/ Share on other sites More sharing options...
FNV316 65 Posted January 14, 2018 Share Posted January 14, 2018 Hello, you can add this code (Run Code as quester step): wManager.wManagerSetting.CurrentSetting.LootMobs = false; wManager.wManagerSetting.CurrentSetting.Selling = false; Crespo 1 Link to comment https://wrobot.eu/forums/topic/8263-how-to-turn-off-lootselling-at-certain-levels/#findComment-37701 Share on other sites More sharing options...
Crespo 0 Posted January 14, 2018 Author Share Posted January 14, 2018 7 hours ago, FNV316 said: Hello, you can add this code (Run Code as quester step): wManager.wManagerSetting.CurrentSetting.LootMobs = false; wManager.wManagerSetting.CurrentSetting.Selling = false; thanks! Link to comment https://wrobot.eu/forums/topic/8263-how-to-turn-off-lootselling-at-certain-levels/#findComment-37712 Share on other sites More sharing options...
Crespo 0 Posted January 14, 2018 Author Share Posted January 14, 2018 9 hours ago, FNV316 said: Hello, you can add this code (Run Code as quester step): wManager.wManagerSetting.CurrentSetting.LootMobs = false; wManager.wManagerSetting.CurrentSetting.Selling = false; Is there any place where i can see commands for all of this? I also want to know what the command is to ressurect at spirit healer? Link to comment https://wrobot.eu/forums/topic/8263-how-to-turn-off-lootselling-at-certain-levels/#findComment-37717 Share on other sites More sharing options...
FNV316 65 Posted January 14, 2018 Share Posted January 14, 2018 tl;dr There is no API, so you need a decompiler. wManager.wManagerSetting.CurrentSetting.UseSpiritHealer = true; Link to comment https://wrobot.eu/forums/topic/8263-how-to-turn-off-lootselling-at-certain-levels/#findComment-37718 Share on other sites More sharing options...
Crespo 0 Posted January 14, 2018 Author Share Posted January 14, 2018 9 minutes ago, FNV316 said: tl;dr There is no API, so you need a decompiler. wManager.wManagerSetting.CurrentSetting.UseSpiritHealer = true; well okay thanks again, that helps anyways Link to comment https://wrobot.eu/forums/topic/8263-how-to-turn-off-lootselling-at-certain-levels/#findComment-37719 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