adseej Posted July 9, 2012 Posted July 9, 2012 i want fix "show_mob_info: " to show lv&hp% same time Quote
Emistry Posted July 9, 2012 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
Adam Posted July 11, 2012 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
EvilPuncker Posted July 11, 2012 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
Variant Posted July 11, 2012 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
Adam Posted July 11, 2012 Posted July 11, 2012 (edited) Thanks for the explanations guys and especially Variant for answering my question Edited July 11, 2012 by iROnic Quote
Question
adseej
i want fix "show_mob_info: " to show lv&hp% same time
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.