//===== rAthena Script =======================================
//= Hugel City
//===== By: ==================================================
//= vicious_pucca, Poki#3, erKURITA, Munin, and everybody in the
//= comments
//===== Current Version: =====================================
//= 1.7
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= NPC's for the City of Hugel.
//===== Additional Comments: =================================
//= Cords and Sprites are 100% Correct, but the names are not.
//= Plus no one knows what the NPCs are talking right now :/ [Poki#3]
//= Note: Not all the sprites were correct :P [erKURITA]
//= 1.0 Added the first shop, firecrackers. Thanks RockmanEXE for the info [erKURITA]
//=     Added more missing npc, but again, only locations and temp names =/ [erKURITA]
//=     Started the basis of Poring Track. [erKURITA]
//=     Moved the old lady to npc\guides\guides_hu.txt, since it's Hugel's guard [erKURITA]
//=     Special thanks to RockmanEXE who provided all necesary info =3
//=     Abducted/Moved Yan and Yalmire(temp names) to npc\events\custom\p_track. [erKURITA]
//= 1.1 Commented out the whole list of dummy npcs. They're there for nothing anyway,
//=     just using up memory. [erKURITA]
//= 1.2 Added a few NPCs scripted by Munin and fixed up format a little [Playtester]
//= 1.3 Moved some quests-related NPCs to proper file. [SinSloth]
//= 1.4 Optimized the Party Supplies Shop [DZeroX]
//= 1.5 Fixed Party Supplies Shop. [L0ne_W0lf]
//= 1.6 Removed duplicate "Mudie". [L0ne_W0lf]
//= 1.7 Removed whitespace and junk. [Kisuka]
//============================================================

// Hugel
//============================================================
hugel,189,143,5	script	ӵ	898,{
	mes "[ӵ]";
	mes "! ǸӴĿӣ";
	mes "ǿյĶ?";
	mes "Ҳ԰Ѷע";
	mes "ڿƮҡ?";
	close;
}

hugel,126,151,3	script		90,{
	mes "[]";
	mes "˵£";
	mes "ȴǸƽ͵ĵط";
	mes "ᶼܺദ";
	next;
	mes "[]";
	mes "ҽһ쵽";
	mes "ֻ뿪";
	mes "˵";
	mes "־ͺ£ร";
	close;
}
 
hugel,86,165,5	script	˹	896,{
	mes "[˹]";
	mes "Ŷ, ҪǸƿ!";
	mes "Ҫһ.";
	mes "ȥֺܹ~";
	close;
}

hugel,71,197,3	script	ɯ	90,{
	mes "[ɯ]";
	mes "ٸطʵ̫С";
	mes "ÿ˭ʲô飬";
	mes "ܿͻᴫ";
	next;
	mes "[ɯ]";
	mes "Һ´䣬";
	mes "հ";
	close;
}

hugel,169,112,5	script		892,{
	mes "[]";
	mes "㲻˰.";
	mes "ô, һð߰?";
	mes "֪ô?";
	next;
	mes "[]";
	mes "Ϊסÿ";
	mes "ö֮öһ.";
	mes "㿴ȥ, Щһ,";
	mes "Ǻ, , ð~";
	close;
}

hugel,175,115,5	script	˹ 	897,{
	mes "[˹]";
	mes "Ǹͷ, ǵ,";
	mes "ǶԸְԴļһ,";
	mes "ͷҵıʲôʱп!";
	mes "֪ٸ˾Ƚϳ, ֪Ϊʲô?";
	next;
	mes "[˹]";
	mes "ΪıһǶϲ, !";
	mes "! 㿴жʶ!";
	mes "Сһ, ~";
	close;
}

// Inside Hugel
//============================================================
hu_in01,111,386,4	script	˹	86,{
	mes "[˹]";
	mes "ʵ˵ڱ";
	mes "˵ɱУ";
	mes "Իɼʱ";
	mes "Ϊ";
	mes "Ƚϳ";
	next;
	mes "[˹]";
	mes "빺ߵĿף";
	mes "ôҽȥһЩС";
	close;
}

hu_in01,23,311,4	script	ɶƷ	898,{
	mes "[ɶƷ]";
	mes "ӭ!";
	mes "ҪҪһƯı";
	mes "Ϸ?";
	mes "5һĻֻ500Ӵ";
	next;
	switch (select(":")) {
		case 1:
			if (Zeny < 500) { 
				mes "[ɶƷ]";
				mes "~ ĽҲ";
				close;
			}
			set Zeny,Zeny-500;
			getitem 12018,5;	// Fire_Cracker
			mes "[ɶƷ]";
			mes "лл!";
			mes "ףһЩõĻ";
			close;
		case 2:
			mes "[ɶƷ]";
			mes "ҹűڵ龰...!";
			close;
	}
}

hu_in01,18,94,0	script	ְԱ#1	49,{
	mes "[¶]";
	mes "ӭ̽ղ.";
	mes "ҽ¶, һְ.";
	mes "Ǹ칫, 㿴, ҵ!";
	next;
	mes "[¶]";
	mes "ҾԼʵǿԸ㶨~";
	mes "޷ȹ͹Զź¬׵¼Զŵİ칫~";
	next;
	mes "[¶]";
	mes "칫Ҷɨ,";
	mes "ŪҺæŶ.";
	mes ", ԿǵԶŰ?";
	mes "ȻʲôʵԵı, ,";
	mes "ĺܺ~";
	close;
}

hu_in01,26,77,4	script	ְԱ#2	50,{
	mes "^3355FFְԱȫע";
	mes "鼮Ĺ.^000000";
	close;
}
