• 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!

Search results

  1. K

    Lua TFS 1.0.0 Vip Experience

    try with something like this (dunno if it exists) local rate = Game.getExperienceStage(Player(cid):getLevel()) local newRate = rate * 2.0 Player(cid):setExperienceStage(newRate)
  2. K

    [HELP] Npc Handler problem

    getDistanceTo = getNpcDistanceTo to getDistanceTo = getNpcDistanceToCreature http://otland.net/threads/can-someone-tell-me-what-this-means.129762/#post1255954
  3. K

    [Sweden] Carloria | [8.60] | (Brand new custom map)

    i think so http://static.otland.net/ipchanger.exe
  4. K

    [Sweden] Carloria | [8.60] | (Brand new custom map)

    http://tibia.sx/res/clients/exe/tibia860.exe
  5. K

    [France|Custom] Thanatos OT - The return of an era! LAUNCHED

    yea some guys looted 2 mpas/golden legs or atleast they were saying that (that was in like 20mins)
  6. K

    What should i use# Gesior/Znote/Modern?

    gesior or znote, you can still use modern acc but you won't get any updates or new content
  7. K

    [phpmyadmin] Can someone please explain how it works

    I think it is counted in seconds The base time is set to 1 january 1970 and it adds the 1402364228 seconds (just put 0 on create_date and go to acc management to see the create date) Maths op 1402364228 secs / 60 = 23372737,13333333 minutes minutes / 60 = 389545,6188888889 hours timehours / 24...
  8. K

    Premium account to free account

    you could open the source files? then edit that on game.cpp any error with the code that ninja gave?
  9. K

    Premium account to free account

    what are you trying to do? to tp the player to thais when the premium expires, use the code ninja posted
  10. K

    The Forgotten Server Error MYSQL

    make sure the password you have on config.lua is the same as the one on phpmyadmin
  11. K

    need tibia 10.30 client

    tibia.sx
  12. K

    Premium account to free account

    this files have nothing to do, and you will not have to change them again To recompile a server you need the sources of it, do you have them? let's say that you are just changing the .exe file when you edit the game.cpp
  13. K

    Linux TFS 0.3.6pl1 100% CPU Usage.

    what are they doing to bug it?
  14. K

    Premium account to free account

    you need to edit game.cpp and then recompile the whole server with all the other files, but is just pressing a button (i think so)
  15. K

    [France|Custom] Thanatos OT - The return of an era! LAUNCHED

    I created a guild and i'm not a premium player (ths is when I try to see the guild)
  16. K

    Lag when pepole die

    vocations.xml gainhp="xxx"
  17. K

    Convert My Map

    you need to download tibia 8.60 and install it tibia.sx then open rme and select the path (File -> Preferences) click on browse, find the 8.60 and apply
  18. K

    Convert My Map

    use the vip system that limos linked and you can use this vip effect globalevents/scripts/vipeffect.lua function onThink(interval, lastExecution) for _, name in ipairs(getOnlinePlayers()) do local cid = getPlayerByName(name) if(not isPlayerGhost(cid) and getPlayerVipDays(cid)...
Back
Top