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

Solved Functions and stuff

MexeN

New Member
Joined
Sep 10, 2009
Messages
22
Reaction score
0
Where can i see the current functions and stuff like that, that are currently usefull
TFS the most recent one
Thanks
 
Last edited:
TFS 4.0 doesn't exist. The latest one is 1.2 atm.

You can find all functions in luascript.cpp.
https://github.com/otland/forgottenserver/blob/1.1/src/luascript.cpp

The TFS 0.2 functions that are set to TFS 1.1 functions are in compat.lua.
You can also use them as example to see how to change old functions to TFS 1.1 functions.
https://github.com/otland/forgottenserver/blob/1.1/data/lib/compat/compat.lua

You can also find alot here with explanations how to use them.
https://github.com/otland/forgottenserver/wiki/Script-Interface

For TFS 0.4, you can find them in luascript.cpp and in doc/LUA_FUNCTIONS.
 
Back
Top