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

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    How i put a formula attacker???
  2. 115820

    !Stats COMMAND 1.2

    Hii, I need a script, when i use command "!stats" show : Payer LEVEL and RESET (STORAGE 500); Player MAGICLEVEL; PlayerMANA/MAXMANA ; PlayerHealth/MAXHEALTH . TFS 1.2 Ot : 10.99
  3. 115820

    Action [TFS 1.1] - Slot system

    I have this error Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/slot.lua:onLogin LuaScriptInterface::luaAddEvent(). Argument #3 is unsafe stack traceback: [C]: in function 'addEvent' data/creaturescripts/scripts/slot.lua:164: in function...
  4. 115820

    Max Level

    ????
  5. 115820

    Max Level

    Image
  6. 115820

    Max Level

    Dont WORK. ERROr
  7. 115820

    Max Level

    Don't work.
  8. 115820

    Max Level

    Dont work.
  9. 115820

    Max Level

    @sakux323 I use TFS 0.4 tibia 8.6
  10. 115820

    Max Level

    Hi, i want a script when player get level 500,000 him stop up level. When he get lvl 510,000, back level 500,00. I use TFS 0.4, Tibia Version 8.6 Sorry my english.
  11. 115820

    Talkaction !online

    Thanks @Grrrr :)
  12. 115820

    Talkaction !online

    Hi everyone. I use this script to command !online local ranks = { [1] = {"Tutor"}, [2] = {"S-Tutor"}, [3] = {"GM"}, [4] = {"CM"}, [5] = {"GOD"}, [9] = {"Admin"}, [10] = {"Owner"} } local config = { showGamemasters = getBooleanFromString(getConfigValue('displayGamemastersWithOnlineCommand')) }...
  13. 115820

    C++ Respawn With Player in Screen

    Sorry idk how put code tags. How put effect TELEPORT??? like same insanity
  14. 115820

    C++ Respawn With Player in Screen

    //////////////////////////////////////////////////////////////////////// // OpenTibia - an opensource roleplaying game //////////////////////////////////////////////////////////////////////// // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU...
  15. 115820

    C++ Respawn With Player in Screen

    Kill Husky, him respawn with player in screen, like tibia 10.95
  16. 115820

    C++ Respawn With Player in Screen

    How put respawn with player in screen, like tibia version 10.95?? I use TFS 0.4, Tibia Version 8.6... i saw in that's two server with this code in 8.6. 1- InsanityOt - ip: insanityot.hopto.org 2- ForgottenL - ip: forgottenl.se
  17. 115820

    C++ You lose x mana blocking an attack by (null).

    virtual const std::string& getName() const = 0; virtual const std::string& getNameDescription() const = 0; virtual std::string getDescription(int32_t lookDistance) const;
  18. 115820

    C++ You lose x mana blocking an attack by (null).

    void Player::drainMana(Creature* attacker, CombatType_t combatType, int64_t damage) { Creature::drainMana(attacker, combatType, damage); char buffer[150]; if(attacker) sprintf(buffer, "You lose %d mana blocking an attack by %s.", damage...
  19. 115820

    C++ You lose x mana blocking an attack by (null).

    Uhm. I dont know how to FIX. AFFF
  20. 115820

    C++ You lose x mana blocking an attack by (null).

    But the error is only in mana. When I attack to take life, it appears normally. If I change the uint64_t / int64_t mana, can I fix this error?
Back
Top