• 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. K

    Good old Winrar haha :D

    i'm still using winrar haha never paid
  2. K

    OT Flash Client (Would you use it?)

    I prefer the client
  3. K

    Whats is the database error

    you are using the wrong version for ur tfs
  4. K

    Solved talkaction help needed

    you can say !bpsd 2 and you will get 2 bps of sd
  5. K

    [Problem script]

    eres español? explica mejor que quieres que haga y pon el error que te da en la consola por cierto para que añada mana usa / btw to add mana use this doPlayerAddMana(cid, c) esta funcion es para otra cosa / this function is for another thing doPlayerAddSpentMana(cid, c) try to explain a little...
  6. K

    Config

    I guess its because you removed the "--". -- Connection config get this one and change the settings for your ot https://github.com/otland/forgottenserver/blob/master/config.lua
  7. K

    mqjqus.exe - HELP

    combofix is safe to use it on your own? Sometimes i read about that and there's always a message like: You should not run ComboFix unless you are specifically asked by a qualified person, etcetc
  8. K

    Extended serverlist and custom signature generator ~ [OTServerworld.net]

    i feel the same way about the layout, needs a need one
  9. K

    Solved talkaction help needed

    edit: fixed that error and now you get a message on the client (idk where did you want the message to appear) try it local config = { price = 600000, bpId = 1988, runeId = 2275, countitems = 2000 } function onSay(cid, words, param) local count = 1 if isNumber(param) ==...
  10. K

    Solved Exura script not working properly.

    the max is inside the if min < 10, so it heals 10 when the minimum is below 10.. if its higher then the formula applies
  11. K

    Necronia - Discussion

    What do you like the most about Necronia? the mapping thread
  12. K

    [PHP] GESIOR AAC Players Online, Uptime...

    http://otland.net/threads/gesior-2012-server-status-offline.180071/#post-1745481
  13. K

    Is exploration still a thing? (Large maps topic)

    cool, finish this
  14. K

    iPhone 6 discussion

    well my sister dropped her iphone once and broke the screen so yeah, lucky on that
  15. K

    Solved talkaction help needed

    bp full with sds 100x each local config = { price = 100, itemId = 1988, runeId = 2263, countitems = 2000 } function onSay(cid, words, param) local count = 1 if isNumber(param) == TRUE then count = param end if doPlayerRemoveMoney(cid, config.price *...
  16. K

    More storages at once

    function onUse(cid, item, frompos, item2, topos) if (getPlayerStorageValue(cid,8949) == 1) then doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You already took this item.") elseif (getPlayerStorageValue(cid, 8950) == 1) then if doPlayerAddItem(cid, 192, 1) then...
  17. K

    Tibia Deathmatch 2014 **DRUID WON** (game over)

    knight 27 +1 paladin 28 -1 druid 25 knight 28 paladin 27 druid 25
Back
Top