PDA

View Full Version : raise script



Vusit
08-26-2015, 07:29 PM
trying to write a raise script for my little cleric, does this look right?

Put prep 308
put Cast 308 at %1
pause 15
Put prep 318
Put cast 318 at %1

elcidcannon
08-26-2015, 07:32 PM
you might need "wait 15" instead of "pause 15" (or it might do the same thing, I dunno)

I'd also make it 16 or 17 seconds as sometimes the script timer and game timer don't exactly match up.

Vusit
08-26-2015, 09:46 PM
Awesome thanks

elcidcannon
08-26-2015, 09:58 PM
you also might not the the full "cast 308/318 at %1"

You could survive with just "cast %1"