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

Creating Character Problem

Proland

New Member
Joined
Dec 28, 2008
Messages
116
Reaction score
0
Well by trying to create a character on my site this problem appears:
The Following Errors Have Occurred:
# Wrong characters configuration ("Load vocations" in admin panel, "character to copy" doesn't exist in DB). Try again or contact with admin.

Somehow all the samples ( druid sample etc. ) are deleted
anyone know how to add them ?
 
Give me rep++ if its work

Yoursite > Admin Acc > Admin Control Panel > Load Voc >
and make so its look like this
helpayo.jpg

Then Select Save All

if its no error this will come (you have do it 100% Right) :
New vocations configuration saved.
Loaded 9 vocations.
Vocations on 'create character' list:
Sorcerer (char: Sorcerer Sample)
Druid (char: Druid Sample)
Paladin (char: Paladin Sample)
Knight (char: Knight Sample)
 
I told ya, i've used command on phpmyadmin that deleted all players under level 50 that were offline for 20 days~ So it deleted all the samples :D

anyone know how to add vocation samples?
thanks in advance
 
Please... My server is already online for a month or so, so i wont install accmaker from new, isnt it possible to create character Sample manuall?
 
are you a fucking pl? the best way is to change in config.ini install = yes or something like that, then CLICK ON ADD SAMPLES and YOU WON'T BELIEVE THAT = IT'S DONE!!

I know your post is old but I love helping ppl like you sasir
 
Or, he can just create new vocation samples manually.

Also, you need to type the coordinates again etc. If that didn't help, then I'll explain a little more in detail.
 
Just run this query 5 times and change the name each time. :)

So after the first it'd be Sorcerer Sample, Druid Sample, Paladin Sample, Knight Sample.
Code:
INSERT INTO players (name, group_id, account_id, sex, vocation, experience, level, maglevel, health, healthmax, mana, manamax, manaspent, soul, direction, lookbody, lookfeet, lookhead, looklegs, looktype, lookaddons, posx, posy, posz, cap, lastlogin, lastip, save, conditions, redskulltime, redskull, guildnick, rank_id, town_id, loss_experience, loss_mana, loss_skills, lastlogout, blessings, premend, online, comment, created, hide_char, nick_verify) VALUES ("[B]Rook Sample[/B]", 1, 1, 1, 0, 0, 1, 0, 185, 185, 35, 35, 0, 100,"", 44, 44, 44, 44, 128, 0, 0, 0, 0, 420, "", "", 1,"","","","","","1","","","","","","","","",0,1,1)
 
Back
Top