- bugreport:2719 , bugreport:1963 , bugreport:2878 .
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15350 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
0eff5adcfc
commit
959fe48a57
@ -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";
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user