• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

NPC using commands

4220niller

XHTML / CSS Coder
Joined
Jul 4, 2007
Messages
127
Reaction score
1
Location
Denmark, Korsør
is it possible to make NPC's use commands and talkactions? like adding a groupid in the xml file? i dont see it anywhere in sources but i really need this
 
no actully not all of them :S but i just want this for a remote control for the server, like kicking, summoning, execute raids, changing PVP and more.

Hmm i gues.

If the Npc's have access 3, and he wants to use an command i think this shou;d be in commands.xml
Code:
group="3" acctype="0" />
and how to cast the code should be like

Code:
selfSay('/b BIatchhhhhhh i am home!, get me my dinner!')
 
Back
Top