diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-25 22:36:22 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-25 22:36:22 +0000 |
commit | 786e158717dec493ff9dfa573220b1084a557953 (patch) | |
tree | 5b90c2d8dc5764922f504738b53bbd9ce3d600ad /npc/quests/cooking_quest.txt | |
parent | 66a202583057448a0ef1827e8aace0188793e8a7 (diff) | |
download | hercules-786e158717dec493ff9dfa573220b1084a557953.tar.gz hercules-786e158717dec493ff9dfa573220b1084a557953.tar.bz2 hercules-786e158717dec493ff9dfa573220b1084a557953.tar.xz hercules-786e158717dec493ff9dfa573220b1084a557953.zip |
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
Diffstat (limited to 'npc/quests/cooking_quest.txt')
-rw-r--r-- | npc/quests/cooking_quest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/cooking_quest.txt b/npc/quests/cooking_quest.txt index 21854e27b..cd3a9d83c 100644 --- a/npc/quests/cooking_quest.txt +++ b/npc/quests/cooking_quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Reddozen; L0ne_W0lf //===== Current Version: ===================================== -//= 1.6b +//= 1.7 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -24,6 +24,7 @@ //= command to disable being able to move items. //= 1.6a Corrected a bad cutin, a Typo error ";;" and a bad delitem (bugreport:911) [Samuray22] //= 1.6b Corrected a "donpcevent" missing a ":". (bugreport:962) [Samuray22] +//= 1.7 Replaced effect numerics with constants. [L0ne_W0lf] //============================================================ prt_castle,43,30,3 script Charles Orleans#cook 878,{ @@ -875,7 +876,7 @@ prt_castle,43,30,3 script Charles Orleans#cook 878,{ next; cutin "nyuang_4",2; donpcevent "Child with Cat#cook::OnAngry"; - specialeffect2 1; //EF_HIT2 + specialeffect2 EF_HIT2; percentheal -10,0; mes "[Child with Cat]"; mes "Grrrrrrr!"; |