ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: bearman on January 16, 2011, 02:20:08 PM
-
please can someone tell me how I would send a guild and alliance message?
I've tried using msg and \this is a message but it just says it local.
Thanks for all your help.
-
From what I would understand of event macros... No, not at this moment. But do not quote me at that, I am merely a lurker, just now learning about scripting. But if I remember correctly, this issue was brought up in 2005 and according to the documentation, a packet structure for guild/global/alliance/party chat has yet to be implemented.
-
please can someone tell me how I would send a guild and alliance message?
I've tried using msg and \this is a message but it just says it local.
Thanks for all your help.
I just tested this and it worked for guild messages (I don't know the character to start alliance messages, but I assume it would work as well):
msg \test$
halt
it's result was:
[guild][char name]: test
-
please can someone tell me how I would send a guild and alliance message?
I've tried using msg and \this is a message but it just says it local.
Thanks for all your help.
I just tested this and it worked for guild messages (I don't know the character to start alliance messages, but I assume it would work as well):
msg \test$
halt
it's result was:
[guild][char name]: test
Oh! Interesting, I completely ruled out the msg function and just straight to event macros. I stand corrected :)
-
I tried that but I had other stuff going on on the line I'll give it a go. :)
-
it worked thank you for your time.