Jump to content

Recommended Posts

16 hours ago, testender said:

Also er rennt wie ein richtiger Bot im BG rum ohne aufsicht und selbst damit wird er sehr bald deteced sein. Spells tut er auch keine einsetzen. richtig enttäuschend ....

Jemand der mal gebottet hat erkennt so gut wie jeden bot ;) es gibt dinge die kann man einfach nicht "menschlich" erscheinen lassen. Was das angreifen betrifft, das ist alles eine Sache der Einstellungen.

Link to comment
https://wrobot.eu/forums/topic/3223-fight-class-editor-tbc/#findComment-14801
Share on other sites

Aber leider erkennen auch nicht botter den Bot sofort, wenn er so rumläuft.

hier mal meine Datei vielleicht könnt ihr mir weiter helfen sodass er wenigstens ab und zu heilt :)

<?xml version="1.0" encoding="utf-16"?>
<FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <FightClassGeneralSettings>
    <FightClassName>Fight config name</FightClassName>
    <FramePerSecond>25</FramePerSecond>
  </FightClassGeneralSettings>
  <FightClassSpells>
    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>TargetHealthPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>SmallerOrEqual</Type>
            <Value>70</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Flash of Light</SpellName>
      <Priority>2</Priority>
      <CombatOnly>false</CombatOnly>
      <CheckIfKnow>false</CheckIfKnow>
      <AddToSettings>true</AddToSettings>
      <AddToSettingsActiveByDefault>true</AddToSettingsActiveByDefault>
      <TargetFriends>true</TargetFriends>
      <CastOnSelf>true</CastOnSelf>
      <CastOn>player</CastOn>
    </FightClassSpell>
    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>TargetHealthPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>SmallerOrEqual</Type>
            <Value>30</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Holy Light</SpellName>
      <Priority>1</Priority>
      <TargetFriends>true</TargetFriends>
    </FightClassSpell>
  </FightClassSpells>
</FightClass>

 

MFG

Link to comment
https://wrobot.eu/forums/topic/3223-fight-class-editor-tbc/#findComment-14811
Share on other sites

13 minutes ago, testender said:

Aber leider erkennen auch nicht botter den Bot sofort, wenn er so rumläuft.

hier mal meine Datei vielleicht könnt ihr mir weiter helfen sodass er wenigstens ab und zu heilt :)


<?xml version="1.0" encoding="utf-16"?>
<FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <FightClassGeneralSettings>
    <FightClassName>Fight config name</FightClassName>
    <FramePerSecond>25</FramePerSecond>
  </FightClassGeneralSettings>
  <FightClassSpells>
    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>TargetHealthPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>SmallerOrEqual</Type>
            <Value>70</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Flash of Light</SpellName>
      <Priority>2</Priority>
      <CombatOnly>false</CombatOnly>
      <CheckIfKnow>false</CheckIfKnow>
      <AddToSettings>true</AddToSettings>
      <AddToSettingsActiveByDefault>true</AddToSettingsActiveByDefault>
      <TargetFriends>true</TargetFriends>
      <CastOnSelf>true</CastOnSelf>
      <CastOn>player</CastOn>
    </FightClassSpell>
    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>TargetHealthPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>SmallerOrEqual</Type>
            <Value>30</Value>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Holy Light</SpellName>
      <Priority>1</Priority>
      <TargetFriends>true</TargetFriends>
    </FightClassSpell>
  </FightClassSpells>
</FightClass>

MFG

Ähm, diese FightClass kann nicht funktionieren...

Um in Battlegrounds ( Raids ) mit dem Bot heilen zu können, musst du eine complexe FightClass in C# schreiben.

Xml reicht für sowas einfach nicht aus, aber für 5 Personen Gruppen kannst du auch eine xml FightClass nutzen.

Hier ist ein Beispiel für eine complexe C# Healer FightClass: http://wrobot.eu/files/file/611-druid-healer-aio/

Und hier ist noch eine simple xml FightClass für wod: http://wrobot.eu/files/file/569-holy-paladin/

Link to comment
https://wrobot.eu/forums/topic/3223-fight-class-editor-tbc/#findComment-14812
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...