ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Nuscheltier on January 14, 2014, 07:08:08 AM
-
Hi there,
Im running three scripts at the same time, one to autotarget, one to loot (Trailmyx's advanced claw looter) and Roadkills healthwatch. The problem is that my char oftne dies because the autolooter somehow inhibits the healthwatcher to put on bandies... Now I wonder is there a possibility to tell easy uo that the healthwatcher is more important than the autolooter?
greetings, Nuscheltier
-
Basically, you can't just have scripts run without knowing about each other and expect that they will somehow not get in each other's way. You need to be able to interract between scripts which will require some scripting on your part in order to get things working the way you want.
For example, call the Healthwatch script or functions before and after looting not during. If your Healthwatch script is basing whether or not it applies a bandaid solely on where your health is at it has no way of knowing you could be looting or targeting at the moment. Sometimes you can just add a call to an external script at the moments in your main script you want it called, other times the external script isn't totally setup for that type of use. I think you're gonna have to do your homework.
I'm sure someone else here will have done this already and have better advice than me.
X
-
Always suggested to try and run them as 1. Several commands in EUO will Interfere with other Scripts running on the same Character. For Instance, Event Property Being used at the same time in 2 scripts will cancel one of them out.