Shadow Dan
Sh4dowDan
I dont have idea where to edit access for talkactions.
In older version it was something like this:
where access="3" means that you need access 3 to use this command
I've found commands.xml but there is problem, i added this line:
commands.xml
talkactions.xml
error in console:
I want access to be editable in one file.
In older version it was something like this:
Code:
<talkaction log="yes" words="/a" access="3" event="script" value="teleporttiles.lua"/>
I've found commands.xml but there is problem, i added this line:
Code:
<command cmd="/aol" group="1" acctype="1" log="no"/>
Code:
<?xml version="1.0" encoding="UTF-8"?>
<commands>
<command cmd="/reload" group="2" acctype="5" log="yes"/>
<command cmd="/raid" group="2" acctype="4" log="yes"/>
<command cmd="!sellhouse" group="1" acctype="1" log="no"/>
<command cmd="/aol" group="1" acctype="1" log="no"/>
</commands>
talkactions.xml
Code:
<talkaction words="/aol" script="aol.lua" />
Code:
[Warning - Commands::loadFromXml] Unknown command /aol
I want access to be editable in one file.