BarryDurex
New Member
- Joined
- Jan 20, 2010
- Messages
- 361
- Reaction score
- 32
the option does not exist. why you want to do it that way?Is there a way to set a specific pet to swap to? i.e. if i want pet 1 to swap out, i want to always swap pet 2. when pet 2 swaps out, then pet 3.
the swapping use this formula: (at the AdvancedSettings-tab)
Code:
rating = (petHP * HPFactor) +
(advantage * 50 * AdFactor) +
(disadvantage *50 * DisFactor) +
((petLevel - enemylevel) * 4 * LevelFactor);