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.

Bugreporter

Members
  • Joined

  • Last visited

Solutions

  1. Bugreporter's post in working combat rogue profile was marked as the answer   
    Just uploaded:
  2. Bugreporter's post in how try stealth? was marked as the answer   
    look here (in Fight Class Assistant)
     
    for stealth: 

    for buffs:

    More solutions for rogue you can fnd here:
     

  3. Bugreporter's post in Tricks of the Trade was marked as the answer   
    try TargetLastTarget() instead of TargetUnit("playertarget")
  4. Bugreporter's post in Cannot Get AOE To Work was marked as the answer   
    Here are two of my AoE spells. Maybe it help
    <FightClassSpell> <SpellName>Crimson Tempest</SpellName> <FightClassConditions> <FightClassCondition> <ContionType>ComboPoint</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>Bigger</Type> <Value>4</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>HostileUnitNear</ContionType> <Param xsi:type="FightClassConditionUnitNear"> <Number>4</Number> <Type>Bigger</Type> <Radius>8</Radius> </Param> </FightClassCondition> <FightClassCondition> <ContionType>Buff</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Stealth</Name> </Param> </FightClassCondition> </FightClassConditions> <Priority>34</Priority> <CombatOnly>false</CombatOnly> <CheckIfView>false</CheckIfView> <AddToSettings>true</AddToSettings> <AOESpellMePos>true</AOESpellMePos> <DescriptionSpell>AoE. Used on 4 or more hostile. Disabled in Groups</DescriptionSpell> </FightClassSpell> <FightClassSpell> <SpellName>Blade Flurry</SpellName> <FightClassConditions> <FightClassCondition> <ContionType>Buff</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Blade Flurry</Name> <Need>true</Need> </Param> </FightClassCondition> <FightClassCondition> <ContionType>HostileUnitNear</ContionType> <Param xsi:type="FightClassConditionUnitNear"> <Number>7</Number> <Type>Bigger</Type> <Radius>10</Radius> </Param> </FightClassCondition> <FightClassCondition> <ContionType>IsSpellUsable</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>13877</Name> <Need>true</Need> </Param> </FightClassCondition> </FightClassConditions> <Priority>33</Priority> <CombatOnly>false</CombatOnly> <CheckIfKnowUsableDistance>false</CheckIfKnowUsableDistance> <CheckIfView>false</CheckIfView> <AddToSettings>true</AddToSettings> <DescriptionSpell>AoE. Off if more then 7 hostile. Disabled in Group</DescriptionSpell> </FightClassSpell>
  5. Bugreporter's post in Pooling Energy was marked as the answer   
    wrobot can only do, what you can do in game too (without wait).
     
    But I have another Idea:
     
    Disable all instant spells that costs energy, if Shadow Dance is available. Maybe combined with Combat readiness, Adrenalin Rush, and Shadow Blades (only once a time) you couldt get, what you want.
  6. Bugreporter's post in Durations was marked as the answer   
    start, duration, enabled = GetSpellCooldown(spellName or spellID or slotID, "bookType"); http://www.wowwiki.com/API_GetSpellCooldown
     
    I think you need a lua script to realise that. With start and duration you could check if its time to cast and if CP is 5, but ... if its time to cast AND cp is not 5 and another spell needs less the 5 CP (Slice and dice i.e.), your combo point are gone.
     
    Your cant wait "Oh, only 3 sec, and I only need 2 more CP".

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.