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

Search results

  1. kacpersky

    Client flash .swf file

    I missed the moment when they were beta testing the Tibia in flash. Has anyone may file .swf. I need it, Could someone send it?
  2. kacpersky

    Action Pits of Inferno Quest (Blood on gravestone, magic wall entrace, oil lever, quest log)

    Actions: To containers.lua local DISTILLERY = {5513, 5514, 5469, 5470} local ITEM_RUM_FLASK = 5553 local ITEM_POOL = 2016 local TYPE_EMPTY = 0 local TYPE_WATER = 1 local TYPE_BLOOD = 2 local TYPE_BEER = 3 local TYPE_SLIME = 4 local TYPE_MANA_FLUID = 7 local TYPE_LIFE_FLUID = 10 local...
  3. kacpersky

    lua - changes value in another file

    hi! I have a question. Is it possible to create a script in lua, which changes the value in another file? Something like sed on linux ?
  4. kacpersky

    Compiling Linux how clean the compilation config

    As above :)
  5. kacpersky

    npc gives a key

    hello! Im making a npc who will sell a key, and i have a problem that the key have to an actionid but it hasnt. some code: local key = doPlayerAddItem(cid, 2089, 1, FALSE) doSetItemActionId(key, 3142) i get a key but: 01:09 You see a copper key (Key:0). im using 0.4 . How to...
  6. kacpersky

    how to disable trade system via talkactions

    hi! its possible to disable buying in talkactions ? like: hi buy backpack ? i just want to able only: hi trade
  7. kacpersky

    doPlayerSendTextMessage

    # MESSAGE_EVENT_ORANGE # MESSAGE_STATUS_CONSOLE_ORANGE i dont see any difrent between this message. I want to display a orange text in the middle of the screen, but with this parametrs i have this text in default. How can i do it with this function ?
  8. kacpersky

    random word from table

    im creating some npc. This is like a riddle : Player have to say message but this message is a word one from 4. And npc randomly check if its corect. Im trying to do something like this: local word = {msgA, msgB, msgC, msgD} local rando = word[math.rand(1,4)] if msgcontains(msg...
  9. kacpersky

    doPlayerAddMapMark(cid, pos, type[, description])

    i want to use this function: doPlayerAddMapMark(cid, pos, type[, description]) and i have: pos = {33015,31533, 10} doPlayerAddMapMark(cid, pos, 4, "mission") and my client is crashing, how i can use corectly this function? What i do wrong?
  10. kacpersky

    npc selling some items after have a storage

    hi ! sorry for my dumb question, but im learning :P how i can set a npc who will be sell a bonus item, after doing a quest with storageid = xx ?
  11. kacpersky

    npc - break between message

    helo how can i do a break like this: selfSay('bla bla', cid) break selfSay('bla bla', cid) break selfSay('bla bla', cid) break like 3 sec thanks for answer !
  12. kacpersky

    War System - page on modern acc

    hi :) Could someone change elf's war page from Gesior Acc to Modern acc for me?
  13. kacpersky

    tfs na x86 czy x86_64 ?

    testował ktoś może różnicę ? jak to wypada ile ramu zużywa itp ?
  14. kacpersky

    Gesior AAC 0.3.5/0.3.6

    hmm czy większość linków (jak nie wszystkie) została wykasowana z tego forum ? Nie mogę żadnej wersji znaleźć.
  15. kacpersky

    Tutorial Kilka tricków w paintcie

    Wrzuta.pl - 1268989998_a70[1] o to kilka porad, po których moje życie stało się prostsze ;)
  16. kacpersky

    Ventrilo server 2.1.4 linux

    Witam, szukam ventrilo server 2.1.4 na linuxa, ma ktoś może link ? Ta wersja jest już nie rozwijana i na oficjalnej stronie nie można już jej ściągnąć.
  17. kacpersky

    repozytoria lenny

    Hmm, byłby ktoś tak miły i mógł podać repozytoria do lennego z libbostami 1.38 lub wyższymi ? te co tutaj się przewinęły na forum to nic nie dodają :)
  18. kacpersky

    Darksoul.pl - spoofing

    Server Status Currently 9 players are online on DarkSoul. on otservlist: Online Darksoul RPG 24-7 darksoul.pl Graczy: 208 / 400
  19. kacpersky

    Lua Exp ring - problem with duration (countdown doesnt work)

    all works fine, but i have one problem with duration, all time is 8 minutes. After 8 min using, ring still has 8 min. Somebody knows how to repair it ? items.xml <item id="6300" article="a" name="death ring"> <attribute key="weight" value="80"/> <attribute key="slotType"...
  20. kacpersky

    [sql] sid to players above vocation 8

    how can i add a specifical storage id to players above vocation 8 ?
Back
Top