adseej Posted July 9, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 07/06/12 Last Seen: March 3, 2014 Share Posted July 9, 2012 i want fix "show_mob_info: " to show lv&hp% same time Quote Link to comment Share on other sites More sharing options...
Emistry Posted July 9, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 05:32 PM Share Posted July 9, 2012 https://rathena.svn.sourceforge.net/svnroot/rathena/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: 6 Quote Link to comment Share on other sites More sharing options...
adseej Posted July 10, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 07/06/12 Last Seen: March 3, 2014 Author Share Posted July 10, 2012 thank Quote Link to comment Share on other sites More sharing options...
Adam Posted July 11, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 111 Reputation: 3 Joined: 06/29/12 Last Seen: August 3, 2014 Share Posted July 11, 2012 Hi, What if I'm looking to come back to normal, for instance; when you point your mouse on a mob, all you see is the name of it....NO HP, no %...just hte name. For now, that's the only settings offered by the server are : 1 - Show Mob's HP bar 2 - Show Mob's HP left in % 4 - Show Mob level No choice no.3 apparently. Thanks ! Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted July 11, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted July 11, 2012 because you need to know that: 1 1+1=2 2+2=4 4+4=8 8+8=16 that is why there is no 3 and if you want option 1+2 then you need to put 3 Quote Link to comment Share on other sites More sharing options...
Variant Posted July 11, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 52 Reputation: 6 Joined: 01/06/12 Last Seen: December 12, 2017 Share Posted July 11, 2012 (edited) Hi, What if I'm looking to come back to normal, for instance; when you point your mouse on a mob, all you see is the name of it....NO HP, no %...just hte name. For now, that's the only settings offered by the server are : 1 - Show Mob's HP bar 2 - Show Mob's HP left in % 4 - Show Mob level No choice no.3 apparently. Thanks ! Set it to 0 to show just the name. Coincidentally, to clarify what EvilPuncker said it's basically just that all the choices are powers of 2, you'll see it all over the configurations (item restrictions for example) in areas where you can pick multiple options. So the possibilities would be 2, 4, 8, 16, 32, 64, etc... and so you'd add the options you want. For example in this case if you wanted to show the Mob's HP bar and level but not the % you would make it: 1 for the HP bar + 4 for the level = 5 if you wanted the HP bar and the %, you would make it 1 for the HP bar + 2 for the % = 3 Edited July 11, 2012 by Variant Quote Link to comment Share on other sites More sharing options...
Adam Posted July 11, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 111 Reputation: 3 Joined: 06/29/12 Last Seen: August 3, 2014 Share Posted July 11, 2012 (edited) Thanks for the explanations guys and especially Variant for answering my question Edited July 11, 2012 by iROnic Quote Link to comment Share on other sites More sharing options...
Question
adseej
i want fix "show_mob_info: " to show lv&hp% same time
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.