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

    Selling [Modern AAC] MeNi SMS Shop System - Dotpay/Homepay/Daopay + stats

    ENG: This script is in PL language and it is useful like only for PL ppl, so i wont translate whole post to ENG PL: Witam wszystkich, mam na sprzedaż skrypt SMS Shop System by MeNi - jest to skrypt do obsługi sms shopu na Modern AAC. Ja jestem autorem skryptu, włożyłem sporo pracy żeby...
  2. MeNi

    [TFS 0.4] 2 OTS, 2 IPs, one dedicated server?

    Hi, I have TFS 0.4 r3876, 8.57. I had 2 OTS on one dedicated serv (ovh -> ip failover) some time ago, but it was on tfs 0.3.6, where was "bind only configured ip~" in config.lua, but in my tfs 0.4 there isn't such option. So here comes my question, how to do it on 0.4?
  3. MeNi

    IOMapSerialize::loadItems - NULL item at.....

    those doors disappers when opened
  4. MeNi

    IOMapSerialize::loadItems - NULL item at.....

    Hi, after editing some things on my map i found such errors in console: [21:36:15.218] [Warning - IOMapSerialize::loadItems] NULL item at ( 00971 / 0102 0 / 007 ) (type = 5304, sid = 1, pid = 0) [21:36:15.218] [Warning - IOMapSerialize::loadItems] NULL item at ( 00970 / 0102 3 / 007 )...
  5. MeNi

    TFS 0.4 is 8.6 or not?

    like in title Is there 8.6 with pot stacking etc for donators?
  6. MeNi

    Tibia was hacked back in 7.71/7.72..

    sample npc from this "hacked" tibia server # GIMUD - Graphical Interface Multi User Dungeon # don.npc: Datenbank fuer den Bauern Donald McRonald Name = "Donald McRonald" Sex = male Race = 1 Outfit = (128,41-94-79-76) Home = [32391,32229,7] Radius = 3 GoStrength = 10 Behaviour =...
  7. MeNi

    [onDeath]

    thx it works now rep++
  8. MeNi

    [onDeath]

    Hi, i have problem with my script: function kamien(item,pos) doCreateItem(item.itemid, 1, pos) end function onDeath(cid, corpse, killer) local creaturename = getCreatureName(cid) -- 12k LVL QUEST BOSS local pos = {x=989, y=2903, z=8, stackpos=255} local itemx =...
  9. MeNi

    How to stopEvent?

    how to make this global var works?
  10. MeNi

    How to stopEvent?

    Isn't there any way to save "handle" for event in storage, and then stop it from other script, reading handle from storage and stopping it?
  11. MeNi

    How to stopEvent?

    Hi, how i can stop event? I have such code (...) for i = 1, 4 do if players[i] then (...) event = addEvent(teleport, tptime, players[i]) setPlayerStorageValue(players[i], eventStorage, event) end end (...) and in other script: (...) for i = 1, 4 do event =...
  12. MeNi

    [REQUEST] TP from tile after X time

    @Cyko Thx rep++
  13. MeNi

    [REQUEST] TP from tile after X time

    Hi, i request a script, which kick (TP to 1000/1000/7) player, after standing for example 10 minutes on tile. How it should work: 12:00 - player enter tile 12:10 - if player didn't left tile, he got TP to temple. If he already left, nothing happens.
  14. MeNi

    Donations, what are your thoughts?

    I dont call it "donations" on my server, i call it "SMS shop", i am selling service - premium points, i am paying taxes for it etc..
  15. MeNi

    Modern AAC Polish letters

    Hi, how i can use polish letters in Modern AAC in database, for example in news, forum? (ĘÓĄŚŁŻŹĆŃ) When i write them in news, it shows "?Ó???????"
  16. MeNi

    Root Server or Managed Server?

    roor server
  17. MeNi

    [Modern AAC] Grey Layout by MeNi

    @UP read to lern, i didn't made this lay, i just edited it to work with modern
  18. MeNi

    Windows FATAL: OTBM Loader - Failed to create item.

    Ha, thats the problem is, that it isn't zao, those tiles most ofen are water or tar and on it fragment of mountain, cave border, or stones... i dont know if it always are such combinations, but on my map there wasn't any other if i remember good EDIT On rev 3702 it works good. So this error...
  19. MeNi

    Windows FATAL: OTBM Loader - Failed to create item.

    It is not a solution. I would sit all day removing those titles, in evry map i want run in tfs 0.4... If on 0.3.6 it works fine, it means that this is error in TFS 0.4, not in map, so TFS 0.4 should be fixed, not map. And btw, on one map i deleted all titles, was sitting one hour on it, and...
  20. MeNi

    Windows FATAL: OTBM Loader - Failed to create item.

    If i remove on item, there is next. If i remove next. there is another one. And so on...
Back
Top