Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Power Leveling Route Syinide 1.0

(3 reviews)

1 Screenshot

So this is a very small profile I made that I use to power level my pets.

I have the profile set up to only fight the Strider pets which are aquatic so it is highly recommended that you use Flying against them or pets that have good self healing abilities so the bot can run for as long as it possibly can.

The LUA code that you absolutely need is:

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 activePetAlly == 1 and not (C_PetBattles.GetHealth(PetEnemy, activePetEnemy) == C_PetBattles.GetMaxHealth(PetEnemy, activePetEnemy) ) then

for i = 1, NUM_BATTLE_PETS_IN_BATTLE do

if C_PetBattles.GetHealth(PetAlly, i) > 0 and not ( i == activePetAlly) then

C_PetBattles.ChangePet(i);

break;

end

end

end

What this does is that it will make the pet that is first in your party swap out after it takes damage.

The pet you want the power level absolutely needs to be in slot 1. And from personal experience I highly highly recommend that you do a few battles yourself to level it up to 7+ so that it is able to take a hit or two if the LUA code bugs out or something.

If there's anything wrong with it just lemme know!

Lemme get some reviews people!

User Feedback

You may only provide a review once you have downloaded the file.

  

Works like a charm! Definitely a better way to level a toon besides grinding, I kid you not, after 3 hours of letting the profile go, my toon went from 97-99.5. LUA code works perfectly. I’ve leveled several pets to 25 in a matter of hours. I think it’s easier if you have a level 22-25 pet already. Amazing job on this profile. 

   0 of 2 members found this review helpful 0 / 2 members

   1 of 2 members found this review helpful 1 / 2 members

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.