From 902ec73b47ca5a0521686be1e1fa2f08c075177d Mon Sep 17 00:00:00 2001 From: masao87 Date: Mon, 2 Jan 2012 00:16:20 +0000 Subject: - bugreport:2719 , bugreport:1963 , bugreport:2878 . git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15350 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/sign_your_items.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/custom') 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"; -- cgit v1.2.3-70-g09d2