ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: gimlet on August 12, 2011, 09:56:07 AM
-
I am looking for a snippet or sub that will yell out guards when he is attacked. Anyone have one?
If not - what is the best way to determine if you are being attacked?
-
Hmm.... Probably Just a check for
if #hits < #maxhits || Attacking in #Sysmessage ?? Could do a scan journal, but would have to rule out : to make sure another player wasn't saying it....
Wait.... Guard whacking Script!!!!... BAH!
-
; Open status bar before running
if #hits < #maxhits || Attacking in #Sysmessage
{
msg Guards im a pussy and need help $
wait 10
msg Guards really I carnt fight my way out of a paper bag, wack this guy please $
wait 100
}
-
Well - it's true - can't fight my way out of a paper bag - but these are big demon type spiders and when i'm mining or jacking they kill me.
Now it sure would be nice if it was an option in Overseer!
-
Well - it's true - can't fight my way out of a paper bag - but these are big demon type spiders and when i'm mining or jacking they kill me.
Now it sure would be nice if it was an option in Overseer!
LOL it could be it could be.... would need a table of town grid references to determine if in a town.. no use calling guards if out in the boonies..