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.

Serious mistake bot - does not treat members of the party

Featured Replies

Please tell me the correct sample code for vanilla . ln Lich King on Draenor,  and I used this .

    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>TargetHealthPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>Smaller</Type>
            <Value>85</Value>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>Buff</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>Renew</Name>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>TargetDistance</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>Smaller</Type>
            <Value>30</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Renew</SpellName>
      <Priority>32</Priority>
      <IsBuff>true</IsBuff>
      <AddToSettings>true</AddToSettings>
      <AddToSettingsActiveByDefault>true</AddToSettingsActiveByDefault>
      <AddToSettingsName>Renew Party 1 </AddToSettingsName>
      <TargetFriends>true</TargetFriends>
      <DescriptionSpell>Renew Party 1 </DescriptionSpell>
      <CastOn>party1</CastOn>
    </FightClassSpell>

  The use of this code - the character heals himself and not the attacked member of the party

<CastOn>target</CastOn> and  <CastOn>none</CastOn> also do not work.

 

Try to switch setting "For friends (party)", maybe will help

Edit: i see you did it.

So, this setting not help, and you have to write some C# code 

  • Author
3 hours ago, headcrab said:

Try to switch setting "For friends (party)", maybe will help

This is ?

<TargetFriends>true</TargetFriends>

Strangely what in all other add-ons of WoW stated above a fragment of a code works correctly.
Means. There is no mistake in a code. And matter in the changed handler of a code. That is the Developer that I have brought that. Or what that I haven't completed in the bot.

2 hours ago, headcrab said:

You can try LUA spell like this:


CastSpellByName("Renew","target")

it is convinced that it won't work. Because in a target at a bot the Enemy. But the bot sees a condition of the member of a party.
And as soon as the conditions of application of a spell coincide... The bot applies a spell.
Question.
Where will a TREATMENT spell if in a target the ENEMY?
Answer.
In that who applies a spell. That is in. Not in the member of a party.

  • Author

Matenia thx

Now i use this solution ( Droidz (c)

  1.  remove lua condition 
  2. replace "NAME_CAST" by "TRY LUA SCRIPT"
<SpellName>ClearTarget(); TargetUnit("party1");  CastSpellByName("Обновление"); TargetLastEnemy();</SpellName>

1. remove lua condition 

2. replace "NAME_CAST" by "TRY LUA SCRIPT"

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.