• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Yassate

    TalkAction Script - tool that gives npc selling/buying list in desired format!

    I wanted to make my npcs to have list of sellable/buyable items like in real tibia. First I downloaded a few packs but these NPC didn't have full lists (or I downloaded wrong packs) : D As you know, in xml file of npc that list have to be in "itemname,itemid,price;itemname,itemid,price" format...
  2. Yassate

    Lua Need help with NPC delay (aborting doNPCTalkALot).

    Hello! I use this doNPCTalkALot function made by Cyko I think: function doNPCTalkALot(msgs, interval, pcid) interval = interval or 6000 local cid = getNpcCid() for i = 1, #msgs do if i == 1 then doCreatureSay(cid, msgs[1], TALKTYPE_MONSTER, false, pcid) else...
  3. Yassate

    Questlog problem, need some help! =)

    As in title I have problem with adding quests to my questlog. I can't have more than one missionstate. First of all, example: <quest name="Pits of Inferno" startstorageid="10544" startstoragevalue="1"> <mission name="Throneroom of Verminor, the Plaguelord" storageid="10274" startvalue="1"...
  4. Yassate

    Lua Inverted Quest Doors and questions.

    Hello! Now I'm working on Banshee Quest, in fact I almost finished but I have one problem. I read, that if you enter final room in this quest you can't enter there again. So.. I have problem with doors which has to do this. I edited my doors.lua and it looks like: local function...
  5. Yassate

    Lua How to do that nothing can be dropped on item.

    Hello OTLand users. It is my first post but I read this forum from about month. I have read a lot of tutorials and other threads, but I did not find solution, that is why I ask here. I am working atm on HotA quest and I need some help. I wrote script about these hats in Rahemos tomb, It works...
Back
Top