• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

God commands not found 10.97

Auriaotbr

New Member
Joined
Feb 15, 2017
Messages
61
Reaction score
1
Good morning I would like help because some commands do not work on my server!


/t Ok
/goto Ok
/ghost Ok

All others not found

My talkaction all scripts ok


<!-- <talkaction words="/ctffdgdfgdf" separator=" " script="ctf.lua" />-->
<!-- Gods -->
<talkaction words="/addskill" separator=" " script="add_skill.lua" />
<talkaction words="/r" separator=" " script="removething.lua" />
<talkaction words="/chameleon" separator=" " script="chameleon.lua" />
<talkaction words="/clean" script="clean.lua" />
<talkaction words="/closeserver" separator=" " script="closeserver.lua" />
<talkaction words="/save" separator=" " script="save.lua" />
<talkaction words="/i" separator=" " script="create_item.lua" />
<talkaction words="/ghost" script="ghost.lua" />
<talkaction words="/hide" script="hide.lua" />
<talkaction words="/mccheck" script="mccheck.lua" />
<talkaction words="/openserver" script="openserver.lua" />
<talkaction words="/owner" separator=" " script="owner.lua" />
<talkaction words="/m" separator=" " script="place_monster.lua" />
<talkaction words="/s" separator=" " script="place_npc.lua" />
<talkaction words="/summon" separator=" " script="place_summon.lua" />



<!-- Achievements Commands -->
<talkaction words="/addach" separator=" " script="achievements.lua" />
<talkaction words="/removeach" separator=" " script="achievements.lua" />

<!-- Gamemasters -->
<talkaction words="/ban" separator=" " script="ban.lua" />
<talkaction words="/ipban" separator=" " script="ipban.lua" />
<talkaction words="/unban" separator=" " script="unban.lua" />
<talkaction words="/up" script="up.lua" />
<talkaction words="/down" script="down.lua" />
<talkaction words="/c" separator=" " script="teleport_creature_here.lua" />
<talkaction words="/goto" separator=" " script="teleport_to_creature.lua" />
<talkaction words="/gotopos" separator=" " script="teleport_to_pos.lua" />
<talkaction words="/t" script="teleport_home.lua" />
<talkaction words="/town" separator=" " script="teleport_to_town.lua" />
<talkaction words="/a" separator=" " script="teleport_ntiles.lua" />
<talkaction words="/pos" separator=" " script="position.lua" />
<talkaction words="/info" separator=" " script="info.lua" />
<talkaction words="/kick" separator=" " script="kick.lua" />
<talkaction words="/B" separator=" " script="broadcast.lua" />
<talkaction words="/looktype" separator=" " script="looktype.lua" />
<talkaction words="/ghost1" script="ghost1.lua" />
<talkaction words="/mute" script="mute.lua" />
 
Solution
what other commands are you looking for?
some commands might not work because you didn't set your account type to 5 in the database
table `accounts` set `type` to 5
Back
Top