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

    TheImaginedServer & TheImaginedClient (custom TFS and Client) - Updated 1/16/2015

    Fix pre Tibia 8.1 Jiddo's npc system.
  2. F

    RealOTS or Real Tibia Server 7.7v

    Even though I liked everything still being a mystery and only a few people granted to use the cipsoft 7.7 server, I'm happy with your contribution to the community rxrob :).
  3. F

    RealOTS

    Is this a joke? "There's a problem with the merchant's PayPal account. Please try again later."
  4. F

    RealOTS

    Awesome. But bye bye mystery :(.
  5. F

    Windows FATAL: OTBM Loader - (x:582, y:869 z:7) Failed to create item.

    Is it a custom item or an item that doesn't come with your tibia version?
  6. F

    [LUA] Request function doPlayerRemoveMoney(cid, money)

    It's a modified revision so I broke some functions I think it's the latest.
  7. F

    [LUA] Request function doPlayerRemoveMoney(cid, money)

    I don't remember.
  8. F

    [LUA] Request function doPlayerRemoveMoney(cid, money)

    Hello, There is something wrong with my source so "doPlayerRemoveMoney(cid, money)" does not work. Can anyone write me this function so I can put it in my function.lua? (I use tfs 0.3) Thanks
  9. F

    [9.6] Realmap V3

    Thanks jnybabe!
  10. F

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    Thanks Jo3Bingham and lipeewb for showing!
  11. F

    [7.4] Avesta

    I don't know about you guys but after compiling I'm getting spell/npc errors using Windows: LuaScriptInterface:popboolean<>. Error: Expected boolean type parameter.
  12. F

    [7.4] Avesta

    misc/schema.mysql? CREATE TABLE `groups` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL COMMENT 'group name', `flags` BIGINT UNSIGNED NOT NULL DEFAULT 0, `access` INT NOT NULL, `maxdepotitems` INT NOT NULL, `maxviplist` INT NOT NULL...
  13. F

    Solved RME and Windows 8

    U could try using a program like Laatido to change RME/map from 32 bit to 64 bit.
  14. F

    [7.4] Avesta

    I don't know if you got what I ment. I was talking about a storyteller npc.
  15. F

    [7.4] Avesta

    TFS has the delay system indeed. Do you have this btw? If so can you share? Thanks.
  16. F

    [7.4] Avesta

    Well for those who want it, here it is. Put this in npc.lua: function say(param) selfSay(text) doCreatureSay(param.cid, param.text, 1) end function delayedSay(text, delay) local delay = delay or 0 local cid = getNpcCid() addEvent(say, delay, {cid = cid, text = text}) end Example...
  17. F

    [7.4] Avesta

    Does anyone have a real Tibia like npc message delay function? I've found one, but if you interrupt the npc with another word it will still finish the previous story too.
  18. F

    [7.4] Avesta

    With the function "doPlayerAddItem" you can only get more then 1 item if the item is stackable. (Obviously I didn't test this with something with charges)
  19. F

    Selling OpenTibia Service

    Recommended!
  20. F

    [Nicaw ACC] One deah in characters [Fixed][by Old Tibia]

    I have Nicaw Avesta 1, but for some reason I get an error if I use yours. Anyway the editted version works for me REP ++.
Back
Top