diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-21 12:58:50 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-21 12:58:50 +0000 |
commit | efefcbd04fea1085f07f9c61d4c5056c2ad4e0dc (patch) | |
tree | 1d27e490059d633be67ed131a63f0f832f3d31fa /npc/other/gympass.txt | |
parent | 7dad7b08f60bfdf10802ff2e865031029844042a (diff) | |
download | hercules-efefcbd04fea1085f07f9c61d4c5056c2ad4e0dc.tar.gz hercules-efefcbd04fea1085f07f9c61d4c5056c2ad4e0dc.tar.bz2 hercules-efefcbd04fea1085f07f9c61d4c5056c2ad4e0dc.tar.xz hercules-efefcbd04fea1085f07f9c61d4c5056c2ad4e0dc.zip |
Fixed Gym Pass NPC reporting "00" on use.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12411 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/gympass.txt')
-rw-r--r-- | npc/other/gympass.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/gympass.txt b/npc/other/gympass.txt index 9a972c437..e2bf637ad 100644 --- a/npc/other/gympass.txt +++ b/npc/other/gympass.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== -//= v1.0 +//= v1.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -11,6 +11,7 @@ //= iRO NPC situated in Payon beside Kafra Shop. //===== Additional Comments: ================================= //= 1.0 First version [L0ne_W0lf] +//= 1.1 Fixed the NPC saying you "00" [L0ne_W0lf] //============================================================ payon,173,141,4 script Ripped Cabus#GymPass 899,{ @@ -90,7 +91,7 @@ payon,173,141,4 script Ripped Cabus#GymPass 899,{ mes "to carry more stuff with you."; mes "Let's see, we can increase"; mes "your item carrying capacity"; - mes "^FF00000" + gympasslimit + "^000000 more times if we continue"; + mes "^FF00000" + (10-getskilllv(681)) + "^000000 more times if we continue"; mes "training together like this."; close; } |