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

Bug on EldinWorld 8.40? Can't make no GM'S!

Sir Shutter

Learning LUA
Joined
Nov 17, 2008
Messages
1,437
Reaction score
10
Location
Egypt
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

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!!
 
Upload Schema.mysql

Goto players > "Your account" account change type to "5" And group it to the highest number.

Then players > "Your char" > Change group id to the highest number

rep me if i helped you!
 
Back
Top