• 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!

Got A Problem With The Commands.

XaTaR

قناص بغداد
Joined
May 20, 2009
Messages
1,280
Reaction score
2
Location
Austria
Hello Otlanders,

i got a big problem i have make a acc (gm) ok i logged in and i cant make items : /n golden armor 1 i cant do that i dont know why and i cant summon npcs /s malak :S cant summon pleas help me if you can help me i give you rep!!
 
i using MYSQL
TFS 0.3.4

in Account are 6 (thats god id)
in Players are 6 (thats God id)

and i can do /a 1 .... but not make items
 
ok

here:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<talkactions>
	<!-- Gods -->
	<talkaction log="yes" words="/closeserver" access="5" event="script" value="closeopen.lua"/>
	<talkaction log="yes" words="/openserver" access="5" event="script" value="closeopen.lua"/>
	<talkaction log="yes" words="/addskill" access="5" function="addSkill"/>
	<talkaction log="yes" words="/attr" access="5" function="changeThingProporties"/>
	<talkaction log="yes" words="/serverdiag" access="5" function="serverDiag"/>
	<talkaction log="yes" access="5" words="/shutdown" script="shutdown.lua"/>
	<talkaction log="yes" access="5" words="/mode" script="mode.lua"/>

	<!-- Community Managers -->
	<talkaction log="yes" words="/summon" access="4" event="script" value="summon.lua"/>
	<talkaction log="yes" words="/npc" access="4" event="script" value="creature.lua"/>
	<talkaction log="yes" words="/m" access="4" event="script" value="creature.lua"/>
	<talkaction log="yes" words="/reload" access="4" event="script" value="reload.lua"/>
	<talkaction log="yes" words="/raid" access="4" event="script" value="raid.lua"/>
	<talkaction log="yes" words="/newtype" access="4" event="script" value="newtype.lua"/>
	<talkaction log="yes" words="/r" access="4" event="script" value="remove.lua"/>
	<talkaction log="yes" words="/owner" access="4" event="script" value="owner.lua"/>
	<talkaction log="yes" words="/i" access="4" event="script" value="createitem.lua"/>
	<talkaction access="4" words="!z" event="script" value="magiceffect.lua"/>
	<talkaction access="4" words="!x" event="script" value="animationeffect.lua"/>
	<talkaction access="4" words="!y" event="script" value="animatedtext.lua"/>
	<talkaction log="yes" access="4" words="/bc" event="script" value="broadcastclass.lua"/>
	<talkaction log="yes" access="4" words="/mkick" event="script" value="masskick.lua"/>

	<!-- Gamemasters -->
	<talkaction log="yes" words="/t" access="3" script="teleportmaster.lua"/>
	<talkaction log="yes" words="/c" access="3" script="teleporthere.lua"/>
	<talkaction log="yes" words="/goto" access="3" script="teleportto.lua"/>
	<talkaction log="yes" words="/a" access="3" script="teleporttiles.lua"/>
	<talkaction log="yes" words="/kick" access="3" script="kick.lua"/>
	<talkaction log="yes" words="/send" access="3" script="teleportsend.lua"/>
	<talkaction log="yes" words="/unban" access="3" script="unban.lua"/>
	<talkaction log="yes" words="/ghost" access="3" function="ghost"/>
	<talkaction log="yes" words="/squelch" access="3" event="script" value="gamemaster.lua"/>
	<talkaction log="yes" words="/cliport" access="3" event="script" value="gamemaster.lua"/>
	<talkaction log="yes" words="/town" access="3" script="teleporttown.lua"/>
	<talkaction log="yes" words="/up" access="3" script="teleportfloor.lua"/>
	<talkaction log="yes" words="/down" access="3" script="teleportfloor.lua"/>
	<talkaction log="yes" access="3" words="/save" script="save.lua"/>
	<talkaction log="yes" access="3" words="/clean" script="clean.lua"/>
	<talkaction log="yes" access="3" words="/reports" script="reports.lua"/>
	<talkaction log="yes" access="3" words="/mc" script="multicheck.lua"/>
	<talkaction log="yes" access="3" words="/ban" script="bantime.lua"/>

	<!-- Senior Tutors -->
	<talkaction log="yes" words="/notations" access="2" script="notations.lua"/>
	<talkaction log="yes" words="/info" access="2" script="playerinfo.lua"/>
	<talkaction log="yes" words="/gethouse" access="2" script="gethouse.lua"/>
	<talkaction log="yes" access="2" words="/b" script="broadcast.lua"/>

	<!-- Tutors -->
	<talkaction log="yes" words="/baninfo" access="1" function="showBanishmentInfo"/>
	<talkaction log="yes" access="1" words="!pos" script="position.lua"/>

	<!-- Players -->
	<talkaction words="!notice" script="notice.lua"/>
	<talkaction words="!frags" script="frags.lua"/>
	<talkaction words="!buyhouse" function="buyHouse"/>
	<talkaction words="!sellhouse" function="sellHouse"/>
	<talkaction words="!createguild" function="createGuild"/>
	<talkaction words="!joinguild" function="joinGuild"/>
	<talkaction words="!buypremium" script="buypremium.lua"/>
	<talkaction words="!leavehouse" script="leavehouse.lua"/>
	<talkaction words="!online" script="online.lua"/>
	<talkaction words="!changesex" script="changender.lua"/>
	<talkaction words="!uptime" script="uptime.lua"/>
	<talkaction words="!deathlist" script="deathlist.lua"/>
	<talkaction words="/pvp" script="pvp.lua"/>
	<talkaction words="!q" script="money.lua"/>
	<talkaction words="!serverinfo" script="serverinfo.lua"/>

	--animated talkactions
	<talkaction words="lol" script="lol.lua"/>
	<talkaction words="aff" script="aff.lua"/>
	<talkaction words="crew" script="crew.lua"/>
	<talkaction words="noob" script="noob.lua"/>
	<talkaction words="god" script="god.lua" />
	<talkaction words="gm" script="gm.lua" />
	<talkaction words="God" script="god2.lua" />
	<talkaction words="GOd" script="god3.lua" />
	<talkaction words="GOD" script="god4.lua" />
	<talkaction words="goD" script="god5.lua" />
	<talkaction words="gOD" script="god6.lua" />
	<talkaction words="gOd" script="god7.lua" />
	<talkaction words="Gm" script="gm2.lua" />
	<talkaction words="gM" script="gm3.lua" />
	<talkaction words="GM" script="gm4.lua" />
        <talkaction log="yes" access="4" words="/addvip" event="script" value="addvip.lua"/>
</talkactions>
 
What error apears if you say /i ItemId ? If it is You can not execute this command. In your Database you could change at groups, there is normally a column with acctype... change it 5 at God
 
Back
Top Bottom