Originally Posted by
Tracerv0
Come on guys this isn't that hard to figure out. The hardest part is making your on class profile and that isn't even that hard.
Okay, so I figured out buffing from translating the french texts, but how do I go about summoning a pet and casting soul link after the pet is summoned?
My warlock class so far...
It doesn't target mobs and pull them, it just sometimes happens to walk over mobs close enough that they agro, and then it kills it and loots it. Any ideas?
Also, the pet + soul link would be highly appreciated.
Code:
<?xml version="1.0" encoding="utf-8"?>
<Config_Fight xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<FightProfil>
<Profil>
<Range>30</Range>
<Min_Level>1</Min_Level>
<Max_Level>80</Max_Level>
<Type>Mana</Type>
<Spell_Pull>
<Name>Immolate</Name>
<Key>3</Key>
<Range>30</Range>
<Cost>655</Cost>
<Cooldown>0</Cooldown>
<Duration>15</Duration>
<Max_Health>100</Max_Health>
<Max_Health_Target>100</Max_Health_Target>
</Spell_Pull>
<Spells_List>
<Spell>
<Name>Corruption</Name>
<Key>9</Key>
<Range>30</Range>
<Cost>506</Cost>
<Cooldown>0</Cooldown>
<Duration>18</Duration>
<Max_Health>100</Max_Health>
<Max_Health_Target>100</Max_Health_Target>
</Spell>
<Spell>
<Name>Searing Pain</Name>
<Key>5</Key>
<Range>30</Range>
<Cost>308</Cost>
<Cooldown>0</Cooldown>
<Duration>0</Duration>
<Max_Health>100</Max_Health>
<Max_Health_Target>100</Max_Health_Target>
</Spell>
</Spells_List>
<Buffs_List>
<Spell>
<Name>Fel Armor</Name>
<Key>7</Key>
<Cost>1079</Cost>
<Cooldown>1</Cooldown>
<Duration>1800</Duration>
</Spell>
</Buffs_List>
</Profil>
</FightProfil>
</Config_Fight>