diff options
Diffstat (limited to 'npc/other/gympass.txt')
-rw-r--r-- | npc/other/gympass.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/other/gympass.txt b/npc/other/gympass.txt index 40bba2437..2991e6d84 100644 --- a/npc/other/gympass.txt +++ b/npc/other/gympass.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Gym Pass Cash Item NPC //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== //= 1.3 -//===== Compatible With: ===================================== -//= rAthena SVN //===== Description: ========================================= //= [Aegis Conversion] //= Exchange Gym Passes to learn "Enlarge Weight Limit" @@ -79,7 +77,7 @@ payon,173,141,4 script Ripped Cabus#GymPass 899,{ mes "training together like this."; delitem 7776,1; //Max_Weight_Up_Scroll set gympassmemory,.@add_carry; - skill "ALL_INCCARRY",.@add_carry,0; + skill "ALL_INCCARRY",.@add_carry,3; close; } else { @@ -135,7 +133,7 @@ payon,173,141,4 script Ripped Cabus#GymPass 899,{ mes "muscles grew back,"; mes "just like that! Try not to"; mes "wimp out again, okay?"; - skill "ALL_INCCARRY",gympassmemory,0; + skill "ALL_INCCARRY",gympassmemory,3; close; } else { |