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

    golden bow (8.10-xml)

    you need to check if you have the function increasephysical in your items.xml file and add it to the item(some aries consoles has this function added), if you dont have this function and you dont have sources you gotta remake every single weapon script.
  2. kimet

    OTMadness

    A long time ago when i was playing madness servers(8.1) and the owners was closing it the whole damn time i've started playing your current madness II(8.6) and after a certain time some ppl told me you was the real creator of madness and i've asked if you could give me the version 8.1 of madness...
  3. kimet

    How to extend .spr in client?

    the only way i know is updating your tibia client version or using ot client.
  4. kimet

    Linux Can login to acc, cant to game (WAN)

    so can you just put your external ip in your config.lua and show us a print of the port check web page showing your port 7171 is open for your external ip?
  5. kimet

    Linux Can login to acc, cant to game (WAN)

    step 1: go to port check web page. step 2: check your external adress. step 3: put this adress on config.lua (ip="external adress"). step 4: open your server(click on tfs.exe or whatever your .exe is called). step 5: back to port check web page. step 6: change Port Number to 7171 and click in...
  6. kimet

    Windows Spr Patcher | Ot client

    Bump
  7. kimet

    Windows Spr Patcher | Ot client

    Bump
  8. kimet

    Need to let my admin character walk threw walls

    first you need to know if your server have the flag canwalkthrough, if it has this flag you just need to add this flag on groups.xml.
  9. kimet

    Windows Spr Patcher | Ot client

    there should be a checksum for check the sprites integrity, i didnt know before i post if something like this was possible, i've search everywhere if i could find a such tutorial for this type of launcher. do you have any idea how to do this??? something like this: Pxg Launcher i want to move...
  10. kimet

    Set the max level higher then 717217

    You need to change your experience formula, this level limit means you reached the max level which the experience variable can store, but put in your mind if you change your formula you can increase your level limit, but your max experience will be the same(the variable storage limit), so pay...
  11. kimet

    Windows Spr Patcher | Ot client

    exactly Bump Bump Bump
  12. kimet

    Windows Spr Patcher | Ot client

    Bump
  13. kimet

    Windows Spr Patcher | Ot client

    I've searched a lot and i've figured how launchers works watching some tutors of visual basic, just need to know the hash and replace the file, but my question is: 1- How can i make a launcher read the sprites of .spr file instead the whole file?? 2- There is any way for make it replace the...
  14. kimet

    Lua Elfbot block scripts!

    What about a custom client just for make it doesnt work with bots?? any help?
  15. kimet

    Lua Elfbot block scripts!

    signed! there is only two solutions: 1 - create a custom client 2 - create a source protection i think there is no way you can use only lua for block elfbot or any other bot. well i'm searching any way for block the use of bots for 8.6 client without create a custom client, i think it is an...
  16. kimet

    houseDataStorage or other to save all house items in items_tile - REP+

    go to your config.lua, search for houseDataStorage = "binary" and change to houseDataStorage = "binary-tilebased"
  17. kimet

    Compiling Items absorb/general c++

    from s << "protection"; to s << " protection"; ???? spaced should work
  18. kimet

    Compiling how disable salt?

    Go to: std::string salt = generateRecoveryKey(2, 19, true); password = salt + password; and replace for: std::string salt = ""; password = password;
  19. kimet

    Compiling Need help me war system

    only works on TFS 0.4 with parameter -D__WAR_SYSTEM__
  20. kimet

    GlobalEvent TM - Boss Raid System v1.3.0 (Release/Updated)

    ohhh i was testing this script on my test server and i was using sqlite in it, so i've changed the database to mysql and worked(damn sqlite tables), thx for help. very nice this raid system good job, the tfs one is too limited compared with this...
Back
Top