Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

About Boss Life

Newbie Spellweaver
Joined
Oct 3, 2016
Messages
66
Reaction score
4
Hi everyone,
i have a big question..:laugh: I'm using MHTW client with old files, and i want to know if it's a way to show the Boss Hp life.. I think i need the EU client because taiwan client doesn't allow you to see monster life.. But all link for EU 1.65 are broken and i still hadn't find a solution!!
Thanks to everyone!
 
Newbie Spellweaver
Joined
Jun 23, 2018
Messages
56
Reaction score
12
maybe you can test:

in client's heroes.db3

in QuestDifficultyInfo, make ShowBossHp valve 1 in quests you want to modify.


Difficulty 1, 2, 3 means normal, hard, hero difficulty in game.

-------------------------------------
181007:
thanks jojorne
it should be done in heroesContents.db3 of server, too.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Oct 3, 2016
Messages
66
Reaction score
4
I tried it, setting ShowBossHp value =1, but it doesn't work =( do you have any other ideas? :)
 
Upvote 0
Newbie Spellweaver
Joined
Aug 29, 2018
Messages
32
Reaction score
5
I believe you are confusing with XE version. If so, you need to disable Premier Mode and enable XE mode.
I'm not with the table here to look for the Feature's name... but it's XE and Premier something...
And if you already have XE mode on, then look for Disable Boss HP and set to NULL.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 3, 2016
Messages
66
Reaction score
4
I believe you are confusing with XE version. If so, you need to disable Premier Mode and enable XE mode.
I'm not with the table here to look for the Feature's name... but it's XE and Premier something...
And if you already have XE mode on, then look for Disable Boss HP and set to NULL.

Hi and thanks for the answers.. I have the line ''XEMode_BossHPGuageHide'' in FeautureMatrix.. It was set to NULL, i try to set it = 1, but it seems not working.. Can u explain me better please??? Thanksss :D
 
Upvote 0
Newbie Spellweaver
Joined
Jun 23, 2018
Messages
56
Reaction score
12
try this: FeatureMatrix sheet at client's heroes.db3
but maybe it would cause some problems. (like match between client and server, or other problems like XE attatk, jump...etc)
joopowa - About Boss Life - RaGEZONE Forums



XEmode is different from PremiereMode.

we can jump, XE attatk, see BOSS' HP bar and can't run in XEmode.

where "run" means a action relative to walk

but, some boss' HP bar also show up in some quest in PremiereMode.

maybe server would modify something.

================================================

or maybe i made a mistake

i tested post#2 by doing :set 0 in EU1.69, it still showed life bar.
probably because EU1.69 is XEmode, and XEmode forces life bar to show.


that is, you could check vindictus.exe used your client heroes.db3 which you had modified.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jun 23, 2018
Messages
56
Reaction score
12
maybe you can check the file:
scripts\npc_variations.txt from HFS

there are some description about BOSS' HP




there are some issue influenced with BOSS' HP:

1.in QuestDifficultyInfo, make ShowBossHp valve 1 in quests you want to modify. (client)

2.XE mode or not? (client and server)

i can't find any information about BOSS' HP information in server's heroesContents.db3

3.npc_variations.txt (client)

--------------------------------------------------
181007
for 1.>>>it should be done in heroesContents.db3 of server, too.
thanks jojorne! that's my missing

for 3.>>>it would be set to show HP bar of small BOSS or monsters.
thanks jojorne again! XD
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Aug 29, 2018
Messages
32
Reaction score
5
maybe you can check the file:
scripts\npc_variations.txt from HFS

there are some description about BOSS' HP




there are some issue influenced with BOSS' HP:

1.in QuestDifficultyInfo, make ShowBossHp valve 1 in quests you want to modify. (client)

2.XE mode or not? (client and server)

i can't find any information about BOSS' HP information in server's heroesContents.db3

3.npc_variations.txt (client)

Uhm, maybe that "always_show_life_gauge" could work even for normal monsters...
 
Upvote 0
Back
Top