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

critical

  1. S

    Weapon Tier System / Critical System using Action IDs TFS 1.3

    Hi! The following guide will show how to implement a tier system on all weapons inside the game. What is this system for? This system will increase the damage given by the player based on the weapon tier. In this tutorial, I use the animation for the "FATAL" hit. I consider it as an...
  2. Paulix

    TFS 1.5 8.6 downgrade randomly crashing

    I'm hosting it on windows 10 64bits, pretty good machine with plenty of resources available, my server crashes 0-3 times a day without errors on console... the server saves before closing which means that isnt a critical failure. I tried to use visual studio to check whats happening, but didn't...
  3. potinho

    Lua Dodge/Critical/Life and Mana Leech - OTX 2

    I want to add critical, dodge, life and mana leech but in source based (to be stable and faster). There's a repository teaching how to add? I use OTX 2 (tfs 0.3.7 based) and want to implement this on my server.
  4. diarmaint

    someone help Critical system error

    This system should use the skill club as a basis for critical, but I have this error tfs 0.4 8.60 local SKILL_ID = 3 -- id skill... local multiplier = 1.5 local percentual = 0.3 function onStatsChange(cid, attacker, type, combat, value) if isPlayer(attacker) and (not (attacker == cid))...
  5. jondropss

    TFS 0.X Critical Hit Chance with Bug items tile on Client

    I used this tutorial to put a chance on my 8.6 tfs 0.4 server, Feature - Critical Chance Hit (https://otland.net/threads/critical-chance-hit.115609/) I installed this system on my source 8.6 tfs 0.4 ---- Everything compiled correctly. However, when you enter the server, my char is...
  6. L

    CreatureEvent Critical/Dodge System based on weaponSkill/speed TFS 1.2

    Updated 05/08/2017 So this is my first "contribuition" it's a critical system based on the weapon that you use and a dodge system based on the player speed and free cap. It has effects and texts for melee and ranged attacks. Wands/spells have only texts. Monsters can crit/dodge and everything...
  7. Daemonium

    Dodge system TFS 0.3.6

    Hello, I would like to add a dodge system on my server. So if someone have one I would apreciate it! Exemple: 0/100 dodge skill = 0% chance of dodge 100/100 dodge skill = 30% of dodge Thank you!
Back
Top