Pet System: Difference between revisions

Jump to navigation Jump to search
Line 7: Line 7:
Every Pet on MuhRo has the same Taming Basic Chance: 2%. <br>
Every Pet on MuhRo has the same Taming Basic Chance: 2%. <br>
The following formula sums up the Taming Chance calculated every time you attempt to tame a pet.<br>
The following formula sums up the Taming Chance calculated every time you attempt to tame a pet.<br>
Catch rate = ( BaseRate + ( BaseLv - MonsterLv)*30 + Luk*20 ) * (200 - Monster's HP % left) / 100<br>
Catch rate = ( BaseRate + ( BaseLv - MonsterLv)*10 + Luk*20 ) * (200 - Monster's HP % left) / 100<br>
Making a calculation based on a Lv 99 Character with 50LUK, capturing a Poring with 25% HP left reads:<br>
Making a calculation based on a Lv 99 Character with 50LUK, capturing a Poring with 25% HP left reads:<br>
Catch rate = ( 2000 + ( 99 - 1 )*30 + 50*20 ) * ( 200 - 25 ) / 100<br>
Catch rate = ( 2000 + ( 99 - 1 )*10 + 50*20 ) * ( 200 - 25 ) / 100<br>
( 2000 + 2940 + 1000 ) * 175 / 100 = 10395 = 103.95%<br>
( 2000 + 980 + 1000 ) * 175 / 100 = 6965 = 69.65%<br>
Capturing a 100% HP Bapho Jr. with a Lv 70 Character with 10LUK leads to:<br>
( 200 + 600 + 200 ) * 100 / 100 = 1000 = 10%


=== Pets that begin with "A" ===
=== Pets that begin with "A" ===

Navigation menu