diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-02 00:16:20 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-02 00:16:20 +0000 |
commit | 902ec73b47ca5a0521686be1e1fa2f08c075177d (patch) | |
tree | 65d40f8be2468f4d93b816c8d3066fb1e33d2b0a /npc/custom | |
parent | 83525765407b5e43517dff05c06828cf5a55d4d8 (diff) | |
download | hercules-902ec73b47ca5a0521686be1e1fa2f08c075177d.tar.gz hercules-902ec73b47ca5a0521686be1e1fa2f08c075177d.tar.bz2 hercules-902ec73b47ca5a0521686be1e1fa2f08c075177d.tar.xz hercules-902ec73b47ca5a0521686be1e1fa2f08c075177d.zip |
- bugreport:2719 , bugreport:1963 , bugreport:2878 .
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15350 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/sign_your_items.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/custom/sign_your_items.txt b/npc/custom/sign_your_items.txt index 769e62866..99ea97b70 100644 --- a/npc/custom/sign_your_items.txt +++ b/npc/custom/sign_your_items.txt @@ -173,6 +173,14 @@ L_CHECK2: emotion e_sry; goto M_MENU; } + getinventorylist; + for (set .@i,0; .@i < @inventorylist_count; set .@i,.@i+1){ + if(@inventorylist_expire[.@i] != 0) { + mes "Sorry, I don't sign rental items!"; + emotion e_hmm; + goto M_MENU; + } + } if(@ref)mes "It has been refined "+@ref+" times... Adding ^FF00005000z^000000 per time."; mes "Give me ^0000803 gray Gift Boxes^000000"; |