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

    [solved]

    but in which file? what's the variabels that I must to change? I've tryied it, but i don't know if I've changed all teh variables needed..
  2. IonS

    How to get the Tibia Server on the Root Server ?

    go to: Google, type something like this: "How to do what I need to do on mine OS" if your OS are *nix just add " on terminal" or " command line" at the end
  3. IonS

    [solved]

    bump..
  4. IonS

    looking for translator from english to portugales!

    aiuehuhieUHIAehuiEAUIHaeuhiaEIUHeahuiAEIHUAeuihHAUEIheaui portugales é foda... translator: http://br.babelfish.yahoo.com/translate_txt
  5. IonS

    Ajuda Porfavor

    Já tentou ligar o xampp? Oo
  6. IonS

    About selling weapon skills. (Shop)

    And where are the 5 hours on it?
  7. IonS

    Help.

    Thanks ;)
  8. IonS

    How to get the Tibia Server on the Root Server ?

    Putty is a Telnet and SSH client EDIT: http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
  9. IonS

    Help.

    How to donate Cyko? how much?
  10. IonS

    [Gesior] How to put Towns to Select.

    man, I didn't tested it, I only made this: Other errors except it... it's aren't with me
  11. IonS

    Lua Erro Action

    Yah, FAIL~ aeuihauieheauhiauiehihuaeuihea
  12. IonS

    Help.

    me too... :S
  13. IonS

    Lua Need help fast :(

    UPDATE `players` SET `loss_experience` = '10'; ;)
  14. IonS

    How to get the Tibia Server on the Root Server ?

    SSH -> Putty
  15. IonS

    CreatureEvent Enter Gameworld [Global Message]

    lol... NO SPAM please! function onLogin(cid) doBroadcastMessage(getPlayerName(cid) .. " [" .. getPlayerLevel(cid) .. "]: has entered the game world", MESSAGE_STATUS_SMALL) return TRUE end function onLogout(cid) doBroadcastMessage(getPlayerName(cid) .. " [" .. getPlayerLevel(cid) .. "]...
  16. IonS

    GlobalEvent Server Autoinfo <uptime, players>

    Not tested -- >>> Server AutoInfo Script by Cybermaster <<< -- function onThink(interval, lastExecution) local hours = math.ceil(getWorldUpTime() / 3600) - 1 local minutes = math.ceil((getWorldUpTime() - (3600 * hours)) / 60) if minutes == 60 then minutes, hours = 0, hours...
  17. IonS

    losing frags

    somebody knows if this system are working perfectly on some Ots?
  18. IonS

    Lua Little help =) - Promotion.

    why I don't? I've only added ", premium = true" in your script ^^
  19. IonS

    [Gesior] How to put Towns to Select.

    if doesn't work replace these lines(861 until the end of 863): // $player->setPosX($char_to_copy->getPosX()); // $player->setPosY($char_to_copy->getPosY()); // $player->setPosZ($char_to_copy->getPosZ()); by...
  20. IonS

    Lua Erro Action

    Change: <!-- Hota --> <action uniqueid="40001" event="script" value="hota/hota1.lua/"> -- Damaged Helmet <action uniqueid="40002" event="script" value="hota/hota1.lua"/> -- Helmet Ornament <action uniqueid="40003" event="script" value="hota/hota1.lua"/> -- Right Horn <action...
Back
Top