The script below will add more realistic features to the awsome spiders in the Ralfys spider pack 1st no more getting pushed through walls, 2nd spiders only bite when they get right up to you and they go into a pulsing animation instead of walking, 3rd after you run away a certain distance they stop chasing you and go back to waiting for your return instead of constantly walking......no offense intended on the original script this is my first attempt at any scripting though I have tested it for many hours before posting with perfect results everytime, if you find any bugs please let me know......Mass props to everybody who had anything to do with the Ralfys Spider pack and thanks again for the spiders they scare the hell out of everybody....lol
desc = Spider is calm then within range chace/attacks then backs off and
calms back down after you get a certain distance away
also can only bite when it is right up on top of you
;Triggers
:state=0,plrdistwithin=250:state=1
:state=1,plrdistfurther=90:rotatetoplr,movefore=10,animate=1
:state=1,plrdistfurther=250:animate=0,state=0
:state=1,plrdistwithin=90,rateoffire:rotatetoplr,state=2
:state=2,framebeyond=8 60,plrdistwithin=90:animate=0,plraddhealth=-10,sound=audiobank\misc\bite.wav,state=3
:state=2:incframe=8,rotatetoplr
:state=2,frameatend=8:state=1
:state=3:incframe=8
:state=3,frameatend=8:state=1
Wayne Davis Band