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/events | |
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/events')
-rw-r--r-- | npc/events/StPatrick_2008.txt | 5 | ||||
-rw-r--r-- | npc/events/halloween_2006.txt | 5 | ||||
-rw-r--r-- | npc/events/idul_fitri.txt | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/npc/events/StPatrick_2008.txt b/npc/events/StPatrick_2008.txt index f920d32b2..eeaa49dd9 100644 --- a/npc/events/StPatrick_2008.txt +++ b/npc/events/StPatrick_2008.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -28,6 +28,7 @@ //= 1.2 Optimized. Uses only one variable now. [L0ne_W0lf] //= Corrected EXP rewards, and some typos. //= 1.3 Corrected random in item function. [L0ne_W0lf] +//= 1.4 Replaced effect numerics with constants. [Samuray22] //============================================================ prt_fild05,170,286,4 script Anxious Leprechaun#8pday 954,{ @@ -298,7 +299,7 @@ OnTouch: mes "You light the fuse."; next; mes "*BOOM!*"; - specialeffect2 90; + specialeffect2 EF_LORD; next; mes "After A cloud of dust and smoke has"; mes "dissipated,"; diff --git a/npc/events/halloween_2006.txt b/npc/events/halloween_2006.txt index bbd84cc68..d124f0ec8 100644 --- a/npc/events/halloween_2006.txt +++ b/npc/events/halloween_2006.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Brainstorm //===== Current Version: ===================================== -//= 1.3 +//= 1.3a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -16,6 +16,7 @@ //= 1.1a Minor fixes. (Screwed up weight checks somehow) [L0ne_W0lf] //= 1.2 Added missing checkweights. [L0ne_W0lf] //= 1.3 Replaced effect numerics with constants. [L0ne_W0lf] +//= 1.3a Replaced effect numerics with constants (1 was missed). [Samuray22] //============================================================ // Pumpkin Mojo quest (Event 1) @@ -703,7 +704,7 @@ nif_fild01,167,113,3 script Masta's chicken#06_hw01 800,{ OnInit: while(1) { sleep 180000; - specialeffect 360; + specialeffect EF_BAT2; end; } } diff --git a/npc/events/idul_fitri.txt b/npc/events/idul_fitri.txt index 74a7df07e..cfc357c22 100644 --- a/npc/events/idul_fitri.txt +++ b/npc/events/idul_fitri.txt @@ -3,12 +3,13 @@ //===== By: ================================================== //= $ephiroth //===== Current Version: ===================================== -//= 1.0a +//= 1.1 //===== Compatible With: ===================================== //= eAthena Version //===== Description: ========================================= //= Info : Official idRO //= 2006/10/16: 1.0 Release and fully working. [$ephiroth] +//= 1.1 Replaced effect numerics with constants. [Samuray22] //============================================================ @@ -17,7 +18,7 @@ prontera,146,92,3 script Cellerb 58,{ mes @npcname$; if((gettime(6)==10 && (gettime(5)==24 || gettime(5)==25))==0) { mes "Congratulation! Celebrate Feast Day Of Ramadan Idul Fitri 1427 H."; - specialeffect 139; + specialeffect EF_SANDMAN; close; } mes "Haii......^FF8800"+strcharinfo(0)+"^000000!!"; |