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

Recent content by Blade33711

  1. B

    Quiver for paladins - tfs1.X

    BUMP
  2. B

    C++ attacking players yellow mark

    Hi @Felipe93 maybe u can help? Where can i find this code? Which file?
  3. B

    C++ attacking players yellow mark

    BUMP
  4. B

    Quiver for paladins - tfs1.X

    Anyone know how to convert it for tfs 0.4?
  5. B

    C++ attacking players yellow mark

    BUMP
  6. B

    C++ attacking players yellow mark

    Hello. Where can I find it? Maybe is it possible to make function like this? if SKULL ~= SKULL_NONE sendCreatureSquare(target, 10), sendCreatureSquare(cid, 10)
  7. B

    TFS 0.X Exauth from Sudden Death interferes in heal / potions

    Good night Tibians, I'm creating a server and my problem is this, every time my sorcerer / druid uses sudden death, he can not heal or use potion, making him die even for weak monsters, I would like a script of sd that does not interfere with its healing / pot. Tfs 0.4 config.lua...
  8. B

    CreatureEvent (SecureMode) PVP System

    Of course function onCombat(cid, target) if(target and isPlayer(target) and getPlayerSecureMode(cid)) then doPlayerSendCancel(cid, "Turn secure mode off if you really want to attack unmarked players.") return false end return true end BUMP!! BUMP, help someone pls...
Back
Top