From 212ad394110be4ba41808ac021e928476407724d Mon Sep 17 00:00:00 2001 From: aardwolf-lunk Date: Wed, 22 Mar 2017 00:06:27 +0000 Subject: [PATCH] added area attack spell functionality --- Attack_Spell_Manager.xml | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/Attack_Spell_Manager.xml b/Attack_Spell_Manager.xml index 72ce76b..0c4133d 100644 --- a/Attack_Spell_Manager.xml +++ b/Attack_Spell_Manager.xml @@ -15,15 +15,19 @@ save_state="y" date_written="2017-03-18 06:04:52" requires="4.98" - version="1.0" + version="1.1" > displays this help as * ---> sets attack spell to * +ae * ---> sets attack spell to * as ---> displays attack spell +ae ---> displays area attack spell cs * ---> casts attack spell on mob * cs ---> casts attack spell +ce ---> casts area attack spell + ]]> @@ -82,6 +86,33 @@ ColourNote ("red", "blue", "Attack Spell set to : %1") enabled="y" > + + SetVariable ("area_attack_spell", "%1") +ColourNote ("red", "blue", "Area Attack Spell set to : %1") + + + c '@area_attack_spell' + + + ColourNote ("red", "blue", "Area Attack Spell : @area_attack_spell") + +