diff options
author | shennetsind <ind@henn.et> | 2013-04-15 22:32:10 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-15 22:32:10 -0300 |
commit | 1c9fdc0d3bbe2993ac1e8a31045ccbc60b8fbe26 (patch) | |
tree | c0b31c00d9bb2e038b7075f8d2f553135d3dc061 /npc/other/gympass.txt | |
parent | 8ce4eddbbfc874706f6a2e6f81c3b9f84ef2039e (diff) | |
download | hercules-1c9fdc0d3bbe2993ac1e8a31045ccbc60b8fbe26.tar.gz hercules-1c9fdc0d3bbe2993ac1e8a31045ccbc60b8fbe26.tar.bz2 hercules-1c9fdc0d3bbe2993ac1e8a31045ccbc60b8fbe26.tar.xz hercules-1c9fdc0d3bbe2993ac1e8a31045ccbc60b8fbe26.zip |
Fixed Bug #7154
http://hercules.ws/board/tracker/issue-7154-equipment-based-skills-skill-891-for-example-persisting-through-resetsremoving-gears/
Merge of 3a9bacc515674885f079391899b22a5ccd8c2e31
Special Thanks to akinari1087
http://hercules.ws/board/topic/410-skill-script-command-updatefix/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'npc/other/gympass.txt')
-rw-r--r-- | npc/other/gympass.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/gympass.txt b/npc/other/gympass.txt index 33e4a8f3e..2991e6d84 100644 --- a/npc/other/gympass.txt +++ b/npc/other/gympass.txt @@ -77,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 { @@ -133,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 { |