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.

Soul Fragments

User Feedback

Recommended Comments

superkillen

Members

yeah his code look like this: 

<FightClassSpell>
      <FightClassConditions />
      <SpellName>Spirit Bomb</SpellName>
      <Priority>23</Priority>
      <DescriptionSpell>#Vengeance Talent</DescriptionSpell>
    </FightClassSpell>
 

bot keeps spaming it when he doesn't have any soul fragments, what I need is a way to track the soul fragments stack, so he doesn't spam it even if it's just 1 soul fragment cuz that would be a waste of GCD.

so what I am asking is, how to track the buff stack Soul Fragments if the bot can't track it?

 

ok so this did the half trick 
<FightClassCondition>
          <ContionType>CSharpCode</ContionType>
          <Param xsi:type="FightClassConditionString">
            <Value>ObjectManager.Me.HaveBuff(203981)</Value>
          </Param>
        </FightClassCondition>

how can I make it track the stacks of that buff? I want my bot to only do Spirit Bomb if he got 4 or more Soul fragments out... Buff Stack can't track Soul Fragments buff for some reason.

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.