baiumbg Posted October 11, 2010 Posted October 11, 2010 Which file do I need to edit? And how? I added a custom mob to my database, but there is no hp bar. This is really annoying >:(
piotress Posted October 11, 2010 Posted October 11, 2010 check the instance and make it L2MonsterInstance.
baiumbg Posted October 12, 2010 Author Posted October 12, 2010 I couldn't understand. Is that in the db or in a file?
piotress Posted October 12, 2010 Posted October 12, 2010 is that in db. (`id`, `idTemplate`, `name`, `serverSideName`, `title`, `serverSideTitle`, `class`, `collision_radius`, `collision_height`, `level`, `sex`, `type`, `attackrange`, `hp`, `mp`, `hpreg`, `mpreg`, `str`, `con`, `dex`, `int`, `wit`, `men`, `exp`, `sp`, `patk`, `pdef`, `matk`, `mdef`, `atkspd`, `aggro`, `matkspd`, `rhand`, `lhand`, `armor`, `walkspd`, `runspd`, `faction_id`, `faction_range`, `isUndead`, `absorb_level`, `absorb_type`, `ss`, `bss`, `ss_rate`, `AI`, `drop_herbs`) VALUES (2004, 13086, 'Zariche', 1, 'Test Monster', 1, 'LineageMonster4.Avatar_Z', 12.00, 31.57, 80, 'male', '[color=red]L2Monste[/color]r', 40, 500000, 2444, 500.00, 100.00, 40, 40, 20, 20, 20, 20, 0, 0, 2000, 500, 200, 250, 400, 500, 2362, 8190, 0, , 80, 120, '', 0, 0, 0, 'LAST_HIT', 0, 0, 0, 'fighter', 'false'); if don't work take other mob template ... maybe size too are wrong
baiumbg Posted October 12, 2010 Author Posted October 12, 2010 It's fixed. Changed the template to wolf and now he has a hp bar.
Recommended Posts