Jump to content

Droidz

Administrators
  • Posts

    12431
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz reacted to FrankDM in Darkmoon Fishing Debris Problem   
    Seems fixed :)
  2. Like
    Droidz got a reaction from bmfkilla22x in Price fixed   
    Hello,

    I have fixed prices of WRobot and CRobot.

    WRobot:
    15 € = 6 months
    24 € = 1 year

    CRobot:
    15 € = 1 year


    I have also advanced on the new website, I'll release the new bot client compatible with the new website in the week (I want add fixes and options on wrobot before release).


  3. Like
    Droidz reacted to Ohren in Fight Class Conditions   
    I was asked by someone if I could elaborate further on Droidz post condition list (found ). Since I have been so busy with work (47.5h/week) and heroic progression (8/13 ToT, running around 15h/week), I figure this might help other people learn to create amazing fight classes. I am going to break things up a bit, and give some examples. If you have ANY questions.. feel free to ask. Remember, there is no such thing as a dumb question in my eyes, unless your grammar sucks.
     
     
    Condition Number:
    Health Percent -> Your Percent health (0 to 100)
    Mana -> Your mana
    Rage -> Your Rage
    Focus -> Your Focus
    Energy -> Your Energy
    Chi -> Your Chi
    Runes -> Your Runes
    Runic Power -> Your Runic Power
    Soul Shards -> Your Soul Shards
    Eclipse -> Your Eclipse
    Holy Power -> Your Holy Power
    Alternate -> Your Alternate
    Dark Force -> Your Dark Force
    Light Force -> Your Light Force
    Shadow Orbs -> Your Shadow Orbs
    Burning Embers -> Your Burning Embers
    Demonic Fury -> Your Demonic Fury
    Arcane Charges -> Your Arcane Charges
    Target Distance -> Distance between your character and your current target
    Distance Pet To Target -> Distance between your pet and your current target
    Distance Me To Pet -> Distance between your character and your pet
    Me Level -> Your level
    Target Level -> The level of your current target
     
    Condition Unit Near:
    Hostile Unit Near -> Number of npc hostiles in the radius selected (radius starting at the position of your character)
    Unit Attack Player Near -> Number of npc attacking your character in the radius selected (radius starting at the position of your character)
    Hostile Unit Near Target -> Number of npc hostiles in the radius selected (radius starting at the position of your current target)
    Unit Attack Player Near Target -> Number of npc attacking your character in the radius selected (radius starting at the position of your current target)

    Condition String Bool:
    Buff -> Check if your character has buff (buff name in english, case sensitive)
    Know Spell -> Check if your know selected spell (spell name in english, case sensitive)
    Is Spell Usable -> Check if your selected spell is usable (spell name in english, case sensitive)

    Condition Bool:
    In Battleground -> True if the current map is an Battleground
    Have Target -> True if your character has currently an target
    Have Pet -> True if your character has an pet
    Me In Combat -> True if your character is in fight
    Me In Move -> True if your character moving
    Target In Move -> True if your target moving
    Pet In Move -> True if your pet moving
    Target In Cast -> True if your target casting spell or using item
    Pet In Cast -> True if your pet casting spell or using item
    Me In Cast -> True if your character casting spell or using item
    Target Is Player -> True if your current target is an player
    Target Is Summoned -> True if your current target is summoned (sample: pet)
    Target Pet Is My Target -> True if your character and your pet have same target
    Target Targeting Me -> True if your current target has for target your character
    Target Targeting Me Or My Pet -> True if your current target has for target your character or your pet
    Target Targeting My Pet -> True if your current target has for target your pet
    Target Is Elite -> True if your current target is an npc elite
    Target Is World Boss -> True if your current target is an npc world boss
    Me Is Stunned -> True if your character is stunned
    Target Is Stunned -> True if your current target is stunned
    Pet Is Stunned -> True if your pet is stunned
    Me Is Swimming -> True if your character is swimming
    Target Is Swimming -> True if your current target is swimming
    Pet Is Swimming -> True if your pet is swimming
    Me Is Flying -> True if your character is flying
    Target Is Flying -> True if your current target is flying
    Pet Is Flying -> True if your pet is flying

    Condition String:
    C Sharp Code -> C#.net code with acces at wManager.dll and robotManager.dll (sample: ObjectManager.Me.HealthPercent < 70 && ObjectManager.Me.HealthPercent > 50)

    Condition Item Number:
    Item Count -> Number of items (by item id)

    Condition Buff Stack:
    Buff Stack Target -> Number of stack by buff of your target (buff name in english, case sensitive)
    Buff Stack Pet -> Number of stack by buff of your pet (buff name in english, case sensitive)
  4. Like
    Droidz reacted to Ohren in Fight Class Conditions   
    Example Two, adding Hunter's Mark to your fight class.
     
    Target Buff -> Check if your target has buff (debuff) (buff name in english, case sensitive)

     
    This will simple check if your target does not have the buff "Hunter's Mark", if you had this at true, it would only cast Hunter's Mark IF your target already had the buff, which just seems like a big 'ole waste of time. Also, notice how Hunter's Mark is below Mend Pet in the list. Spells that are on the top of the list will be cast first. In fight classes meant for soloing, I use Survivability > Offensive Cooldowns > Damage.
     
  5. Like
    Droidz reacted to Ohren in Fight Class Conditions   
    Example Three: Focus Fire!
    Buff Stack -> Number of stack by buff of your character (buff name in english, case sensitive)

     
    Focus Fire is a really awesome Beast Mastery spell. It uses Frenzy stacks generated by your pet to increase ranged haste. It is the heart to the BM hunter's DPS (that doesn't come from pet of course). In this example, we set it so Focus Fire is only called when your STACKS of Frenzy get to five, which is the max. This gives you 30% ranged haste for 20 seconds, whereas using it at a measly 1 stack only gives 6% for 20 seconds. This is ideal for boss rotations, but if you are simple bot gathering/grinding, it will probably never fire. So you can change the condition to fire at stacks BIGGER than 2. That is probably optimal for a gatherer.
  6. Like
    Droidz reacted to Ohren in Fight Class Conditions   
    Example Four: Just die already...
     
    Target Health Percent -> Percent health of your current target (0 to 100)

     
    Kill Shot is HUGE damage for that last 20% of a boss' health, and even on world trash, can end a fight real quick. Using a setup like this will only cast Kill Shot if targets health < 20%. Since a lot of classes have spells that deal HUGE damage for the end of a fight (DK's Soul Reaper, Warrior's Execute Shadow Priest's Shadow Word: Death), this one is very useful. You can also use it to keep yourself from wasting your energy/combo points on a Feral Druid by using Rip when it's health is already really low.
     

     
    And this brings up yet ANOTHER condition...
     
    Example Five: C-c-c-c-c-combo.
    Combo Point -> Your combo point

    All of a rogues and feral druid's BIG damage moves require combo points. But you don't want to cast it right as soon as you get one... or else it's a waste. With this setup (strictly for feral, since critical hits can generate 2 combo points and you never want to waste a single one), if your combo points are BIGGER that 3 (which only leaves 4 and 5) then it will cast rip (and assuming target's health is higher than the previous example).
  7. Like
    Droidz reacted to Ohren in Fight Class Conditions   
    Example One: Simple Hunter fight class. Starting with Mend Pet.
     
    Pet Health Percent -> Percent health of your pet (0 to 100)

     
    This setup will cast Mend Pet IF your pet's health is smaller than 80%. The problem with this, is since it is a HoT (heal over time), it will chain cast while your pet is below 80%, so I'd suggest adding a second condition...
     
    Pet Buff -> Check if your pet has buff (debuff) (buff name in english, case sensitive)

     
    Now, with this setup, BOTH conditions must be met before it will cast Mend Pet. As before, if(pet_health < 80%), but now it also requires that your pet does NOT (false means it does not have the buff, true means that it DOES have the buff) have the Mend Pet buff on it currently. This keeps you from chain casting Mend Pet while your pet is below 80% health.
  8. Like
    Droidz reacted to FrankDM in Darkmoon Fishing Debris Problem   
    Hmm this should work.. you can download the profile here:
    http://www.mediansoft.net/Darkmoon%20Fish%20Turtle.xml
     
    Basically all I want is to have the bot fish Shipwreck Debris...
  9. Like
    Droidz reacted to Aleatha in [ Tutoriel Fr ] Mailbox "boîte aux lettres"   
    Pour ajouter la boîte aux lettres a un profil.
     
    -Ont doit ajouter mailbox dans le menu déroulant,
    -Entrez le nom de info bulle de wow (boîte aux lettres)
    -Dans la fenêtre de créaction du profil à gauche du bouton "Add by name to Npc"
    -Cliquez sur le bouton "Add by name to Npc"
    -Attention le perso doit être a coté de la boîte aux lettre au moment de l'ajout.

  10. Like
    Droidz reacted to Playingnaked in Female to Male or Male to Female FREE PERIODIC   
    Hey guys!

    I've been using this trick ever since TBC so I guess it's time to share it out there!

    What this guide is going to be about is how to from a Female toon you become a male toon at anytime for a period of time!

    Get a Iron Boot Flask from vendors in
    The Storm Peaks. Once you use it you will turn into a Iron Dwarf Male.

    Now took keep your mog set showing you can either use Orb of Deception or Orb of the Sin'dorei Have both will increase your time you stay male visually eith human (depending on race) or belf male.

    Macro


    Iron Boot Flask can be also used with other transformation items such as

    - Leyaras Locket
    - Blington 4000 Buff "Let's Party"

    And more.

    Instead of using Iron Boot Flask you can always go to To Netherwing Ledge Then use Orb of Deception or Orb of the Sin'dorei or whatever you want :) This is the way I used to do it before WOLTK came out since Iron Boot Flask was introduced then.
    Kalytha's Haunted Locket Works as Iron Flask but from Male to female rest is said above.

    Hopefully this small tutorial was of any help to anyone :)

    Feel free to leave opinion or msg me if you have more ideas on how to get these visuals updated :)

    I have been trying to figure out on how to get this visual permanently without having to wait on cooldown.. But hey I might have found it :) Or maybe I haven't :)?

    Peace !
  11. Like
    Droidz reacted to Playingnaked in NEW USERS? WHY WROBOT?   
    Hello NEW USERS! Looking to buy WRobot? And join us this community! :)

    Why WRobot?

    Well, WRobot is a bot for World of Warcraft as you might have already guessed! one of the best and USER friendly out there! Everyone can use it! even my 10 year old son!

    CLICK HERE - >MmoRobot

    + MORE - Can be configured and do things that you want it to do!



    Over 300k gold farmed in a couple of weeks of my first purchase!



    3 Toons at Level 90 in just a couple of week too with full PVP Epic gear!



    Best Rep farming bot ever! took me 2 days to get exalted with both Cloud serpent and the Tillers!



    Maxed out 5 professions in just a couple of days! on all 3 toons!



    The fishing bot utility inside the bot made me achieve what I had tried in years with no luck! PROBLEM SOLVED!
    All that long grinding fishing? Gone!







    Pet battle utility is one of the best not only levels your pets fast but also capable of capturing ( RARES ONLY )


    Getting rare mounts? Never been easier!




    Take your chance while the WRobot is still cheap at small fee's starting from 4.50 eu a month!


    CLICK HERE - > MmoRobot
  12. Like
    Droidz reacted to Playingnaked in Playingnaked - Gold Farming Guide   
    Hello Pumpkins!

    In this guide will show you the simplest ways and most effective I found to make gold using WRobot.

    What you will need?
    - WRobot fully licensed of course! Can be purchased HERE- For a cheap price starting at 4.50 eu - Basic knowledge of creating path's and adding target ID's - Guide by creativextent be found - A working fighting class for the toon your going to be farming - You can either create your own Guide by GRB can be found or you can download one from HERE - I suggest you use Ohren & Loki Profiles as their the best by far. Things To Farm

    Fox Kit
    Baradin Fox 83 - 84 Tol Barad Peninsula Price Range - By Realm Population
    Low 10k
    Med 7k
    High 5k
    WRobot Route - Baradin Fox - Fox PET FARM.xml
    WRobot Route - By Loki can be found for Ally Parrot Cage (Hyacinth Macaw)
    Bhag'thera 28 Northern Stranglethorn Stone Maw Basilisk 24 - 25 Northern Stranglethorn Price Range - By Realm Population
    Low 20k
    Med 15k
    High 8-10k Azure Whelpling

    Azure Whelpling30 Drop, Black Market Companion I Suggest you farm
    Anguished Highborne 50 - 51 Winterspring for this as it has many other vanity items that have a big value in gold, such as

    Bloodrazor50 45 One-Hand Drop One-Handed Sword
    Stonerender Gauntlets51 46 Hands Drop Mail Armor
    Kang the Decapitator49 44 Two-Hand Drop Two-Handed Axe
    Precisely Calibrated Boomstick48 43 Ranged Drop Gun

    Glowing Brightwood Staff54 49 Two-Hand Drop Staff
    Route path can be found HERE By Loki Also there's blue and green's which you don't wanna NPC - some of them have a really low % drop chance making them extremely rare to get even tough their just green's and blue so before you vendor check out the drop rate % and prices on AH if there isn't any just make a random price from 3-5k gold.
    Disgusting Oozeling
    Can be found in Oozing Bag - I suggest you farm the following 2 mobs in same area which have higher % drop rate + faster spawn rate Rotting Sludge 54 - 55 Plaguelands: The Scarlet Enclave A H 327
    out of 3300 10% Living Decay 55 - 56 Plaguelands: The Scarlet Enclave A H 335
    out of 3763 9% Sea Pony (requires Darkmoon Island1 - 90 fishing bot + skill req.(1) )
    Just set your bot fishing in Darkmoon Island
    Price Range
    - Low 10k
    - Med 6k
    - High 3-4k


    By Profession - Admanite Powder - Miners ONLY
    Prospected from Adamantite Ore


    Adamantite Powder70 Drop Jewelcrafting Price Range -
    Low - 1.5k Per stack (20)
    Med - 1k Per Stack (20)
    High - 800-950g Per stack (20)
    You might be questioning why not just farm ghost iron ore instead? Well Iron ore goes for 30g a stack on my server.. + there so many botters already farming that crap. Also you will get gems always when prospecting Adamantite Ore such as green Azure Moonstone or blue Living Ruby which are also needed to raise JC - Adamantite Ore is needed for all players leveling JC for around 15-25 points as you won't be able to go further. People without mining won't be able to mine these and their forced to buy your stacks from AH!
    Elixir of Giant Growth - Alchemy (90)
    Req Mat's Deviate Fish + Earthroot ( You should probably have herbalism as 2nd prof )
    Price Range -
    Low - 75g each 1.5k per stack
    Med - 55g each 1.1k per stack
    High - 30-40 each 600-800g per stack
    Ghost Mushroom - Herbalism
    Best Place to farm them is in Fungal Rock - Un'Goro Crater - Around 20 stacks an hour they spawn extremely fast!
    These are barley known to people and since their obtainable trough herbalisim and in only 2 special places ( CAVES ) people do no tend to farm them. So yes the prices on these herbs are extremely high due to that.

    Price Range - By Population
    Low - 150g each
    Med - 100g each
    High - 87g each Once you reach a certain amount of gold I recommend you to start using this method.
    I Have no idea if people figured this out yet.. but I have been using it for a while now probably giving it to the public will make me lose loads of gold gain now
    But I reached my goal for gold so here it goes.

    After farming around 60-100k gold you wanna invest it in this.
    Find a low/med populated server and a high populated server Make a toon on each server recommended Human for ally or ORC for horde. From your main server that you have farmed the gold you will be buying pet's Research low/med and high servers AH see what's highest and whats lowest

    Example: Server A ( Main toon with 100k gold ) Lil XT landroo is 15k each rare tcg pet - Server B ( Where you have a level 1 toon next to ah ) Lil XT landroo is 35k each. Using Pet battle cage your able to transfer bought pets to the highest priced server! = x2/x3 more Income!

    Now your probably questioning yourself... "But hey! I don't want my gold to be stuck on a server where I have level 1 toon!!!"
    It's not going to be so no worry's! What you will need to do after that is snipe done pets that are cheaper on Server B then Server Atherefore once you learn them you just re-sell them on your main Server!

    Example: Server A Landroo Lil XT goes for 15k each but Landroo Lil KT goes for 35k, tough on Server B Landroo Lil KT goes for only 15k each while Landroo Lil XT goes for 35k each. Get it? Keep doing this until you gain more gold to invest in higher prices pets. This requires some research and patience but it's the most effective way I found in making gold maybe simple but WORKS 100% ! Now here I AM giving it to you all! Enjoy!
    PS: This also works to transfer gold between servers if used wisely


    I will be editing more things to farm on daily bases.
    Please feel free to give out your opinions or msg me!

    Happy Farming!
  13. Like
    Droidz reacted to Shadow in Shadow's WRobot Installer **4/03/13**   
    4-3-13
    Final r108 Released
         -Added check for C++ runtimes again, should only install c++ 2012 U1 if Windows 8 is detected, and install c++2010 SP1 if Windows 7 or lower detected.
         --Dialogs are messy right now, but setup will install perfectly fine so long as you read and click cancel when you are instructed to and not ok.
         --One bug introduced by this, setup will attempt to install c++2010 on Windows 8 and alert user that it cannot be installed, this is normal and fine, I am still looking for a way to do this silently.
         -Changed internal version number to match WRobot 1.0.4
     
     
    This should fix the updater problem you are having as well flabby69.  Make sure to click cancel on the windows 8 dialog.
  14. Like
    Droidz reacted to Shadow in (Contest) FREE LIFETIME SUBSCRIPTION (ENDS TODAY!!!!)   
    LIFETIME MEMBERSHIP CONTEST RULES
     
    1. Contest runs from apr1-apr30
     
    2. Prize is upgrade of one current mmorobot license to a lifetime membership, nontransferrable, meaning winner must have an existing paid subscription to mmorobot.
     
    2a. Only one subscription or license is upgraded, if the user would like a second, or additional they must be purchased.
     
    3. Rules are defined as an existing member must refer a new user to subscribe to mmorobot, the new member must then purchase a subscription to mmorobot and become a paying
    customer.
     
    3a. The referred member must purchase a minimum of 1month of bot time.
     
    4. All members who are involved in the contest will then reply to a thread on may 1st to alert the staff to count their referals. This thread will be locked until may 1st to avoid spamming.
     
    4a. You dont need to track who you referred to us, you can if you like, but all you need to do is reply to the thread saying, I would like to be counted for the lifetime contest, count my referrals, just so we dont need to view every member of the forum individually. If you do not post in this forum on May1st, you will not be entered into the contest, Winners are to be picked starting May 2nd.
     
    5. The member who has the most referals will be declared the winner and receive the prize as described in rule 2-2a.
     
    5a. If the number of referrals required to be entered into the contest is changed it will be made known to the entire community on or before April 15th, and again on the 23rd, depending on how popular the contest is.
     
    6. All users participating will also receive a 50% commission on all referred subscriptions for the month payable in store credit to mmorobot. 6a. Commissions are to be payed to the user in MMORobot Store Credits and are nontransferable unless otherwise approved by Staff and/or Droidz personally.
     
    7. Any and all rules subject to change by any Staff member of MMORobot at any time.
  15. Like
    Droidz got a reaction from Ohren in Enhancement Shaman weapon buff condition   
    Hi,
     
    For totem ( http://www.wowwiki.com/API_GetTotemInfo ) you need to use lua code:

    haveTotem, totemName, startTime, duration = GetTotemInfo(1)   if (haveTotem) then     retV = "1" else    retV = "0" end  
    For enchant weapon ( http://www.wowpedia.org/API_GetWeaponEnchantInfo ):
     

    hasMainHandEnchant, mainHandExpiration, mainHandCharges, hasOffHandEnchant, offHandExpiration, offHandCharges, hasThrownEnchant, thrownExpiration, thrownCharges = GetWeaponEnchantInfo()   if (hasMainHandEnchant) then     retV = "1" else    retV = "0" end
  16. Like
    Droidz got a reaction from frotted in Request - battlegrounder profiles update   
    Profiles is not required, battleground bot works without profile and it is more random (you can also use free mode (in product settings) for full random mode).
     
    For remove profile go to "wrobot/profiles/battlegrounder" and remove it.
  17. Like
    Droidz reacted to Shadow in (Contest) FREE LIFETIME SUBSCRIPTION (ENDS TODAY!!!!)   
    Starting tomorrow, April 1st 2013, we here at MMORobot will be giving away one Lifetime Subscription Upgrade to any current user of WRobot. This contest is based entirely around referrals. For every you refer to our community that subscribes to a minimum of one month of bot time, you will receive credit for the referral. The user with the most referrals (with a minimum of 20) on May 1st will have one of their existing licenses changed to a Lifetime subscription. If you have multiple licenses now, only one will be converted, and the one expiring sooner will receive the extension.
     
         We remind all users that one license = one product = one IP.
     
         Users will also receive a commission on referral accounts, for every 1EUR spent you will receive 50% in store credit to MMORobot. So if you refer a user to MMORobot, and they purchase the 24.00 EUR yearly subscription to WRobot, you will receive 12.00EUR (store credit only) In order to refer a member they must sign up under a referal link provided by yourself, you can login to your client area and view your specialized links here. http://wrobot.eu/index.php?app=nexus&module=clients&section=referrals#
     
         Contest set to end April 30th, 2013 Full rules to follow,
     
    ~Regards,
    ~~Shadow
     
    !!!NEWS!!! Make sure to give your referral coupon code APRILREFERAL(expires 30 april) they will receive 8% off of their purchase if referred by another member !!!NEWS!!!
  18. Like
    Droidz reacted to Ohren in AOE in fight class   
    I tried it out with the blood DK fight class I'm working on, works perfect. Thank you.
  19. Like
    Droidz reacted to Ohren in My wife's arcane rotation   
    My wife is out of state, visiting with her family for the week, and when they are at work, she's been playing around with WRobot on my (her's 95% of the time) mage. She sent me her fight class since Nether Tempest wasn't working, and told me not to upload it since people would make fun of her, so here it is. xP
     
    Also, she is at the screen 100% of the time, just uses it as a rotation. She stacks full mastery so this shouldn't leave 100% mana... like ever. I was going to include a copy of the email, but it was already deleted. So, if you have an arcane mage, try this rotation out and post here your thoughts. :P
    arcane.xml
  20. Like
    Droidz got a reaction from Ohren in Upgrade User Interface [request]   
    This possibility is added, in WRobot folder launch "Fight Class Editor"
  21. Like
    Droidz got a reaction from da8ball in Noob here, basic selling information to NPC   
    Start grinder bot (where you select you profile), click on "Create Profile" button, in new window click on button "Load", select your profile (1-60 ally), targeting npc repair in game, at the bottom of the window click on "None" and select "Repair", click on button "Add target to npc list". Save profile and launch grinder bot.
  22. Like
    Droidz got a reaction from Ohren in Check if you're behind the target   
    Hi,
     
    Wait the next wrobot update and try with this condition: 
  23. Like
    Droidz reacted to Shadow in Shadow's WRobot Installer **4/03/13**   
    Minor update to the installer today 3-20-13
  24. Like
    Droidz reacted to creativextent in WRobot 1.0.2 Expanded Release Notes   
    These are the simplified Release notes for the bot

    I will keep updating this post with the most current as i can
     
    1. Party bot, and Wrotation are now 100% FREE for use!!!  Use a trial key and you get no time limit for this product!
     
    2. Added pet buff conditions for fight classes and added the Spell settings for the option "For Friends" for the party bot, so it can heal you :)
     
     
     
    Thank you for reading, i will update when more comes out! 
  25. Like
    Droidz reacted to Playingnaked in No Time To Heal / Legendary Pet Brawler And More.   
    Hello everyone, I hope this isn't  a re post but I couldn't find anything regarding it. Just re-posting this from a thread i posted on ownedcore here.

    There is a very easy way for getting these achievements and it doesn't involve you fleeing from opponents, you cannot seem to beat with no dead pet.

    Just have a friend help you or a 2nd account ( like me ). Both of you make a team of 3 pets at approximately the same level range (I did it with level 1 pets).
    If you can talk to your friend through skype/ventrilo/mumble/teamspeak/real life, then it would make it a lot easier for you.

    Now, here is the trick. You both sign up for a random battle at the same time (make a countdown for it).
    Then make sure the battle notification shows up on your screens on the same time.
    - If it works, you will be battling your friend!

    I personally tried this last night (during the night literally. In hope of increasing our odds for meeting each other). All 5/5 times, I managed to face my self.

    A few things to note though!
    - When you battle someone through the random opponent tool (the "Find Battle" bottom). Your opponent will take on a random appearance. So don't be scared that you ended up in battle with a random. Just communicate with your friend and ask him/her which pets (s)he used and tell him/her which you used.
    - If it didn't work one of the 5 times, then you can always forfeit.

    - Time To Heal
    - Cat Fight Pet Brawler
    - Experienced Pet Brawler  
    - Master Pet Brawler
    - Grand Master Pet Brawler
    - Legendary Pet Brawler
    - Take'Em All On
    - On a Roll
    - Win Streak

    This method works for all achievements above.
    Here's another tip - Use level 1 pets and when your fighting each other hit your friends pet once before he forfeits so that you don't gain exp for the whole team but for the only one that you hit his pet with.

    PS: This is also a good way for leveling. ( a lvl1 pet will instantly get Lvl3 after battle, if player forfeits without you hitting his pet all pets will gain a level from 1 to 2 )

    Enjoy. ;)
×
×
  • Create New...