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

problem making god character

Joined
Dec 26, 2007
Messages
325
Reaction score
6
Location
Rio grande, rs, Brazil
yo my problem is when i execute table in sql that i see in tutorials i have this error
-------------------------------------------------------------------
Error

consulta SQL: Documentación

#---------------------------------------------------
INSERT INTO accounts( `id` , `password` , `type` , `group_id` )
VALUES (
@acc , @pass , 5, (

SELECT `id`
FROM groups
WHERE `name` = 'a god'
)
);

MySQL ha dicho: Documentación
#1054 - Unknown column 'type' in 'field list'

----------------------------------------------------

i m using xampp 1.6.6a and the zao link distro and latest account maker gesior.
Please someone help me
 
Just go your database - players - find your character - edit it (that small pencil) find "groupId" put it 6 and wola u got god :D hope i help you
 
Back
Top