Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pet Capturing Formula
Author Message
Namine Offline
Explorer of Wonderland
*****

Posts: 3,209
Joined: Mar 2007
Post: #1
Pet Capturing Formula

Main discussions are serious business, because we're all e-thugs.



pet_catch_rate = (pet_db[i].capture + (sd->status.base_level - md->level)*30 + sd->battle_status.luk*20)*(200 - get_percentage(md->status.hp, md->status.max_hp))/100;

if(pet_catch_rate < 1) pet_catch_rate = 1; //just means that you cannot suck more than catch rate of 1

if(rand()%10000 < pet_catch_rate)

(insert giant source code here, blah blah blah but it means pet capture then)




I'm pretty confident that it's not a fixed percentage to the point where you randomly toss tames at it and hope for the best... at the very least, it's pretty easy to see that lowering the monster's hp as much as possible, has a definite effect. Luck seems to have a role as well, so next time in poring tame, pump up the luk stat. The level related variable indicates that your base level compare to the monster's base level also matters, so base level counts.

The so-called "innate governed percentage" exist, but is only part of the formula as part of the pet_db.

All in all, to increase capture rate: lower its hp as much as possible, raise your own luck, and do it with your highest base level character.

~ Pyo! (Linker) ~ Pyuu (Sniper) ~ Namine (FS HP) ~ Cessini (Stalker) ~ Meteor Storm (ME HP) ~
08-05-2010 02:23 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Pet Capturing Formula - Namine - 08-05-2010 02:23 PM
RE: Pet Capturing Formula - loveapples - 08-05-2010, 05:19 PM
RE: Pet Capturing Formula - Namine - 08-05-2010, 05:26 PM
RE: Pet Capturing Formula - Mara - 08-05-2010, 06:11 PM

Forum Jump: