Explorar el Código

- bugreport:2719 , bugreport:1963 , bugreport:2878 .

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15350 54d463be-8e91-2dee-dedb-b68131a5f0ec
masao87 hace 13 años
padre
commit
959fe48a57
Se han modificado 3 ficheros con 10 adiciones y 1 borrados
  1. 8 0
      npc/custom/sign_your_items.txt
  2. 1 1
      npc/mobs/fields/prontera.txt
  3. 1 0
      npc/other/hugel_bingo.txt

+ 8 - 0
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";

+ 1 - 1
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 

+ 1 - 0
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;
 }