summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/custom/sign_your_items.txt8
-rw-r--r--npc/mobs/fields/prontera.txt2
-rw-r--r--npc/other/hugel_bingo.txt1
3 files changed, 10 insertions, 1 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";
diff --git a/npc/mobs/fields/prontera.txt b/npc/mobs/fields/prontera.txt
index 23eee3625..c2c2d7852 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 fa17d5fa7..acd5bad75 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;
}