i have 10 favorite pets which i want to level. the strange thing is petswapper mainly uses 9 out of the 10 pets. the 10th pet is always like 6 levels lower than the other 9...
any cluse what might be the problem?
i've noticed that as well.
when it does the pet level debug and shows pets by level, it's not parsing the list into "groups" of 8's and 9's and 10's as it appears to be doing in the debug.
id guess that because the list is large, and it changes, it's sorting the printout order from the pet journal, and it's just doing a basic filter. so it's really going through every pet in the journal, and going to the first one it finds. then the 2nd. 3rd. 4th, 5th, etc. this way it's not keeping 5-10 lists for every option in memory, it keeps 1 large list of pets, and just runs through the entire local copy of the journal each time the journal is updated. not entirely effective, but the pet journal can often change, sometimes screw up and mis-load, so it's not a bad thing. e.g. if you get new pets, it will bump the sort order any which way.
so instead of just having a list of "only 10" pets, it's sorting all of your pets by the ID's, so it's always going to try and use the "first", "second" "third" "fourth" "fifth" pets in the same order. all the time.
the quick solution is to limit the level range it uses,
eg. from 5-9, so it can more evenly "jump" over reusing the same 5-10 pets in the same rough level range.
it's good if you are slow at putting in pet logics, because it will reuse the same pet in the 5-10 bracket each time, until it's outside of that bracket, so you can come back and edit the pets as it recycles them into the rotation.
Would it be possible to go into a bit more detail how to fix this.Pretty easy to edit this plugin to get it working again. See this post for info:
http://www.thebuddyforum.com/honorb...-buddy-gotto-kill-em-all-120.html#post1337926
With the code changes listed in an earlier post, I have no problems running ringerx2 to level my low level pets. Here are the settings I use for this plugin:I came here to find an answer to my problem. It appears that many of us are having the same problem, and trying the same suggestions with out any success.
I too, as many others have already stated, am leveling in ringer mode, but my low level pets never fight and my high level pets kill everything and no one gets any exp.
I am guessing that it is a problem with the plugin and it needs to be updated as no one else can figure it out via other plugins and setting.
A fix would be greatly appreciated.
I seem to be having the issue that my plugin doesnt show up, the name of the map in plugins is named BattlePet Swapper, and i did this via svn checkout but it doesnt show up when i start honorbuddy.
While at the same time Pok?buddy was not a problem to have it shown up with svn checkout. Any advice to solve this would be mostly appreciated.
I also tried changing it to Battle Pet Swapper but to no avail
private int _tickCountOfLastPetEquip = Environment.TickCount;