
Originally Posted by
mochiforever
char won't attack any dragon / hachlings.. just kept going the round and back to beginning and forth.
did redownload the script after deleting all profile file or setting. still won't attack.
nvm I found out that it wait till there's more than 4 that it start attack
same with dragon in darashia
That's impossible with my targeting settings:
Code:
<panel name="Targeting">
<control name="TargetingList">
<item type="Dragon Lord" chs="0" max="10" min="0" prio="6" prox="7" count="1"/>
<item type="Dragon" chs="0" max="20" min="0" prio="5" prox="7" count="1"/>
<item type="Dragon Lord Hatchling" chs="1" max="100" min="0" prio="4" prox="7" count="1"/>
<item type="Dragon Hatchling" chs="1" max="100" min="0" prio="3" prox="7" count="1"/>
<item type="Dragon Lord" chs="1" max="100" min="10" prio="2" prox="7" count="1"/>
<item type="Dragon" chs="1" max="100" min="20" prio="1" prox="7" count="1"/>
<item type="*" chs="0" max="100" min="0" prio="10" prox="7" count="1"/>
</control>
</panel>
None of the above targeting rules have count="4", they're all set to count="1", so just seeing a dragon should be enough to target it.