Mystic script

Pluto

Member
Does anyone have an updated mystic script they wouldn't mind sharing? The one on the SVN has typos that were addressed in posts from months ago and really looks like it's still just a quick port from defiler to mystic.

I went through mine and got all the CAs to work and fixed legbite. I was even able to get the debuffs kind of working in the order I wanted them to and pointing to the right spells in the spell list, but I'm totally new to this and it would be great if someone who's been running a mystic for a while had an updated script. If it includes some kind of functionality for the new SF endlines that would be even better.
 

bjcasey

ISX Specialist
Add the following to line 812 of the mystic.iss

Code:
if ${Me.Ability[${SpellType[320]}].IsReady}
			call CastSpellRange 320
Add the following to the mystic.xml spell list

Code:
<Setting name="10,320">Ancestral Channeling</Setting>
This will allow the mystic bot to use ancestral channeling when it calls the group heal routine first, then it will cast the regular group heal afterwards if it is still required.
 
Top Bottom