• 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 Sneaky Diller

  1. S

    Downgraded 13.x assets to .dat/.spr format

    Evil Punker's SPR up to version 13.21 worked fine on both OTCv8 and the old Cip client. However, the SPR that lasted until 14.x works fine on OTCv8, but not on Cip's client-it won't open and gives errors due to some new flags, etc. Would you be able to remove these flags like Evil Punker used...
  2. S

    Dodge script by Sarah, how enable for monsters damage too?

    Change if not attacker or not attacker:isPlayer() then return primaryDamage, primaryType, secondaryDamage, secondaryType end To this if not attacker then return primaryDamage, primaryType, secondaryDamage, secondaryType end
  3. S

    Lua Xikini's Free Scripting Service TFS 1.4.2

    I want to request a script when you enter from the teleport, your skills and level change to x (modifiable) according to the vocation and when you go back out, you return to your normal level and skill.
  4. S

    Lua Xikini's Free Scripting Service TFS 1.4.2

    can you do a script killing a monster gives random 10% extra loot chance or 10% extra exp for 30 minutes and broadcast message
  5. S

    Action TFS 1.3 Small Dodge System ~ Revscript ~ EventCallback

    is there any way to dodge monster damage also?
  6. S

    RevScripts Zombie Event [Players doesn't die]

    events/event.xml <event class="Creature" method="onTargetCombat" enabled="1" /> this is worked for me
  7. S

    Downgraded 13.x assets to .dat/.spr format

    items.otb?
  8. S

    tibia 25 years (tibia with sound)

    XDDDDDDD
  9. S

    Chest reward ( random item )

    @Xikini can you make give reward in bag?
  10. S

    Downgraded 13.x assets to .dat/.spr format

    then how can i use client 10.98 with latest sprites xD
  11. S

    Downgraded 13.x assets to .dat/.spr format

    can you link tfs 1.5?
  12. S

    Downgraded 13.x assets to .dat/.spr format

    items.otb not working in the link you give. forgottenserver.exe closes instantly when i open. But when I try with other items.otb it opens I use The Forgotten Server 1.4.1 10.98
  13. S

    Compiling The Ruby Server

    Inside database.h Change #include <mysql.h> To #include <mysql/mysql.h>
Back
Top