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!
The script is this:
function onUse(cid, item, fromPosition, itemEx, toPosition)
if itemEx.uid ~= 8087 then
return true
end
doCreateItem(1491, 1, toPosition)
doRemoveItem(8088)
end
I want when create the itemid 1491 set an uniqueid to him, can someone help me? Thanks
Thanks, but where i find the sources? This site doesn't work: http://otland.net/subversion.php?svn=public&file=listing.php&repname=forgottenserver&path=/tags/0.2.15/
The function getPlayerExperience not exist on my server, is there any lib that I can add for this function to work? Or I have to put her through the source? Regardless of whatever the method, teach me to put this function on my server please! I checked the list of functions of TFS 0.2.15 and...
Can anyone teach me how remove the messages that appear when the character up skill? (Fist Fighting, Club Fighting, Sword Fighting, Axe Fighting, Distance Fighting, Shielding and Magic Level)
My server is TFS 0.3.6 pl1, thanks!