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!
/action/scripts/other/doors.lua
unlockedDoors = { }
local function isDoorLocked(keyId, position)
if keyId == 0 then
return false
end
if unlockedDoors[keyId] then
for i = 1, #unlockedDoors[keyId] do
if position == unlockedDoors[keyId][i] then...
Hello there,
I am stuck on 5 mission when you have to open right doors for get the present and return it to npc.
I cannot open these doors.
present.lua
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
item:remove(1)
toPosition:sendMagicEffect(CONST_ME_POFF)...
I have added in crowbar.lua
local key = 12451
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if target.uid == 10168 and player:getStorageValue(key) < 0 then
player:setStorageValue(key, 1)
player:say('Success.', TALKTYPE_MONSTER_SAY)
elseif target.uid...
Dear OTLanders,
Where i have to find the way to fix action to use crowbar on mailbox in Folda.
Kevin.lua
https://pastebin.com/U2vCT8tS
storages.lua
https://pastebin.com/MaTZQf3c
actions.lua
https://pastebin.com/5DBZNkEW
In mapeditor mailbox has 2155 uniqueid
Where to find the solution?
I have a little problem with mission 2, when i use crowbar on mailbox in folda nothing happend and see "you cannot use this object". Uniqueid of mailbox is 2155, which should be?
Have you it all? because your Postman is working.
Here is my data/lib/core/storages.lua
-- STORAGES --
Storage = {
DemonOak = {
Done = 1010,
Progress = 1013,
Squares = 1014,
AxeBlowsBird = 8288,
AxeBlowsLeft = 8289,
AxeBlowsRight = 8290...
Good day!
How to fix questlog working? for example i need to add Postman Quest in quests.xml but i dont see storageid value or im blind... can u explain me how to?
here is my quests.xml
<quest name="The Postman Missions" startstorageid="100171" startstoragevalue="1">
<mission...
On my quest log i dont have any quests done. How i can get it working? i want to understand the logic.
Here is my quests.xml
https://pastebin.com/Gd0jRq5Z
I heard about storageids but i dont know where i have to put it.
Thank you for quick answer,
I do that what you said but i have it many more ;P
[Warning - Weapons::registerEvent] Duplicate registered item with id: 0
[Warning - Weapons::registerEvent] Duplicate registered item with id: 0
[Warning - Weapons::registerEvent] Duplicate registered item with id: 0...
Console error:
[Warning - Weapons::registerEvent] Duplicate registered item with id: 0
weapons.xml
https://pastebin.com/JsUZjMeD
Here is not itemid=0
I can upload additional files, just let me know which ones.
I will try it what you say and give you a feedback.
but i have found in my action.xml and dont know if i have to disable it or keep enabled.
<action actionid="2000" script="quests/system.lua" />
<action actionid="2016" script="quests/system.lua" />
<action actionid="2215"...