Post:
Simulationcraft on post-3.1 specs
User:
texhex
Infraction: 6. Do not post unless you have something new and worthwhile to say.
Points: 1
Administrative Note:
Message to User:
|
If you feel the need to thank someone for helping you out, please do so through the Private Message system. Thanks posts contribute nothing to the thread.
|
Original Post:
Originally Posted by Malathar
This probably isn't exactly how it is done, but here's the logic behind it. Before each spell is cast, it runs through a number of ifchecks to determine the course of action. One of these checks is to see if the target is < 35% HP or not. If it fails, then it does the next check, if it succeeds, then it sets itself to weave soulfires.
|
Originally Posted by Althor
That's pretty much exactly how it works yes.
That action list is a priority list. Each entry is checked in order until it find something that is ready to cast and then it casts it and (with a few minor exceptions for some classes) then stops checking the action list until the next time it wants to cast something.
|
Thank you for the clarification on this. Pretty impressive coding.
|