diff options
Diffstat (limited to 'npc/other/gympass.txt')
-rw-r--r-- | npc/other/gympass.txt | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/npc/other/gympass.txt b/npc/other/gympass.txt index 1d4ae0c19..f5bf8a320 100644 --- a/npc/other/gympass.txt +++ b/npc/other/gympass.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== -//= v1.1 +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== Additional Comments: ================================= //= 1.0 First version [L0ne_W0lf] //= 1.1 Fixed the NPC saying you "00" [L0ne_W0lf] +//= 1.2 Replaced effect numerics with constants. [Samuray22] //============================================================ payon,173,141,4 script Ripped Cabus#GymPass 899,{ @@ -75,13 +76,13 @@ payon,173,141,4 script Ripped Cabus#GymPass 899,{ mes "and try to feel the burn."; mes "Ready? Let's do this."; next; - specialeffect2 79; + specialeffect2 EF_EARTHSPIKE; next; - specialeffect2 372; + specialeffect2 EF_DEVIL; next; - specialeffect2 10; + specialeffect2 EF_COIN; next; - specialeffect2 62; + specialeffect2 EF_SIGHTRASHER; next; skill "ALL_INCCARRY",getskilllv("ALL_INCCARRY")+1,0; delitem 7776,1; @@ -122,13 +123,13 @@ payon,173,141,4 script Ripped Cabus#GymPass 899,{ mes "as muscle memory. It's won't take"; mes "as long to build 'em back up..."; next; - specialeffect2 79; + specialeffect2 EF_EARTHSPIKE; next; - specialeffect2 372; + specialeffect2 EF_DEVIL; next; - specialeffect2 10; + specialeffect2 EF_COIN; next; - specialeffect2 62; + specialeffect2 EF_SIGHTRASHER; next; skill 681,gympassmemory,0; mes "[Ripped]"; |