you need to install an AAC to create an account and characters, unless you create then directly using phpmyadmin and some queries
I tried to create it through phpmyadmin, as I am opening ot now to start testing and opening it, but it
I tried this but it didn't work
INSERT INTO
players
(
id
,
name
,
world_id
,
group_id
,
account_id
,
level
,
vocation
,
health
,
healthmax
,
experience
,
lookbody
,
lookfeet
,
lookhead
,
looklegs
,
looktype
,
lookaddons
,
maglevel
,
mana
,
manamax
,
manaspent
,
soul
,
town_id
,
posx
,
posy
,
posz
,
conditions
,
cap
,
sex
,
lastlogin
,
lastip
,
save
,
skull
,
skulltime
,
rank_id
,
guildnick
,
lastlogout
,
blessings
,
balance
,
stamina
,
direction
,
loss_experience
,
loss_mana
,
loss_skills
,
loss_containers
,
loss_items
,
premend
,
online
,
marriage
,
promotion
,
deleted
,
description
,
created
,
nick_verify
,
old_name
,
hide_char
,
comment
) VALUES
(NULL, "Sorcerer Sample", 0, 1, 1, 1, 1, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 50, 50, 7, "", 400, 0, 0, 0, 0, 0, 0, 0, "", 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, "", 0, 0, "", 0, "");
INSERT INTO
players
(
id
,
name
,
world_id
,
group_id
,
account_id
,
level
,
vocation
,
health
,
healthmax
,
experience
,
lookbody
,
lookfeet
,
lookhead
,
looklegs
,
looktype
,
lookaddons
,
maglevel
,
mana
,
manamax
,
manaspent
,
soul
,
town_id
,
posx
,
posy
,
posz
,
conditions
,
cap
,
sex
,
lastlogin
,
lastip
,
save
,
skull
,
skulltime
,
rank_id
,
guildnick
,
lastlogout
,
blessings
,
balance
,
stamina
,
direction
,
loss_experience
,
loss_mana
,
loss_skills
,
loss_containers
,
loss_items
,
premend
,
online
,
marriage
,
promotion
,
deleted
,
description
,
created
,
nick_verify
,
old_name
,
hide_char
,
comment
) VALUES
(NULL, "Druid Sample", 0, 1, 1, 1, 2, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 50, 50, 7, "", 400, 0, 0, 0, 0, 0, 0, 0, "", 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, "", 0, 0, "", 0, "");
INSERT INTO
players
(
id
,
name
,
world_id
,
group_id
,
account_id
,
level
,
vocation
,
health
,
healthmax
,
experience
,
lookbody
,
lookfeet
,
lookhead
,
looklegs
,
looktype
,
lookaddons
,
maglevel
,
mana
,
manamax
,
manaspent
,
soul
,
town_id
,
posx
,
posy
,
posz
,
conditions
,
cap
,
sex
,
lastlogin
,
lastip
,
save
,
skull
,
skulltime
,
rank_id
,
guildnick
,
lastlogout
,
blessings
,
balance
,
stamina
,
direction
,
loss_experience
,
loss_mana
,
loss_skills
,
loss_containers
,
loss_items
,
premend
,
online
,
marriage
,
promotion
,
deleted
,
description
,
created
,
nick_verify
,
old_name
,
hide_char
,
comment
) VALUES
(NULL, "Paladin Sample", 0, 1, 1, 1, 3, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 50, 50, 7, "", 400, 0, 0, 0, 0, 0, 0, 0, "", 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, "", 0, 0, "", 0, "");
INSERT INTO
players
(
id
,
name
,
world_id
,
group_id
,
account_id
,
level
,
vocation
,
health
,
healthmax
,
experience
,
lookbody
,
lookfeet
,
lookhead
,
looklegs
,
looktype
,
lookaddons
,
maglevel
,
mana
,
manamax
,
manaspent
,
soul
,
town_id
,
posx
,
posy
,
posz
,
conditions
,
cap
,
sex
,
lastlogin
,
lastip
,
save
,
skull
,
skulltime
,
rank_id
,
guildnick
,
lastlogout
,
blessings
,
balance
,
stamina
,
direction
,
loss_experience
,
loss_mana
,
loss_skills
,
loss_containers
,
loss_items
,
premend
,
online
,
marriage
,
promotion
,
deleted
,
description
,
created
,
nick_verify
,
old_name
,
hide_char
,
comment
) VALUES
(NULL, "Knight Sample", 0, 1, 1, 1, 4, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 50, 50, 7, "", 400, 0, 0, 0, 0, 0, 0, 0, "", 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, "", 0, 0, "", 0, "");