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/newgears/2005_headgears.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/newgears/2005_headgears.txt')
-rw-r--r-- | npc/quests/newgears/2005_headgears.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/npc/quests/newgears/2005_headgears.txt b/npc/quests/newgears/2005_headgears.txt index c93a87c0e..7dd7f12e3 100644 --- a/npc/quests/newgears/2005_headgears.txt +++ b/npc/quests/newgears/2005_headgears.txt @@ -3,15 +3,16 @@ //===== By: ================================================== //= MasterOfMuppets //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena //===== Description: ========================================= -// [Aegis Conversion] +//= [Aegis Conversion] //= 2005 Headgears Official Quest. //===== Additional Comments: ================================= -// 1.0 First version, converted from the official aegis script. [MasterOfMuppets] -// 1.1 Updated item ids in the zealotus mask npc, now requires a whip [ultramage] +//= 1.0 First version, converted from the official aegis script. [MasterOfMuppets] +//= 1.1 Updated item ids in the zealotus mask npc, now requires a whip [ultramage] +//= 1.2 Replaced effect numerics with constants. [L0ne_W0lf] //============================================================ yuno,222,116,3 script Kasis#LhzHat 851,{ @@ -1674,8 +1675,8 @@ gl_prison1,137,138,5 script Zealotus#LhzHat 1200,{ mes "in my power. Those that"; mes "bow to me must also bow"; mes "to " + strcharinfo(0) + ". It shall be done."; - specialeffect 196; //Curse? EF_DEVIL - specialeffect 192; //Poison attack? EF_POISONHIT + specialeffect EF_DEVIL; + specialeffect EF_POISONHIT; next; mes "[Zealotus]"; mes "Human, take this"; |