belphegor's post in HP show was marked as the answer
conf/battle/monster.conf
// Display some mob info next to their name? (add as needed)
// (does not works on guardian or Emperium)
// 1: Display mob HP (Hp/MaxHp format)
// 2: Display mob HP (Percent of full life format)
// 4: Display mob's level
show_mob_info: 0
mes "Pick a location.";
switch(select("Blacksmith:Rental"))
{
case 1:
{
mes "Alright.";
close2;
set $x, 9999; // real X coords here.
set $y, 9999; // real Y coords here.
set $walking,1;
npcspeed 1;
npcwalkto $x,$y;
}
case 2:
{
second location here.
}
Still just a concept though. I'll try this out when i have the time. Well, hopefully someone's taking the time to make one.