Disable/enable Addons
Posted: Thu Aug 04, 2011 6:14 am
Hi, i'm looking for an option to disable/enable addons in my WP, I thought chat commands like /ntb off would work, but seems like i don't now how, i tried
RoMScript("SendChatMessage(\"/ntb off\",\"ZONE\",0,\"CharName\")") ;
but the bot post it as message
I'm working on a Malatina's Survival WP my next problem is, the bot should lootdemolish the Tiles and loot the chest again after getting disturbed, so i tried
player:target_Object("Treasure Tile", nil, true, true);
but the bot get stuck with this option
Thank you for your help
RoMScript("SendChatMessage(\"/ntb off\",\"ZONE\",0,\"CharName\")") ;
but the bot post it as message
I'm working on a Malatina's Survival WP my next problem is, the bot should lootdemolish the Tiles and loot the chest again after getting disturbed, so i tried
player:target_Object("Treasure Tile", nil, true, true);
but the bot get stuck with this option
Thank you for your help