This is a much easier and faster method to level pets if you do not need the lesser charms or xp....
http://www.ownedcore.com/forums/worl...pet-tamer.html (Faster method, unlimited daily pet tamer)
This is a much easier and faster method to level pets if you do not need the lesser charms or xp....
http://www.ownedcore.com/forums/worl...pet-tamer.html (Faster method, unlimited daily pet tamer)
my way is without alt+f4 or macro to abondom the quest, pls stay tuned for next week.
Last night i leveled 28 pets from ~ lvl 10 or more to 25 in something like 3 Hours.
Current State: 43 from 75
I find battling the legendary pets much more effective for lesser charms and regarding pet xp the method posted by freeloading is way faster.
Anyone wants to wintrade some pet battles on EU?
I have done this for a while, leveled a lot of pets to 25. Got the Battle Pet Team Addon and made setups for each, as 1/10/25, 1/11/25 and so on. How ever, one evening it stopped working. No idea why. Just tried with two friends and they got matched within 30 sec but it just wont pop for me. Any idea?
I get a lua error when I try it on 2 accounts.
On first account I just do the /startomg
On second one I do the: /startomg 123 and I'm the leader and addon is enabled
then I get an error on first account and second account keeps spamming in party
Yeah, I'm encountering the same issue as Vixing. It seems like the non-leader account is generating lua errors when it tries to match up pet levels.
What exact error do you get? Pls copy it from the error box and post here.
It's about this:
It says about this "j" (line 160) in LUA error and some info about math calculation or something.Code:if abs(level - j) > diff then local _, count = C_PetJournal.GetNumPets(PetJournal.isWild) for n = 1, count do -- iterate all our pets local e_petID, e_speciesID, e_isOwned, e_customName, e_level, e_favorite, e_isRevoked, e_name, e_icon, e_petType, e_creatureID, e_sourceText, e_description, e_isWildPet, e_canBattle = C_PetJournal.GetPetInfoByIndex(n, PetJournal.isWild) if e_canBattle and e_petID ~= petID and abs(e_level - j) <= diff then C_PetJournal.SetPetLoadOutInfo(i, e_petID) return end end end
We've found a solution with Loki Cola.
First of all, this error is produced because variable "j" could be nil in some cases so addon crashes when trying to perform math abs(level - j) on it .
I've slightly modified .lua file so "j" becomes 0 if it was nil.
OP, please correct me if I've done something crucial to performance of your code...
for i = 1, 3 do
local j= tonumber(levels[i])
if not j then j=0 end --I've added this line
local petID, ability1ID, ability2ID, ability3ID, locked = C_PetJournal.GetPetLoadOutInfo(i)
...
Just replace your .lua file with this new one.
Second, Loki Cola discovered that leader account must have lvl 1 pet in the 3rd slot so his pet comp is 25-25-1 and NOT 1-25-25 or 25-1-25.
Last edited by RedRussian; 03-25-2013 at 01:39 PM.
Isn't it possible to use this with lower Pets, say 1 - 10 - 17 ?
I'm planning on makeing a small hb plugin for this. It'll just tag when you're not. It'll leave if your pets are the highest, stay otherwise. In case both teams are identicals, it's every turn.
Should i care to post it here ? anyone interested ?
There is a much easier and faster way to level your pets to Lvl25 which i would release then i have done the : Bring 75 Pets to Lvl 25 Achievement.![]()
![]()
Last edited by Chris592; 03-25-2013 at 08:21 PM.
I can't meet my friend in queue. We are both with pets 25-25-25 for 10 minutes and can't find ourselves. Even with or without this addon. I found a guy from different server but he needed to go, but I was meeting him all the time if queued with the same team levels. Should I be relogging as many times as I finally meet my friend in queue? or it doesn't change anything?
I think there is still something wrong with the addon. When i tried with my friend using 25-25-1, it would match him to 5-25-1. We continued to try, i did 14-25-1, and it matched him 4-25-1. I think the addon is only considering the last digit when matching because we cannot match our pets unless we do 1-25-1, which obviously does not work to 25.