From 30899d3e29a02162c8ece5e0fca0fd05fcd10be1 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 5 Sep 2006 20:58:27 +0000 Subject: - Removed setting mob_show_hp, it's been replaced now by mob_show_info, which can be used to specify what kind of info should be displayed from a mob. Current options are two different formats for Hp display, and current level. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8644 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle/monster.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'conf-tmpl/battle') diff --git a/conf-tmpl/battle/monster.conf b/conf-tmpl/battle/monster.conf index 80a39d2e1..a908b5c02 100644 --- a/conf-tmpl/battle/monster.conf +++ b/conf-tmpl/battle/monster.conf @@ -150,9 +150,12 @@ mob_changetarget_byskill: no // If monster's class is changed will it fully recover HP and SP and Ailments? (Note 1) monster_class_change_full_recover: no -// Will display a mob's hp/maxhp when the mouse cursor is over them. (Note 1) -// Will not display guardian or emperium hp. -show_mob_hp: no +// 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 // Zeny from mobs zeny_from_mobs: no -- cgit v1.2.3-70-g09d2