/* * * * * * * * * * * 
 * iRO Bounty Missions
 * - http://irowiki.org/wiki/Bounty_Board_Quests
 * 
 * ------- V 1.0 ------
 * Official iRO renewal repeatable Bounty Missions
 * --------------------
 * Credits: Smokexyz [sagunxp@gmail.com]
 * * * * * * * * * * */
 
  
geffen,78,75,3	script	Bounty Board 1-20#gef	2_BULLETIN_BOARD,{
	setarray .@questId[0]	,52660 // Chonchon
				,52661 // Roda Frog
				,52662 // Mandragora
				,52663; // Ambernite
	setarray .@mobId[0]	,1011 // Chonchon
				,1012 // Roda Frog
				,1020 // Mandragora
				,1094; // Ambernite
	callfunc "F_BountyBoard",.@questId,.@mobId,.min_lvl,.max_lvl;
	end;

OnPCLoadMapEvent:
	if (strcharinfo(3) == strnpcinfo(4)
		&& (BaseLevel >= .min_lvl && BaseLevel <= .max_lvl))
	showevent 1,1;
	end;

OnInit:
	set .min_lvl,1;
	set .max_lvl,20;
	end;
}

geffen,77,76,3	script	Bounty Board 21-50#gef	2_BULLETIN_BOARD,{
	setarray .@questId[0],52664 // Creamy
						,52665 // Caramel
						,52810 // Coco
						,52666 // Horn
						,52667 // Poison Spore
						,52811 // Smokie
						,52812 // Martin
						,52813; // Elder Willow
	setarray .@mobId[0],1018 // Creamy
						,1103 // Caramel
						,1104 // Coco
						,1128 // Horn
						,1077 // Poison Spore
						,1056 // Smokie
						,1145 // Martin
						,1033; //  Elder Willow
	callfunc "F_BountyBoard",.@questId,.@mobId,.min_lvl,.max_lvl;
	end;

OnPCLoadMapEvent:
	if (strcharinfo(3) == strnpcinfo(4)
		&& (BaseLevel >= .min_lvl && BaseLevel <= .max_lvl))
	showevent 1,1;
	end;

OnInit:
	set .min_lvl,21;
	set .max_lvl,50;
	end;
}

geffen,76,77,3	script	Bounty Board 41-75#gef	2_BULLETIN_BOARD,{
	setarray .@questId[0],52820 // Skel Worker
						,52668 // Orc Warrior
						,52669 // Orc Lady
						,52670 // Goblin (Dagger)
						,52671; // Goblin Archer
	setarray .@mobId[0],1169 // Skel Worker
						,1023 // Orc Warrior
						,1273 // Orc Lady
						,1122 // Goblin (Dagger)
						,1258; // Goblin Archer
	callfunc "F_BountyBoard",.@questId,.@mobId,.min_lvl,.max_lvl;
	end;

OnPCLoadMapEvent:
	if (strcharinfo(3) == strnpcinfo(4)
		&& (BaseLevel >= .min_lvl && BaseLevel <= .max_lvl))
	showevent 1,1;
	end;

OnInit:
	set .min_lvl,41;
	set .max_lvl,75;
	end;
}

geffen,75,78,3	script	Bounty Board 61-99#gef	2_BULLETIN_BOARD,{
	setarray .@questId[0],52672 // Ghoul
						,52673 // Jakk
						,52674; // Nightmare
	setarray .@mobId[0],1036 // Ghoul
						,1130 // Jakk
						,1061; // Nightmare
	callfunc "F_BountyBoard",.@questId,.@mobId,.min_lvl,.max_lvl;
	end;

OnPCLoadMapEvent:
	if (strcharinfo(3) == strnpcinfo(4)
		&& (BaseLevel >= .min_lvl && BaseLevel <= .max_lvl))
	showevent 1,1;
	end;

OnInit:
	set .min_lvl,61;
	set .max_lvl,99;
	end;
}

geffen,74,79,3	script	Bounty Board 81-99#gef	2_BULLETIN_BOARD,{
	setarray .@questId[0],52675 // Deviruchi
						,52676 // Marionette
						,52677 // Wraith
						,52678 // Dark Priest
						,52679 // Gargoyle
						,52680 // Flying Petite
						,52681 // Ground Petite
						,52682 // Evil Druid
						,52683; // Wind Ghost
	setarray .@mobId[0],1109 //Deviruchi
						,1143 // Marionette
						,1192 // Wraith
						,1198 // Dark Priest
						,1253 // Gargoyle
						,1156 // Flying Petite
						,1155 // Ground   "
						,1117 // Evil Druid
						,1263; // Wind Ghost
	callfunc "F_BountyBoard",.@questId,.@mobId,.min_lvl,.max_lvl;
	end;

OnPCLoadMapEvent:
	if (strcharinfo(3) == strnpcinfo(4)
		&& (BaseLevel >= .min_lvl && BaseLevel <= .max_lvl))
	showevent 1,1;
	end;

OnInit:
	set .min_lvl,81;
	set .max_lvl,99;
	end;
}

geffen,73,80,3	script	Bounty Board 99#gef	2_BULLETIN_BOARD,{
	setarray .@questId[0],52684 // Carat
						,52815 // Majoruros
						,52685 // Wanderer
						,52686 // Sting
						,52687 // Arclouze
						,52688 // Raydric
						,52689 // Khalitzburg
						,52690 // Anolian
						//,52691 // False Angel 
						,52692 // Violy
						,52693; // Mini Demon
	setarray .@mobId[0],1267 // Carat
						,1310 // Majoruros
						,1208 // Wanderer
						,1207 // Sting
						,1194 // Arclouze
						,1163 // Raydric
						,1132 // Khalitzburg
						,1206 // Anolian
						//,1371 // False Angel
						,1390 // Violy
						,1292; // Mini Demon
	callfunc "F_BountyBoard",.@questId,.@mobId,.min_lvl,.max_lvl;
	end;

OnPCLoadMapEvent:
	if (strcharinfo(3) == strnpcinfo(4)
		&& (BaseLevel >= .min_lvl && BaseLevel <= .max_lvl))
	showevent 1,1;
	end;

OnInit:
	set .min_lvl,99;
	set .max_lvl,99;
	end;
}