Skip to content

Instantly share code, notes, and snippets.

@Siarkowy
Last active August 29, 2015 13:57
Show Gist options
  • Save Siarkowy/9455423 to your computer and use it in GitHub Desktop.
Save Siarkowy/9455423 to your computer and use it in GitHub Desktop.
Kasai (Cascading AI Script) example, Arcatraz Sentinel
npc 20869 Arcatraz Sentinel
{
timerooc 0.5s 0.5s {
normal { cast 36716 self interrupt|triggered setphase 1 }
heroic { cast 38828 self interrupt|triggered setphase 1 }
}
aggro {
normal { setentry 4 }
heroic { setentry 5 }
}
repeatable timer 5s 10s 10s 15s { threatallpct -100 }
health 12 { setphase 0 setflag nonattackable }
# phase 2
notphase 1 repeatable timer 0 0 8s 8s {
normal { cast 36719 self triggered }
heroic { cast 38830 self triggered }
}
evade { setphase 1 removeflag nonattackable }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment