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

    Spell TFS 1.2 Spell Attack Twice/Double

    This is standard formula for all spells. I use TFS 1.2 for 10.98 version.
  2. Gicu

    CreatureEvent TFS 1.1 ModalWindow Skill Point System

    local SKILL_POINTS = 14574 --- Change here the storage value used to save the skill points change this line for u numer for points
  3. Gicu

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    I rework code for FORMULA, u can change scalling here: function onGetFormulaValues(player, level, maglevel) local min = (level / 5) + (maglevel * 4.3) + 32 local max = (level / 5) + (maglevel * 7.4) + 48 return -min, -max end BUT I HAVE PROBLEM script dot send distance effekts to...
  4. Gicu

    Spell TFS 1.2 Spell Attack Twice/Double

    Spell attack Twice/Double. local time_between_hits = "here change time between spells" ---spells/attack/twicespell.lua local combat = Combat() local time_between_hits = 0.3 --seconds combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) combat:setParameter(COMBAT_PARAM_EFFECT, 66)...
  5. Gicu

    EASY DRAGON BALL ALPHA! ZAPRASZAM!

    Witam i zapraszam na mój serwer Dragon Ball! JEST TO WERSJA ALPHA WIĘC MOŻLIWA BĘDZIE CZYSTKA! Jeśli będzie za dużo bugów lub wymagane będzie restartowanie bazy danych możliwa jest utrata wszytskich danych. Jest to serwer robiony tylko przez jedną osobę, więc chciałem stworzyć coś prostego i...
Back
Top