Quote Originally Posted by 'sedory',index.php?page=Thread&postID=135656#post1 35656
because it doesn't take conditionals on each spell, just each param set.

/castrandom [oonditional 1] spell1, spell2, spell3; [contitional 2] spell4, spell5, spell6

the parameters 'sets' are seperated by the semi-colon and the conditionals have to be at the beginning of a parameter 'set'. In the above case, if conditional 1 is true, then cast randomly from spells 1/2/3, else if conditional2 is true then cast randomly from spells 4/5/6

same for castsequence...

/castsequence [oonditional 1] reset=[time/condition] spell1, spell2, spell3; [contitional 2] reset=[time/condition] spell4, spell5, spell6

In the above case, if conditional 1 is true, then cast sequence from spells 1/2/3 untill time/condition is exceeded or true, else if conditional2 is true then cast in sequence spells 4/5/6 untill time/condition is exceeded or true
These seemed like a very eloquent solution to my problem, but like the other suggestion, it doesn't let you throw the [help] spell until the target enemy is dead. I want to be able to throw the heals mid-fight, and it seems that two seperate /castrandoms with multi-commas is the only solution (thus far anyway...)

Quote Originally Posted by 'thinus',index.php?page=Thread&postID=136576#post1 36576
Erm...why use /castrandom? Do you just spam your DPS button? What if you get the shocks 3 or 4 times in a row, it will only go off once? Seems a bit too unreliable for me to be comfortable with.


The attempt here is for my backup toon to be able to throw some heals along with the DPS... The commas and multiple spells give enough room that I don't get too many "spell not ready" messages, and besides, I am spamming it anyway, so it will get em eventually

Quote Originally Posted by 'sedory',index.php?page=Thread&postID=135561#post1 35561
you're solution is likely the only way to go. The first [] condition returns true while the enemy is alive so it would only do that till it died. I'm one less to rely on RNG..
But when living dangerously, RNG is the only way to go!!! ^^