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

[8.60] [TFS 1.2] -[Real Map full] with mount & market system

there is correct, problem is somewhere else.. blueberries refresh in few seconds like time in game is going quicker becaouse items is ok
 
Myacc website is not working with this server Table 'otserv.player_skills' doesn't exist, problems creating players.... can someone give me one working website for this proyect ?
 
Can u post the error you are getting?
string(753) "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 ('Darhj', '1', '3', '8', '1', '185', '185', '4200', '68', '76', '78', '58', '128', '0', '0', '40', '40', '0', '100', '1', '5', '5', '2', '', '10000', '1', '0', '2130706433', '1', '0', '0', '0', '0', '0', '10', '10', '10', '10', '10', '10', '10');"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Table 'otserv.player_skills' doesn't exist
 
Hi,
can anyone make an acc maker for this engine? I have endured all...

 
Last edited:
Any updates on how to open this server on windows? Are you using global3.sql as your database in phpmyadmin?
 
string(753) "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 ('Darhj', '1', '3', '8', '1', '185', '185', '4200', '68', '76', '78', '58', '128', '0', '0', '40', '40', '0', '100', '1', '5', '5', '2', '', '10000', '1', '0', '2130706433', '1', '0', '0', '0', '0', '0', '10', '10', '10', '10', '10', '10', '10');"
(query - SQL error)
Type: voidQuery (voidQuery is used for update, insert or delete from database)

Table 'otserv.player_skills' doesn't exist
just execute this in SQL on phpMyAdmin:

CREATE TABLE player_skills ( player_id int(11) NOT NULL, skillid int(11) NOT NULL, value int(11) NOT NULL, count int(11) NOT NULL DEFAULT '0', PRIMARY KEY (player_id, skillid), FOREIGN KEY (player_id) REFERENCES players(id) ON DELETE CASCADE);

1726352615057.webp
Post automatically merged:

How do I fix the fast attack? Doesn't it get slower?
i need to know that too, that is speed crazy, i want to put normal speed on basic attacks

Could somebody help on this?
 
Back
Top