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.

PIR Enhancment shaman V 0.4 1.0.0

(0 reviews)

This is a profile i have tried working on, i find it to work quite well, let me know and if u have any tips on changing it i would like so feed back, thanks

 

PIR

What's New in Version 1.0.0

Released

here is  a new one, with use of ghost wolf and nice rotation hope it works for you

User Feedback

Recommended Comments

Runaro

Members

I'm not playing on retail atm. but how should some spells work if they look like this in your FightClass?

    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>HealthPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>Smaller</Type>
            <Value>85</Value>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>Buff</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>Healing surge</Name>
            <Need>true</Need>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Healing Surge</SpellName>
      <Priority>19</Priority>
    </FightClassSpell>

That means, the bot only casts "Healing Surge", if the buff "Healing Surge" exist on your character, but "Healing Surge" isn't a buff..

Here how it should look like:

    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>HealthPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>SmallerOrEqual</Type>
            <Value>85</Value>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>ManaPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>BiggerOrEqual</Type>
            <Value>20</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Healing Surge</SpellName>
      <Priority>19</Priority>
      <CombatOnly>false</CombatOnly>
      <LockFrame>false</LockFrame>
    </FightClassSpell>

You could also add a timer, change the priority and add some more conditions to it.

PIR

Members

im not sure haha, ill have a look later on, but it works lol, so if hp goes smaller than 85 the bot will heal, dont know what ive done but its worked for me.

 

like i said ill change it later to what u have said and see what happens, thanks for the feed back, this is my first ever fight class so im still learning :)

Runaro

Members

1 hour ago, PIR said:

im not sure haha, ill have a look later on, but it works lol, so if hp goes smaller than 85 the bot will heal, dont know what ive done but its worked for me.

 

like i said ill change it later to what u have said and see what happens, thanks for the feed back, this is my first ever fight class so im still learning :)

It works, cuz you have "Healing Surge" a second time in your FightClass, where the needed buff condition isn't added.

Just the first "Healing Surge" won't work, which is at the current highest priority 19.

Create an account or sign in to comment

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.