• 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!

    You should paste your itemlist in that script in tabelka1 and tabelka2. When you have it, you have to run OT and type on your god character "/buysell" and then in your console should be text in format: itemname,itemid,price;item2name,item2id,price2; etc Then just copy ( without " Cant find...
  2. Yassate

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

    You type command /buysell and there is no message in console yepp? If you did everything in right way I don't know why it doesn't work, sorry : P
  3. Yassate

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

    Any error in console or something? Or it works in bad way? In talkactions.xml you have to add only one line, script should be in new file called "buysell.lua" =P
  4. 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...
  5. Yassate

    Lua Need help with NPC delay (aborting doNPCTalkALot).

    Thanks! Thanks Cyko! Aww there is no problem that you don't have solution for it : D Some time with trial and error method (unfortunately I'm not so good in lua ; P) and It works! There are my npchandler and npc.lua scripts if somebody need it: npchandler: -- Advanced NPC System...
  6. 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...
  7. Yassate

    What song are you listening NOW!

    Jay Z and Kanye - Gotta Have It http://www.youtube.com/watch?v=ox4p1KI107A Love It!
  8. Yassate

    Questlog problem, need some help! =)

    Bump
  9. Yassate

    Questlog problem, need some help! =)

    Just BUMP. Can you tell me what's wrong there?
  10. 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"...
  11. 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...
  12. Yassate

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

    Thanks for your posts. I tried Milice's solution but It doesn't work (or I'm doing smth wrong). I'll try now Cykotitan's proposition =) Thank you Cykotitan! It works! I'm not experienced user of forums but I gave you and Milice "reputation" =D
  13. 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