huntax Posted March 30, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 12/11/12 Last Seen: May 3, 2013 Share Posted March 30, 2013 I remember seeing this modification awhile back. I can't seem to find it.It's really basic it just shows the amount of HP and SP from Pots or grape juice to all players near you. Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 30, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 30, 2013 why not just use this ? to enable all player view the HP bar.. O.O permissions: { view_hpmeter: true } Quote Link to comment Share on other sites More sharing options...
huntax Posted March 30, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 12/11/12 Last Seen: May 3, 2013 Author Share Posted March 30, 2013 why not just use this ? to enable all player view the HP bar.. O.O permissions: { view_hpmeter: true } It's kinda different from that. It shows the numbers of how much they got healed by when using a potion and SP. Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 31, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 31, 2013 like this ? inside trunk/src/map/pc.c below this // Recovery Potion if( sd->sc.data[SC_INCHEALRATE] ) hp += (int)(hp * sd->sc.data[SC_INCHEALRATE]->val1/100.); try add this.. if( hp ) clif_skill_nodamage(NULL, &sd->bl, SM_RECOVERY, hp, 1); Quote Link to comment Share on other sites More sharing options...
ParSalian Posted March 31, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 35 Reputation: 1 Joined: 02/04/13 Last Seen: May 20, 2014 Share Posted March 31, 2013 (edited) im interessting in a modifikation that shows the HP of Monsters in Numbers instead a bar. How can i do these ? Edited March 31, 2013 by ParSalian Quote Link to comment Share on other sites More sharing options...
Emistry Posted March 31, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 31, 2013 im interessting in a modifikation that shows the HP of Monsters in Numbers instead a bar. How can i do these ? trunk/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 Quote Link to comment Share on other sites More sharing options...
ParSalian Posted March 31, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 35 Reputation: 1 Joined: 02/04/13 Last Seen: May 20, 2014 Share Posted March 31, 2013 sorry i don't see this Quote Link to comment Share on other sites More sharing options...
Question
huntax
I remember seeing this modification awhile back. I can't seem to find it.
It's really basic it just shows the amount of HP and SP from Pots or grape juice to all players near you.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.