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!
Hi everyone, I'm editing the code so that the tasks will count in party, but I can't make it 100% functional, since I want to make it count only by damaging the creature.
At the moment it works if they both hit almost the same damage to the creature.
Could you help me?.
Thank you
local...
Alkurius, you can remove items in "secret" areas that only you know where they are, please.
It is annoying to remove it every time you upload an update.
Hello everyone, the problem is that when I open the main bp the lockbutton appears, but when I open a secondary bp the button disappears.
someone knows how I can add that button to the secondary bps, thanks!
hello, apparently the function is not there, check in src in luascript and player the function "setOfflineTraining"
compat.lua
function doPlayerSetOfflineTrainingSkill(cid, skillId) local p = Player(cid) return p ~= nil and p:setOfflineTrainingSkill(skillId) or false end
Hello everyone, I need help to finish the action, I need you to take money away from using the item and add the mount, could someone finish it? Thanks.
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
local mountId = {7, 8, 9}...