January 14, 20188 yr 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?
January 14, 20188 yr Hello, you can add this code (Run Code as quester step): wManager.wManagerSetting.CurrentSetting.LootMobs = false; wManager.wManagerSetting.CurrentSetting.Selling = false;
January 14, 20188 yr Author 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!
January 14, 20188 yr Author 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?
January 14, 20188 yr tl;dr There is no API, so you need a decompiler. wManager.wManagerSetting.CurrentSetting.UseSpiritHealer = true;
January 14, 20188 yr Author 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
Create an account or sign in to comment