Discordance 80-120 by 大向

Description: This skill requires:

- a target in a location where it can't just run up to you and smack you in the face. I'm using 21 boats, and my target is a Cu Sidhe. I'd recommend boxing something inside your house.

- enough magery to cast greater heal and invisibility without fizzling

- enough regs to cast Invis on yourself and Greater Heal on the target.

Make sure to not have "Query before performing beneficial acts on Murderers, Criminals..." active; this option can be turned off under "Combat-Spells" in the client options.

Note that you will flag grey after healing your target, so you might get yourself killed if you're doing this outside your house.

You can set the target skill in line 6, by default it's set to 100.

if not varexist disco overhead "What do you want to discord?" @setvar! disco endif while skill "Discordance" < 100 if findtype "lute" backpack as item dclick item wait 200 elseif findtype "standing harp" backpack as item dclick item wait 200 elseif findtype "lap harp" backpack as item dclick item wait 200 elseif findtype "drum" backpack as item dclick item wait 200 elseif findtype "tambourine" backpack as item dclick item wait 200 endif if insysmsg "No one matching" overhead "Your target doesn't exist (anomore?)" 34 else useskill "Discordance" wait 500 if insysmsg "What instrument shall you play?" if findtype "lute" backpack as item target item elseif findtype "standing harp" backpack as item target item elseif findtype "lap harp" backpack as item target item elseif findtype "drum" backpack as item target item elseif findtype "tambourine" backpack as item target item endif wait 500 endif target disco wait 250 if insysmsg "already in discord" cast 'Invisibility' wait 2500 target self endif wait 25000 cast 'greater heal' wait 2500 target disco endif endwhile

Back to "discordance" skill