Is there any way to make it release spirit, walk back to corpse and ressurect if i die?
And how do I make it wait for so and so much hp before new pull?
This is not an HB bug, but CC related, you can turn off Travel form in the Configurations.
Styx.Logic.Combat.WoWSpell Pig = Styx.Logic.Combat.WoWSpell.FromId(86004);
Styx.Logic.Combat.WoWSpell Pig = Styx.Logic.Combat.WoWSpell.FromId(86005);
already done just testing a few thingsRegarding the creation of inks:
Can you add
61979, //Ashen Pigment
with
Code:Styx.Logic.Combat.WoWSpell Pig = Styx.Logic.Combat.WoWSpell.FromId(86004);
and
61980, //Burning Embers
with
Code:Styx.Logic.Combat.WoWSpell Pig = Styx.Logic.Combat.WoWSpell.FromId(86005);
Ty.
Replace 61981 with 61980. 61981 is already the ink and it's made from 61980.
so the same looping happened again last night with a vendor.
attached is the logs (well the part of it that has the looping....entire log was way to big). This happened at light hopes chapel.
<Option Value="useCloth" Set="true" />
<Settings>
<Option Value="useMilling" Set="False" />
<Option Value="useInking" Set="False" />
<Option Value="useProspecting" Set="False" />
<Option Value="useBandages" Set="False" />
<Option Value="useLeather" Set="False" />
<Option Value="useEternals" Set="False" />
<Option Value="useCloth" Set="True" />
</Settings>
<?xml version="1.0" encoding="utf-8"?>
<Settings>
<Option Value="useMilling" Set="False" />
<Option Value="useInking" Set="False" />
<Option Value="useProspecting" Set="False" />
<Option Value="useBandages" Set="False" />
<Option Value="useLeather" Set="False" />
<Option Value="useEternals" Set="False" />
</Settings>