diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-27 12:41:13 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-27 12:41:13 +0000 |
commit | 00864187e9c93ce0059ad9f3fa67bfae7184dc25 (patch) | |
tree | 4e641740cf802f06d23a7d6591b611f7e522fa66 /npc/cities | |
parent | 6b97414d3f91999512537eb3878057f381005e58 (diff) | |
download | hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.tar.gz hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.tar.bz2 hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.tar.xz hercules-00864187e9c93ce0059ad9f3fa67bfae7184dc25.zip |
* Continues replacing of specialeffect/2 numerics with constants.
* Corrected an If to continue the President's Quest. (bugreport:2276)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13241 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/geffen.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/cities/geffen.txt b/npc/cities/geffen.txt index 6d348d2da..721dc9e30 100644 --- a/npc/cities/geffen.txt +++ b/npc/cities/geffen.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Everybody mentioned in the comments //===== Current Version: ===================================== -//= 1.8 +//= 1.9 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -21,6 +21,7 @@ //= 1.6a Small bug fix. (end -> next) care of Lesbian. [L0ne_W0lf] //= 1.7 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] //= 1.8 Fixed character's name and swapped gender dialogues [Lupus] +//= 1.9 Replaced effect numerics with constants. [Samuray22] //============================================================ geffen,59,143,0 script Meera 91,{ @@ -462,7 +463,7 @@ geffen_in,22,125,1 script Crumpler 52,{ next; mes "[Crumpler]"; mes "Help meeeee!"; - specialeffect 92; //"Crumpler" EF_METEORSTORM + specialeffect EF_METEORSTORM; close; case 2: mes "[Crumpler]"; @@ -473,7 +474,7 @@ geffen_in,22,125,1 script Crumpler 52,{ mes "Oh sweet lord..."; mes "You're serious..."; next; - specialeffect 90; //"Crumpler" EF_LORD + specialeffect EF_LORD; mes "[Crumpler]"; mes "ARRRRRGH~!"; mes "IT BUUUURNS!"; |