Jump to content

how to turn off loot/selling at certain levels?


Recommended Posts

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
Share on other sites

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
Share on other sites

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
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...