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

Where i can FIND 1.1 Lua Functions.

https://github.com/otland/forgottenserver/blob/master/src/luascript.cpp
Search for what you want, ex addItem then you will find Player:addItem.

If you know the old function you can in most cases use this file: https://github.com/otland/forgottenserver/blob/master/data/lib/compat/compat.lua

Yes, i'm using this: https://github.com/otland/forgottenserver/blob/master/src/luascript.cpp but i thought that have other list similiar 1.0

@Edited:

Search in Compat.lua is one good way. Thanks :D
 
Well the functions are mainly the same, 1.1 has more functions tho.
But luascript.cpp lists all functions you can use.
 
Back
Top