Jump to content

nonstop1005

Elite user
  • Posts

    234
  • Joined

  • Last visited

Everything posted by nonstop1005

  1. 882 downloads

    talents are 2,1,2,1,1,1
  2. is the fight class you are using set up for party members?
  3. easy just use wrotation make a macro /target terropene /cast tame pet activate the macro for every 5-10 secs thats hom i got tlpd
  4. Version 1

    557 downloads

    tested extensively
  5. can you modify this a bit? would like to see it behave like the bg profiles so it attacks and such
  6. ok, since the hotfix there is a deserter debuff change the timer on it (very simple) changed mine to 250 if the other group shows up my toons fight :)
  7. daily quests are not an allinone
  8. you could try my guardian druid fightclass i have here
  9. http://wrobot.eu/index.php?app=nexus&module=clients&section=purchases
  10. not sure why he would put the game in is downloads folder??? and if he can play the game without using the bot, redownloading it is just going to screw up all of his settings
  11. or, you could go thru each spell and add the condition, is spell usable
  12. you can get alot of the paid addons if you google them with torrent, example zygor torrent will get you to thepiratebey.org with the download
  13. check in here http://wrobot.eu/files/category/13-mage/ i have not built my own mage one yet but i am sure there are some good ones here
  14. there is a place in the advanced settings for this in the harvest looting tab
  15. best way is to start at a spawn spot, use wrotation, macro /target time /cast instant spell i know this works, as i have it on 2 accounts
  16. being a bear tank myself, i just use it on cd. not sure what ya wanna get out of it but thats what i do
  17. if you go to the pet battle product settings, pet battle pvp is at the bottom be sure to check all of the settings scroll down and i dont think you can use outside healing in a pet battle
  18. local minHealthPercent = 50; local PetAlly = 1; local PetEnemy = 2; local activePetEnemy = C_PetBattles.GetActivePet(PetEnemy); local typePetEnemy = C_PetBattles.GetPetType(PetEnemy, activePetEnemy); local activePetAlly = C_PetBattles.GetActivePet(PetAlly); local typePetAlly = C_PetBattles.GetPetType(PetAlly, activePetAlly); if C_PetBattles.GetHealth(PetAlly, activePetAlly) * 100 / C_PetBattles.GetMaxHealth(PetAlly, activePetAlly) <= minHealthPercent then for i = 1, NUM_BATTLE_PETS_IN_BATTLE do if C_PetBattles.GetHealth(PetAlly, i) * 100 / C_PetBattles.GetMaxHealth(PetAlly, i) > minHealthPercent and not (i == activePetAlly) then C_PetBattles.ChangePet(i); break; end end end put this in the top box in your pet battle product settings, the rest of what you want is in there
  19. well i know the fella that is over it is very much on top of any issues, updates fast with wow patch not to mention the fact that the uses are endless
  20. bg's are very sketchy, i would not recommend using them as a lvling option there are other profiles and options for that
  21. ok when i use the pause when player near, with the plug-in activated, he still jumps around
×
×
  • Create New...