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
loveapples Offline
I'm around... somewhere
*****

Posts: 1,182
Joined: Jul 2009
Post: #2
RE: Pet Capturing Formula

Go pokeball!
08-05-2010 05:19 PM
Find all posts by this user Quote this message in a reply
Namine Offline
Explorer of Wonderland
*****

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

Formula wise, RO is child's play compare to the pokeball complexity >_<;

Click at own risk

~ Pyo! (Linker) ~ Pyuu (Sniper) ~ Namine (FS HP) ~ Cessini (Stalker) ~ Meteor Storm (ME HP) ~
08-05-2010 05:26 PM
Find all posts by this user Quote this message in a reply
Mara Offline
Self Titled Goddess
***

Posts: 221
Joined: Jun 2009
Post: #4
RE: Pet Capturing Formula

So much for pokemon being simple children's video game >.>;

Mara: 9x/50 Soul Linker
Mami: +89/50 Priest <3
Lind: 9x/6x Champion
Urtool: 9x/5x Creator - Paz: 99 Lif
Noob Behind A Bow: hurr/durr DERP DERP
08-05-2010 06:11 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump: