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

    Runes move up to another backpack

    Ok , try these changes here and here .
  2. celohere

    Runes move up to another backpack

    You want to keep conjuring the runes just from hand or conjure the runes from backpack?
  3. celohere

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    Ugly fix: Update house.cpp by celohere · Pull Request #49 · celohere/forgottenserver (https://github.com/celohere/forgottenserver/pull/49)
  4. celohere

    Runes move up to another backpack

    If your tfs have this commit ,just use this.
  5. celohere

    Help, setting up server

    Did you import the znote schema.sql?
  6. celohere

    Help, setting up server

    Just put the login.php on znote www folder.
  7. celohere

    System Multi World tfs 1.3

    https://github.com/opentibiabr/otservbr-global-archived/pull/929
  8. celohere

    Solved (Canary,TFS 1.3 )What use to open and edit there items?? appearances.dat

    https://majestyotbr.gitbook.io/opentibiabr/projects/canary
  9. celohere

    Lua TFS 1.2 Working NPC Adrenius

    Try : local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local condition = Condition(CONDITION_FIRE) condition:setParameter(CONDITION_PARAM_DELAYED, 10) condition:addDamage(450, 3000, -10) function...
  10. celohere

    Lua I want to conjure runes with the blank rune in the left or right slot

    https://github.com/Ezzz-dev/Nostalrius/blob/master/src/spells.cpp#L1544 Edit and recompile.
  11. celohere

    TFS 1.X+ Items limit ground

    https://otland.net/threads/tfs-1-5-max-items-per-tile.279977/#post-2687724
  12. celohere

    TFS 1.X+ monsters 1.5 7.72

    Just a tip, look at combat.cpp.The rest is up to you.
  13. celohere

    TFS 1.X+ monsters 1.5 7.72

    If you are using the current tfs 1.5 from github, or Nekiro's repository, then look again, the code is there.
  14. celohere

    TFS 1.X+ monsters 1.5 7.72

    https://otland.net/threads/enable-monster-friendly-fire-otx3.250743/post-2434069
  15. celohere

    TFS 1.X+ Stamina System Nekiro tfs 1.5 7.72

    Try to remove this part: or player:getStamina() > 840 In this line: https://github.com/nekiro/TFS-1.5-Downgrades/blob/7.72/data/scripts/eventcallbacks/monster/default_onDropLoot.lua#L10
  16. celohere

    TFS 1.X+ Stamina System Nekiro tfs 1.5 7.72

    Set to false: https://github.com/nekiro/TFS-1.5-Downgrades/blob/7.72/config.lua.dist#L153
  17. celohere

    I'd like to share my maps

    https://otland.net/forums/maps.50/ https://otland.net/threads/rules-please-read-uploading-and-thread-content-requirements.168107/
  18. celohere

    OTClient Custom tibia client

    Works like a website , just throw at the www folder.
  19. celohere

    C++ how to allow server clean to clean temples and dp's but not houses ?

    https://github.com/otland/forgottenserver/pull/2647/files
  20. celohere

    Backpack House!

    https://github.com/otland/forgottenserver/pull/3159
Back
Top