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

    Active buffs + time left

    Is it possible to make talkaction which shows active buffs with time left on them ? For example: Hp Buff - 15 min left Mlvl buff - 36 sec left it can be spell name, type of buff, whatever will repp++
  2. S

    Targeting spell - effect on player pos

    Is it possible to send magic effect to playerpos in spell which is used on target ? For example this spell: local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)...
  3. S

    Counting monster kills

    Hi! I'm trying to make a script counting how many times i killed for example Rotworm I was trying to remake few task scripts from forums but unsuccesfully Here's my script, hope u can help me function onKill(cid, target) local StorageValue = 40001 local Creature = "Rotworm" local...
Back
Top