This commit is contained in:
@@ -84,7 +84,10 @@ func (p *Player) GenMonster() {
|
||||
p.OgreInfo.Data[i].FixSHiny()
|
||||
}
|
||||
if xmlres.PetMAP[int(p.OgreInfo.Data[i].ID)].CatchRate != 0 {
|
||||
p.OgreInfo.Data[i].RandomByWeightShiny()
|
||||
if grand.Meet(1, 500) {
|
||||
p.OgreInfo.Data[i].RandomByWeightShiny()
|
||||
}
|
||||
|
||||
}
|
||||
if ok && len(mapinfo.DropItemIds) > 0 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user