diff options
author | wushin <pasekei@gmail.com> | 2016-04-26 00:11:09 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-04-26 00:11:09 -0500 |
commit | 579f46b9590600bb484307ed859458ac05b11ff1 (patch) | |
tree | f3734dfddf0776bdb2b89108bb97c679a7eb95fd /world | |
parent | 5b52dd9acbc1762d56928e464c986919dc018c5d (diff) | |
download | serverdata-579f46b9590600bb484307ed859458ac05b11ff1.tar.gz serverdata-579f46b9590600bb484307ed859458ac05b11ff1.tar.bz2 serverdata-579f46b9590600bb484307ed859458ac05b11ff1.tar.xz serverdata-579f46b9590600bb484307ed859458ac05b11ff1.zip |
no #inma yourself
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/magic/level2-lay-on-hands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/magic/level2-lay-on-hands.txt b/world/map/npc/magic/level2-lay-on-hands.txt index 60c2fc12..22287497 100644 --- a/world/map/npc/magic/level2-lay-on-hands.txt +++ b/world/map/npc/magic/level2-lay-on-hands.txt @@ -6,7 +6,7 @@ if (getskilllv(SKILL_MAGIC) < .level) end; if (@args$ == "Mouboo" || @args$ == "mouboo") goto L_Mouboo; set @target_id, getcharid(3, @args$); - if (@target_id < 1 || !(isloggedin(@target_id)) || get(INVISIBLE, @target_id)) end; + if (@target_id < 1 || !(isloggedin(@target_id)) || get(INVISIBLE, @target_id) || BL_ID == @target_id) end; if (Hp <= get(MaxHp, @target_id) / 20) end; // hp needs to be > 1/20 * target hp callfunc "adjust_spellpower"; if (distance(BL_ID, @target_id) >= (((sqrt(@spellpower)*12)+@spellpower)/100)+2) end; |