From 786e158717dec493ff9dfa573220b1084a557953 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Thu, 25 Sep 2008 22:36:22 +0000 Subject: Replacing specialeffect/2 numerics with constants in quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13237 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/skills/priest_skills.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/quests/skills/priest_skills.txt') diff --git a/npc/quests/skills/priest_skills.txt b/npc/quests/skills/priest_skills.txt index 2e4a42fe7..44dd9f46b 100644 --- a/npc/quests/skills/priest_skills.txt +++ b/npc/quests/skills/priest_skills.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Lupus, Reddozen //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -11,6 +11,7 @@ //= Quests for skills: Redempito //===== Additional Comments: ================================= //= 1.4 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] +//= 1.5 Replaced effect numerics with constants. [L0ne_W0lf] //============================================================ prt_church,111,112,1 script Sister Linus 79,{ @@ -298,7 +299,7 @@ prt_church,111,112,1 script Sister Linus 79,{ } if (.@success) { - specialeffect2 14; // EF_HEALSP + specialeffect2 EF_HEALSP; mes "[Sister Linus]"; mes "Congratulations!"; mes "You successfully"; @@ -313,7 +314,7 @@ prt_church,111,112,1 script Sister Linus 79,{ close; } else { - specialeffect2 53; // EF_POISONHIT + specialeffect2 EF_POISONHIT; mes "[Sister Linus]"; mes "Oh no! I'm sorry,"; mes "but you failed to"; -- cgit v1.2.3-60-g2f50