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!
Helo,
I have a question about selling empty flasks to npc's (like Xodet).
In this protocol the buy function need a item subType, which is for example equals 7 for mana fluid.
shopModule:addBuyableItem({'mf', 'mana fluid', 'manafluid'}, 2006, 55, 7, 'mana fluid')
And buying is working great...
Filling the vial with water does not work :( I need this feature to be done dreamer's challenge quest etc...
On the other hand, Sandra in Edron sells an empty vial. How to fix it?
empty vial in item editor It looks like this:
sandra.lua:
shopModule:addBuyableItem({'vial of oil'}, 2006...
Hi!
Just wanted to share something that i wasn't able to solve for a long time. I could not buy vial of oil from an npc for the longest time so i would like to share this item.otb with you guys that fixed my problem.
id 12661-12688 are the donate items for my server. Keep them or remove them as...