Level pets 1-25 in 20 mins+lots of lesser charms+(some) experience menu

User Tag List

Page 2 of 8 FirstFirst 123456 ... LastLast
Results 16 to 30 of 120
  1. #16
    freeloading's Avatar Knight-Lieutenant
    Reputation
    22
    Join Date
    Sep 2012
    Posts
    256
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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)

    Level pets 1-25 in 20 mins+lots of lesser charms+(some) experience
  2. #17
    TheBauer's Avatar Corporal
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  3. #18
    KlausHansen's Avatar Corporal
    Reputation
    22
    Join Date
    Dec 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I find battling the legendary pets much more effective for lesser charms and regarding pet xp the method posted by freeloading is way faster.

  4. #19
    vixing's Avatar Active Member
    Reputation
    29
    Join Date
    Dec 2008
    Posts
    130
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone wants to wintrade some pet battles on EU?

  5. #20
    Grejpan's Avatar Member
    Reputation
    1
    Join Date
    Jun 2007
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  6. #21
    vixing's Avatar Active Member
    Reputation
    29
    Join Date
    Dec 2008
    Posts
    130
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  7. #22
    Loki Cola's Avatar Contributor
    Reputation
    134
    Join Date
    Sep 2008
    Posts
    97
    Thanks G/R
    1/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  8. #23
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What exact error do you get? Pls copy it from the error box and post here.

  9. #24
    vixing's Avatar Active Member
    Reputation
    29
    Join Date
    Dec 2008
    Posts
    130
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RedRussian View Post
    What exact error do you get? Pls copy it from the error box and post here.
    It's about this:
    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
    It says about this "j" (line 160) in LUA error and some info about math calculation or something.

  10. #25
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.
    ...
    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)
    ...
    OP, please correct me if I've done something crucial to performance of your code
    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.

  11. #26
    Kalinka's Avatar Member
    Reputation
    1
    Join Date
    Apr 2006
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Isn't it possible to use this with lower Pets, say 1 - 10 - 17 ?

  12. #27
    dms51's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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 ?

  13. #28
    Chris592's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    1 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  14. #29
    vixing's Avatar Active Member
    Reputation
    29
    Join Date
    Dec 2008
    Posts
    130
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  15. #30
    kyonoodles's Avatar Private
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

Page 2 of 8 FirstFirst 123456 ... LastLast

Similar Threads

  1. A Nice way to level pet's while doing something else!:)
    By Takri in forum World of Warcraft Exploits
    Replies: 26
    Last Post: 11-08-2012, 03:54 PM
  2. [Guide] Power level battle pets (must have some high level pets)
    By azza in forum World of Warcraft Guides
    Replies: 13
    Last Post: 10-16-2012, 11:18 AM
  3. [Selling] WTS 7 Level 85's all 390+iLev with lots of rare's
    By akspike in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 03-03-2012, 07:42 AM
  4. [Selling] Level 85 Awesome PVP geared disc priest lots of stuffs
    By olrak in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 02-25-2011, 07:37 PM
  5. Question about leveling pets
    By BlueHazard in forum World of Warcraft General
    Replies: 7
    Last Post: 01-12-2007, 03:59 AM
All times are GMT -5. The time now is 11:54 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search