Thread Tools Display Modes
02-16-07, 07:58 PM   #1
Zurom
A Kobold Labourer
Join Date: Feb 2007
Posts: 1
Just a simple addon (Need Help)

Hi,

I'm just looking to make an extremely simple and straight-forward addon.

All I'd like to do is when WoW loads, I just want the player to say an automatic message in guild chat. Any suggestions that'd help?

Please/Thanks
  Reply With Quote
02-16-07, 10:00 PM   #2
Sepioth
A Molten Giant
AddOn Author - Click to view addons
Join Date: Apr 2005
Posts: 894
Hows THIS addon work for you ??


-EDIT-

Reworded the above ... noticed it looked like a question where i was actually linking a addon posted here

Last edited by Sepioth : 02-17-07 at 12:44 AM.
  Reply With Quote
02-16-07, 11:03 PM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
1. Create a folder within your AddOns folder called "AutoGuildMessage".

2. Create a file within that folder called "AutoGuildMessage.toc" and put this in it:
Code:
## Interface: 20003
## Title: AutoGuildMessage
AutoGuildMessage.lua
3. Create a second file called "AutoGuildMessage.lua" and put this in it:
Code:
SendChatMessage("Your message here", "GUILD")
Note that I'm not at home right now, so I can't test this, but it should work. Let me know if not.

Edit: If you want to be able to change the message from in-game that wouldn't be hard to add...
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Just a simple addon (Need Help)


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off