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

curse

  1. Mummrik

    [0.3.6] lua function doCreatureAddCurse(cid, minDmgValue, maxTicks, dmgDelay)

    This is my method to replicate the curse system, since i didnt find it on my server. defalut useage = doCreatureAddCurse(cid, 1, 36, 4000) that means you cant use lower values than the ones i show, unless you modify the function. but it is however possible to use higher values minDmgValue =...
  2. X

    [TFS 1.0] Only allows one damage over time spell

    [SOLVED BY Andu, SEE BELOW FOR SOLUTION] So I found a nice script here on OTland by Codinablack for an AoE spell that does instant damage AND adds a condition to the target. The script is as follows: Code: local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE)...
Back
Top