Helliot1
Owner of Empire Online
- Joined
- Jul 26, 2017
- Messages
- 315
- Solutions
- 1
- Reaction score
- 60
Hello, I was configuring my server, and my skills are renamed, sword=meele, shield=defending.
I changed in all files in my archives. But when I go create a new character I get a error, somebody know how to resolve it ?!
Thanks!
I changed in all files in my archives. But when I go create a new character I get a error, somebody know how to resolve it ?!
Code:
string(744) "INSERT INTO `players`(`name`, `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`, `lastlogout`, `blessings`, `balance`, `skill_fist`, `skill_club`, `skill_sword`, `skill_axe`, `skill_dist`, `skill_shielding`, `skill_fishing`) VALUES ('Helliot', '1', '2', '1', '1', '250', '250', '0', '68', '76', '78', '58', '1', '0', '10', '0', '0', '0', '0', '1', '1017', '1015', '6', '', '0', '1', '0', '3174480879', '1', '0', '0', '0', '0', '0', '1', '1', '', '1', '1', '', '1');"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)
Unknown column 'skill_sword' in 'field list'
Thanks!