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

    Time To Update?

    oramond is coming on real and here is not rosha? :/
  2. P

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    can someone compile maptracker to tibia 10.40?
  3. P

    OpenTibia SharpMapTracker 0.8.1 by Jo3Bingham

    [Error] (1593068.recording) Unsupported TibiaCast Version 4.21 what solution can i have? i'm trying to get svargrond new event area
  4. P

    [10.77][TFS 1.2] ORTS, a real map project

    that datapack works fine if you don't use it directly, just take tfs 1.0 and compile yourself. later take that datapack and insert files one by one, and starting the server with each change and testing it in game, exemple you add to your project the full inquisition quest. npc's, actions...
  5. P

    [10.77][TFS 1.2] ORTS, a real map project

    I've created the behemoth quest rewards to your datapack. function onUse(cid, item, fromPosition, itemEx, toPosition) if(item.uid == 1296) then if(getPlayerStorageValue(cid, 1296) < 1) then setPlayerStorageValue(cid, 1296, 1) doPlayerAddItem(cid, 2466, 1)...
  6. P

    [10.77][TFS 1.2] ORTS, a real map project

    I've created a solution to witche's grimoire chest from Inquisition Quest can someone help me to contact with github developers? I wanna help a little with my work. function onUse(cid, item, fromPosition, itemEx, toPosition) if(item.uid == 1016) then if(getPlayerStorageValue(cid, 1016)...
  7. P

    Roshamuul

    yeah all are "bad" because you say not many diferences and you are wrong. you have autobordered and that is great error cause you are making hard for later works in that map to fix or add spawns trakeds...
  8. P

    Roshamuul

    solved sorry double post
  9. P

    Roshamuul

    when i log Vastoria.net it says you are not a gamemaster! and i can't enter more less than characterlist on game...
  10. P

    Roshamuul

    this version map is sux sorry for the hammer spamming =/
  11. P

    Roshamuul

    you will share it? :O
  12. P

    how do time storages in tfs 1.0?

    any bump?
  13. P

    how do time storages in tfs 1.0?

    yes man =/
  14. P

    how do time storages in tfs 1.0?

    when i make it it give the storage, but. never go less... why? local storageNr = 12345 local neuTime = os.time() + 24*60*60 Player(cid):setStorageValue(storageNr, neuTime) on navicat i go to table and says player_storage player_id 4 key 12345 / value 1392816630
  15. P

    how do time storages in tfs 1.0?

    i cant do it.. =/
  16. P

    how do time storages in tfs 1.0?

    thank you i g0na try =D
  17. P

    how do time storages in tfs 1.0?

    but how can I make a working timed storage?
  18. P

    Lua Problem with noip

    you must go your hosts file on system32 drivers etc and create line with your ipv4 and your no ip.
  19. P

    how do time storages in tfs 1.0?

    setPlayerStorageValue(cid, 100, os.time() + 10 * 60 *1000) this doesn't work...
  20. P

    Znote AAC 1.5 (for TFS_10) problems

    not working guild wars...
Back
Top