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

[Spell] Mort Sio

Solid Snake

New Member
Joined
Jun 9, 2007
Messages
4
Reaction score
0
Here it is:
Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1.3, -30, -1.7, 0)

function onCastSpell(cid, var)
	return doCombat(cid, combat, var)
end

At spells.xml, section runes:
Code:
<instant name="Mort Sio" words="mort sio" aggressive="1" params="1" needtarget="1" lvl="18" maglv="15" mana="100" soul="0" exhaustion="1" prem="1" enabled="1" script="MortSio.lua"><vocation id="2"/><vocation id="6"/></instant>

GudBay!
 
Last edited by a moderator:
What does it do? :S
is it like:
you say 'mort sio "player'
and it does like exori mort on that player? :S
 
test said:
What does it do? :S
is it like:
you say 'mort sio "player'
and it does like exori mort on that player? :S

Yes, I don't think it's really special but thanks for sharing :)
 
@Belony
change the combat formula:
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -1.3, -30, -1.7, 0)
 
Yea its atking.. >.> it is for sio'ing a person and shooting a mort on them
 
think exura sio u can heal from- to pz zones
right?
i think it will be the same with the mort sio
 
think exura sio u can heal from- to pz zones
right?
i think it will be the same with the mort sio
not really, since mort sio is aggressive ;)

@topic
you could change to use it like the exori con/hur, so it shoots at your target =)

<edit>
Ehm... remove this line:
Code:
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)

Else thalise234 will be right x(
 
i noe this is a little off topic but lets say i made my own spell graphics in my dat file and wanted to use them how would i put them in in order to make it where i could script it into my spells
 
thx predro u saw it too
;)
the script is the same like exura sio the only thing its change the kind of damage notihng else
 
Its great, but the only problem is you can attack people that are in pz with it :/
 
Back
Top