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

    Solved RME, Map import wont work.

    yes i'm got it but i create a new town name gengia but when i selected one of the house it's got no town name so can i be chaning in the house.xml to the gengia town id? will it be eough
  2. RockeTBunnYz

    Solved Neeeed heelp with events!!!!

    add this in your globalevents <globalevent name="LastMan" interval="600000" event="script" value="lastman.lua"/> <globalevent name="arena" interval="60000" event="script" value="arena.lua"/> and now make a file in scripts called lastman.lua and paste this code local createpos =...
  3. RockeTBunnYz

    Solved RME, Map import wont work.

    thanks it's did work. i did like this i was setting at x 1025 y 1025 than i took 1025-1039 and there import somewhere around it and i found it thanks @Limos hmm i got the map there but there is no npc or house how do i import that? just copy and paste?
  4. RockeTBunnYz

    Solved RME, Map import wont work.

    Hey can you write down how you solved this problem? i have the same issue
  5. RockeTBunnYz

    RME for 8.6 can't import map..

    Hey, guy i'm try to import gengia into my real map but it's doesnt work it's say that it's sucessed. but when i click ctrtl+t there is no town with gengia name.... i can't find it either. i also try to copy and paste by using 2 rme that's doesnt work either it's didn't copy.... i read around...
  6. RockeTBunnYz

    Oken, Gengia, Pyre

    Thanks was looking for this for a while :rolleyes:
  7. RockeTBunnYz

    [8.60] Tracked Tibia Map (RME 2.1)

    reupload this map please i need it.
  8. RockeTBunnYz

    Solved created a character but they do not exist in game

    i solved it ! the problem was i didn't set the position for the new character to spawn that's my was set to x: 5 y:5 z:5 and i changed to 'x' => 32369, 'y' => 32241, 'z' => 7, thais temple.
  9. RockeTBunnYz

    Useful mapping stuff

    Reupload please it's seem very usefull :P
  10. RockeTBunnYz

    Solved created a character but they do not exist in game

    // ---------------- \\ // Create Character \\ // ---------------- \\ // Max characters on each account: $config['max_characters'] = 7; // Available character vocation users can create. $config['available_vocations'] = array(1, 2, 3, 4); // Available towns (specify...
  11. RockeTBunnYz

    Solved created a character but they do not exist in game

    <?php // Available options: TFS_02, TFS_03 // TFS 0.2 = TFS_02 // TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)! // TFS 0.4 = TFS_03 // TFS 1.0 = TFS_10 (Under developement) $config['TFSVersion'] = 'TFS_03'; // As far as I know, OTX is based on...
  12. RockeTBunnYz

    Solved created a character but they do not exist in game

    it's too damn long how can i post it? .....
  13. RockeTBunnYz

    Solved created a character but they do not exist in game

    i know.... i remove it cuz i dont want to share my id and password -.- same as config.php
  14. RockeTBunnYz

    Solved created a character but they do not exist in game

    config.lua -- The Forgotten Server Config accountManager = false namelockManager = true newPlayerChooseVoc = false newPlayerSpawnPosX = 32369 newPlayerSpawnPosY = 32241 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 8 newPlayerMagicLevel = 0...
  15. RockeTBunnYz

    Solved created a character but they do not exist in game

    my config for server or data base?
  16. RockeTBunnYz

    Solved created a character but they do not exist in game

    Yes, it's create a character into the database, and everything seem curretly. but it's said that i haven't make a character for this account.. that's weird....:( same with the account manager but i have turn it off so creating account or character thru website only now... Bump bump ...
  17. RockeTBunnYz

    Solved created a character but they do not exist in game

    Aaaaw thanks :I Bump ......
  18. RockeTBunnYz

    Solved created a character but they do not exist in game

    Hey, as a thread said. When i create a new account then login to create character and finish it's working fine! but when i do login with the same account that i made i getting this msg This account does not cotain any character yet. Create a new character on the TestOT website at. i'm using...
  19. RockeTBunnYz

    help problems with the compile tfs 0.4 rev 3884

    none of them work ... so i really need a help via teamviwer.... i try both 32-bit and 64-bits. bump ! bump ! help
  20. RockeTBunnYz

    help problems with the compile tfs 0.4 rev 3884

    how do i know that? i watch a video about it but i couldnt find the dlls files for 32bit or should i have 64 bits? ...
Back
Top