Author Topic: Sending messages  (Read 3052 times)

0 Members and 1 Guest are viewing this topic.

Offline bearmanTopic starter

  • Jr. Member
  • **
  • Posts: 12
  • Activity:
    0%
  • Reputation Power: 1
  • bearman has no influence.
  • Gender: Female
  • Respect: 0
  • Referrals: 1
    • View Profile
Sending messages
« on: January 16, 2011, 02:20:08 PM »
0
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.

Offline dxrom

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +272
  • Referrals: 1
    • View Profile
Re: Sending messages
« Reply #1 on: January 16, 2011, 02:47:57 PM »
0
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.



 ​_██​_
(ಠ​_ృ)
I do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline Dixie Wrecked

  • Full Member
  • ***
  • Posts: 124
  • Activity:
    0%
  • Reputation Power: 3
  • Dixie Wrecked has no influence.
  • Gender: Male
  • Respect: +61
  • Referrals: 1
    • View Profile
Re: Sending messages
« Reply #2 on: January 16, 2011, 03:10:12 PM »
0
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):
Code: [Select]
msg \test$
halt

it's result was:
[guild][char name]: test
"hmm, theres no examples and directions sticky in new member intros.  you have to admit script library would have been a good place to put it"
- karrde

Offline dxrom

  • Master of the milestones!
  • Elite
  • *
  • *
  • Posts: 1080
  • Activity:
    0%
  • Reputation Power: 15
  • dxrom is working their way up.dxrom is working their way up.dxrom is working their way up.
  • KEYBOARD COWBOY, GREAT SAMURAI OF THE INTERNET.
  • Respect: +272
  • Referrals: 1
    • View Profile
Re: Sending messages
« Reply #3 on: January 16, 2011, 03:43:02 PM »
0
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):
Code: [Select]
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 do say, ol' Chap! Come play EVE Online! Why here is a 21 Day Free Trial!

Offline bearmanTopic starter

  • Jr. Member
  • **
  • Posts: 12
  • Activity:
    0%
  • Reputation Power: 1
  • bearman has no influence.
  • Gender: Female
  • Respect: 0
  • Referrals: 1
    • View Profile
Re: Sending messages
« Reply #4 on: January 16, 2011, 03:52:53 PM »
0
I tried that but I had other stuff going on on the line I'll give it a go.  :)

Offline bearmanTopic starter

  • Jr. Member
  • **
  • Posts: 12
  • Activity:
    0%
  • Reputation Power: 1
  • bearman has no influence.
  • Gender: Female
  • Respect: 0
  • Referrals: 1
    • View Profile
Re: Sending messages
« Reply #5 on: January 16, 2011, 07:29:02 PM »
0
it worked thank you for your time.

Tags: