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

TFS 1.0 login problem

Moj mistrz

Monster Creator
Joined
Feb 1, 2008
Messages
932
Solutions
10
Reaction score
295
Location
Poland
Hello, I've got problem with log in to TFS 1.0 downloaded from there(not compiled by myself) - https://github.com/otland/forgottenserver/ and latest exe file.
That's the error I have. + onGainSkillTries error.
GPb2CVG.png

How to fix it?
 
You are using 1.1, not 1.0. 1.1 has breaking changes.
 
Like this one.
You are using 1.1, not 1.0. 1.1 has breaking changes.
Damn, I haven't noticed it's 1.1 now.

I will use this one instead, it dont have any errors.
https://github.com/otland/forgottenserver/releases/tag/v1.0

I've got only one problem with onHealthChange, namely even if I register this event to login.lua like this -
Code:
    player:registerEvent("onhealthtest")
it is registered to monsters instead of players lol. That's why I tried different things to test this out.
 
Back
Top