Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
Why not xampp + znoteacc ? Is like copy and paste.
If this is for offline playing, you don't need much to do.
Show config.lua or send full file, from forgottenserver main folder.
Download and copy login.php from link, and replace with the znote login.php in htdocs folder. ZnoteAAC | OpenTibiaBR (https://docs.opentibiabr.com/opentibiabr/downloads/website-applications/websites/znoteaac)
Also, if there will be, log out/crash situation, change in the config file...
Hey, long time spend on this.. Is possible to make this working ?
Too newbie, to read source code.
Crafting system, put one item on anvil, put next item on anvil, and hit them with the hammer, to connect them.
Two different id.
Thanks for reading.
function onUse(player, item, fromPosition...
Maybe thread is old, but will help other, this work for me, tfs 1.42.
function Player:onLook(thing, position, distance)
local description = "You see " .. thing:getDescription(distance)
if thing:isItem() then
local stats = thing:displayStats()
if stats ~= "" then...