|
Post by Ravenclaw on Jul 19, 2013 8:04:35 GMT -8
Made using AssistUO v1.0.0 RC8 Build 09 ( www.runuo.com/products/assistuo) This is a basic heal script that slaps bandages on once it reaches a specified amount of hitpoints. Change the hitpoints to suit your needs. Also change the pause to match your time it takes to use a bandage. //Change Hits to match your hitpoint preference //Change the Pause to match your time to use a bandage if hits < 60 @usetype 0xe21 waitfortarget 500 target! 0x16f64 pause 5500 endif
|
|