From 959fe48a57952a1be1c65cca72211fb0bf046607 Mon Sep 17 00:00:00 2001 From: masao87 Date: Mon, 2 Jan 2012 00:16:20 +0000 Subject: [PATCH] - bugreport:2719 , bugreport:1963 , bugreport:2878 . git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15350 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/sign_your_items.txt | 8 ++++++++ npc/mobs/fields/prontera.txt | 2 +- npc/other/hugel_bingo.txt | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/npc/custom/sign_your_items.txt b/npc/custom/sign_your_items.txt index 769e62866b..99ea97b703 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"; diff --git a/npc/mobs/fields/prontera.txt b/npc/mobs/fields/prontera.txt index 23eee36257..c2c2d7852b 100644 --- a/npc/mobs/fields/prontera.txt +++ b/npc/mobs/fields/prontera.txt @@ -77,7 +77,7 @@ prt_fild05,208,37,10,10 monster Blue Plant 1079,1,900000,450000,1 prt_fild06,0,0,0,0 monster Fabre 1007,140,5000,0,0 prt_fild06,0,0,0,0 monster Poring 1002,30,5000,0,0 prt_fild06,0,0,0,0 monster Lunatic 1063,30,5000,0,0 -prt_fild06,222,30,40,10 monster Green Plant 1080,15,900000,450000,1 +//prt_fild06,222,30,40,10 monster Green Plant 1080,15,900000,450000,1 // Commented the Line since those Plants can't spawn anyway. Maybe Gravity will fix it someday... [Masao] //================================================== // prt_fild07 - Prontera Field diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index fa17d5fa7d..acd5bad75f 100644 --- a/npc/other/hugel_bingo.txt +++ b/npc/other/hugel_bingo.txt @@ -877,6 +877,7 @@ OnTimer5000: disablenpc "end1e#bingo"; set $hu_bingoa,0; donpcevent "Bingo Waiting Room::OnStart"; + areawarp "que_bingo",69,108,30,135,"hugel",59,207; end; }