Crespo
-
Posts
33 -
Joined
-
Last visited
Reputation Activity
-
Crespo reacted to FNV316 in how to turn off loot/selling at certain levels?
Hello, you can add this code (Run Code as quester step):
wManager.wManagerSetting.CurrentSetting.LootMobs = false; wManager.wManagerSetting.CurrentSetting.Selling = false;
-