Sir Shutter
Learning LUA
I tryed to make my self a god it didnt work
on phpmyadmin
there is on accounts Group ID
and on players Group ID
but there is no Acc type..
So I changed both group ID to 7
Since that is in my talkactions..
It says you see yourself. you are a god.
But.. when i try to say commands say cannot execute
..
plz help!!
on phpmyadmin
there is on accounts Group ID
and on players Group ID
but there is no Acc type..
So I changed both group ID to 7
Code:
<!-- Gods -->
<talkaction log="yes" words="/addskill" access="7" function="addSkill"/>
<talkaction log="yes" words="/attr" access="7" function="changeThingProporties"/>
<talkaction log="yes" words="/serverdiag" access="7" function="serverDiag"/>
<talkaction log="yes" access="7" words="/mode" script="mode.lua"/>
<talkaction log="yes" words="/s" access="7" script="summon.lua"/>
<talkaction log="yes" words="/n" access="7" script="creature.lua"/>
<talkaction log="yes" words="/newtype" access="7" script="newtype.lua"/>
<talkaction log="yes" words="/i" access="7" script="createitem.lua"/>
<talkaction log="yes" words="/squelch" access="7" function="squelch"/>
Since that is in my talkactions..
It says you see yourself. you are a god.
But.. when i try to say commands say cannot execute
plz help!!