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

percent

  1. Error 502

    C++ change your stats percent // Points

    1.5 Nekiro downgrade. I don't have much experience in C++. I come to ask how to do an IF function without dying trying xd I want to know if the way of coding in c++ is correct, especially the storage Context: how to change the way to display HP and mana according to storage , changing them...
  2. charlyhustle

    C++ TFS 1.3 Item Attributes

    Hey everyone, I need a system that allows me to do something like this: In items.xml: <item id="1234" article="an" name="example armor"> <attribute key="weight" value="10000" /> <attribute key="armor" value="10" /> <attribute key="slotType" value="body" />...
  3. A

    Change health to percent! [help please]

    Hello, can anyone change this script from heal value 500-1000 to : min = 5% max = 10% ? I need percent heal from this script, please help ;) -- Configure the healing here: configHealer = { healMin = 500, -- Minimum heal healMax = 1000, -- Maximum heal distanceEffect = 46, -- Shoots this effect...
  4. D

    [request] LUA Script: Heal % of damage dealt

    Hi, guys! I'm making a weapon that heals 25% of the damage dealt to the target. Here's the script: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, 1) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatFormula(combat...
  5. Codinablack

    Action TFS 1.x Potions System : Percents and Summons!

    Hello Otland! Today I bring a release for everyone. I have worked on this script for awhile now and I have gotten it ready for everyone here. I became inspired when I seen a script for TFS 1.x for healing potions using a percent of max health, same thing with the mana potions for mana. Anyways...
Back
Top