Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 06-25-2005, 02:36 PM   #1 (permalink)
 
Join Date: Jun 2005
Location: Rome
Age: 19
Posts: 90
Send a message via ICQ to Diablo Send a message via MSN to Diablo
Exclamation How i can write in the guild's chat?

How i can write in the guild's chat?
Diablo is offline   Reply With Quote
Old 06-25-2005, 02:41 PM   #2 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by Diablo
How i can write in the guild's chat?

Start by making an emote command.

After you do that loop through a character guilds arraylist of Mobiles. Send the command to these Mobiles and you have a Guild Chat.
Phantom is offline   Reply With Quote
Old 06-26-2005, 04:25 PM   #3 (permalink)
 
Join Date: Jun 2005
Location: Rome
Age: 19
Posts: 90
Send a message via ICQ to Diablo Send a message via MSN to Diablo
Default

Quote:
Originally Posted by Phantom
Start by making an emote command.

After you do that loop through a character guilds arraylist of Mobiles. Send the command to these Mobiles and you have a Guild Chat.
I cannot understand.....can you tell me this more simply?I'am italian.....
Diablo is offline   Reply With Quote
Old 06-26-2005, 04:52 PM   #4 (permalink)
Forum Expert
 
Ohms_Law's Avatar
 
Join Date: Sep 2004
Age: 37
Posts: 1,006
Default

can't really be said any simpler than that.
pick a key to be guild chat. write a handler to make that key send the messages. foreach through mobiles, looking for playermobiles. each playermobile you find, see if their guild is the same as the senders. if it is, send them the message.

exactly what phantom already said.
Ohms_Law is offline   Reply With Quote
Old 06-26-2005, 07:03 PM   #5 (permalink)
 
Join Date: Jun 2005
Location: Rome
Age: 19
Posts: 90
Send a message via ICQ to Diablo Send a message via MSN to Diablo
Default

Quote:
Originally Posted by Ohms_Law
can't really be said any simpler than that.
pick a key to be guild chat. write a handler to make that key send the messages. foreach through mobiles, looking for playermobiles. each playermobile you find, see if their guild is the same as the senders. if it is, send them the message.

exactly what phantom already said.
But what is teh exactly key that i must imput to talk with my guild mates?
Diablo is offline   Reply With Quote
Old 06-26-2005, 07:32 PM   #6 (permalink)
Forum Expert
 
Tannis's Avatar
 
Join Date: Feb 2004
Age: 27
Posts: 2,047
Default

You could wait until the next RunUO release (don't ask when, no one knows) and I'm sure it will be implemented then. Or you could try getting the Knives' Chat system in the Script submissions section. This allows all players on the shard to chat publicly, to PM each other, to guild chat, and to faction chat.
Tannis is offline   Reply With Quote
Old 06-26-2005, 08:44 PM   #7 (permalink)
Forum Expert
 
Ohms_Law's Avatar
 
Join Date: Sep 2004
Age: 37
Posts: 1,006
Default

What Tannis suggested is probably what you'll need to do, but to answer your question directly, the key you enter is the one that you write the script to handle. if you wish to match OSI, write the script to handle "/" (if I remember correctly)
Ohms_Law is offline   Reply With Quote
Old 06-26-2005, 10:57 PM   #8 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by Diablo
But what is teh exactly key that i must imput to talk with my guild mates?
You have to write the command. so it would be a Player command.

This isn't the Guild Chat feature that OSI added, this is a custom command.

I told you the simple way to do what you want, so do it.
Phantom is offline   Reply With Quote
Old 06-27-2005, 05:01 PM   #9 (permalink)
 
Join Date: Jun 2005
Location: Rome
Age: 19
Posts: 90
Send a message via ICQ to Diablo Send a message via MSN to Diablo
Default

Quote:
Originally Posted by Phantom
You have to write the command. so it would be a Player command.

This isn't the Guild Chat feature that OSI added, this is a custom command.

I told you the simple way to do what you want, so do it.
What command?
Diablo is offline   Reply With Quote
Old 06-27-2005, 09:41 PM   #10 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by Diablo
What command?
What part of my posts are you talking about?

You have to write this function, whats there not to understand?
Phantom is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5