• 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] Latest forgottenserver 1.3/1.4. Clean downport.

Status
Not open for further replies.

Nekiro

Legendary OT User
TFS Developer
Joined
Sep 7, 2015
Messages
2,677
Solutions
126
Reaction score
2,112
I just downgraded the latest forgottenserver 1.3/1.4 and will keep it up to date to master branch.
If you want to submit issue (bugs), do it in github repo, not here.

Repository:
 
Last edited:
I just downgraded the latest forgottenserver 1.3 and will keep it up to date to master branch.
If you want to submit issue (bugs), do it in github repo, not here.

Repository:
will be there a 8.10 version? or what ever another versions?
 
Prefect back today to Tibia for some project idea. thanks for sharing :D
 
Stupid question but did you add back the animated text support?
 
can't compile it on windows, some weird issue.. i get loads of errors
 
Can someone post a SQL query to add player for this?
I tried this
Code:
INSERT INTO `accounts` (`id`, `name`, `password`, `secret`, `type`, `premdays`, `lastday`, `email`, `creation`) VALUES ('1', '1', '356a192b7913b04c54574d18c28d46e6395428ab', NULL, '3', '365', '0', '', '0');
Code:
INSERT INTO `players` (`id`, `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`, `onlinetime`, `deletion`, `balance`, `offlinetraining_time`, `offlinetraining_skill`, `stamina`, `skill_fist`, `skill_fist_tries`, `skill_club`, `skill_club_tries`, `skill_sword`, `skill_sword_tries`, `skill_axe`, `skill_axe_tries`, `skill_dist`, `skill_dist_tries`, `skill_shielding`, `skill_shielding_tries`, `skill_fishing`, `skill_fishing_tries`) VALUES ('1', 'God', '3', '1', '1', '0', '150', '150', '0', '0', '0', '0', '0', '136', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', 0x0, '40000', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '43200', '-1', '2520', '10', '0', '10', '0', '10', '0', '10', '0', '10', '0', '10', '0', '10', '0');
But I am getting error
Unknown column 'offlinetraining_time' in 'field list'
Unknown column 'offlinetraining_skill' in 'field list'
And also if I added or removed those colum I tried like this
Code:
ALTER TABLE `players` ADD COLUMN `offlinetraining_time` int(10) DEFAULT 0;
ALTER TABLE `players` ADD COLUMN `offlinetraining_skill` int(10) DEFAULT 0;
The groups.xml gets empty
XML:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
</groups>
And when I add groups back, the GM account cannot use like 50% of the commands, I didn't touch or edit the groups.
also I don't have website or anything because I am just doing quick tests while editing my server.
Edit :
Fixed by downloading the updated schema.sql, entering the above queries and editing the account type to "6" although I am using not exist offline training columns but that's just for quick testing.
 
Last edited:
Can someone post a SQL query to add player for this?
I tried this
Code:
INSERT INTO `accounts` (`id`, `name`, `password`, `secret`, `type`, `premdays`, `lastday`, `email`, `creation`) VALUES ('1', '1', '356a192b7913b04c54574d18c28d46e6395428ab', NULL, '3', '365', '0', '', '0');
Code:
INSERT INTO `players` (`id`, `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`, `onlinetime`, `deletion`, `balance`, `offlinetraining_time`, `offlinetraining_skill`, `stamina`, `skill_fist`, `skill_fist_tries`, `skill_club`, `skill_club_tries`, `skill_sword`, `skill_sword_tries`, `skill_axe`, `skill_axe_tries`, `skill_dist`, `skill_dist_tries`, `skill_shielding`, `skill_shielding_tries`, `skill_fishing`, `skill_fishing_tries`) VALUES ('1', 'God', '3', '1', '1', '0', '150', '150', '0', '0', '0', '0', '0', '136', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', 0x0, '40000', '1', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '43200', '-1', '2520', '10', '0', '10', '0', '10', '0', '10', '0', '10', '0', '10', '0', '10', '0');
But I am getting error


And also if I added or removed those colum I tried like this
Code:
ALTER TABLE `players` ADD COLUMN `offlinetraining_time` int(10) DEFAULT 0;
ALTER TABLE `players` ADD COLUMN `offlinetraining_skill` int(10) DEFAULT 0;
The groups.xml gets empty
XML:
<?xml version="1.0" encoding="UTF-8"?>
<groups>
</groups>
And when I add groups back, the GM account cannot use like 50% of the commands, I didn't touch or edit the groups.
also I don't have website or anything because I am just doing quick tests while editing my server.
Edit :
Fixed by downloading the updated schema.sql, entering the above queries and editing the account type to "6" although I am using not exist offline training columns but that's just for quick testing.
It's beacuse of alot of the values are not in tfs 1.3 recommend fresh database!

(Worked instead of converting) alot easier!)
 
Hey people!
/i and /ghost dosen't work for me.
/a 1 dosent work properly either.. (Sometimes i can't tp through objects and animation is not there)

Anyone got a idea how to fix this best regards! :)
 
Hey people!
/i and /ghost dosen't work for me.
/a 1 dosent work properly either.. (Sometimes i can't tp through objects and animation is not there)

Anyone got a idea how to fix this best regards! :)
did you tried to edit account type from database?
 
Since you didn't say if you want it compiled for Linux or Windows and 64/32-bit so this is the one I compiled for Windows 64-bit, but you'll have to learn how to compile it so you can edit your source in the future and be updated.
 

Attachments

Last edited:
Status
Not open for further replies.
Back
Top