Thread Tools Display Modes
11-05-13, 05:15 PM   #41
morpheusxeno
A Flamescale Wyrmkin
 
morpheusxeno's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 126
I just wanted to say thanks. I appreciate the help and work that you have done with this wow mod. Thank you Phanx.

The mod essentially does everything that I needed it to do. I was curious if you would like to add one more thing.

If you could make it look nice and clean now in the chat - For example

User sending command types /runto devoutlight /dance
In chat after typing the command says (with colors)

Sent command [XXXXXXXXX] to User [XXXXXXXX]

And for the player receiving the command

Command [XXXXXXXXX] Recieved by [XXXXXX]
__________________
My mother-in-law fell down a wishing well. I was amazed; I never knew they worked...

Last edited by morpheusxeno : 11-05-13 at 05:22 PM.
  Reply With Quote
11-05-13, 05:40 PM   #42
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
http://pastebin.com/KwgPky7x

Added the colors as requested, and removed the other debugging messages.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
11-06-13, 09:57 PM   #43
morpheusxeno
A Flamescale Wyrmkin
 
morpheusxeno's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 126
The new Addon updates are preventing me from hitting enter.

Cannot send the command.
__________________
My mother-in-law fell down a wishing well. I was amazed; I never knew they worked...

Last edited by morpheusxeno : 11-07-13 at 09:35 PM.
  Reply With Quote
11-09-13, 04:09 AM   #44
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
If you can't hit Enter, there is a Lua error occurring. Make sure you have BugSack or Swatter (not both) installed and enabled, then post the error here.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
11-09-13, 06:31 PM   #45
morpheusxeno
A Flamescale Wyrmkin
 
morpheusxeno's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 126
Message: Interface\AddOns\BowlOfDicks\code.lua:73: bad argument #5 to 'format' (string expected, got nil)
Time: 11/09/13 17:29:39
Count: 4
Stack: [C]: ?
[C]: in function `format'
Interface\AddOns\DevoutsRemote\code.lua:73: in function `?'
Interface\FrameXML\ChatFrame.lua:4316: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:3962: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:4008: in function <Interface\FrameXML\ChatFrame.lua:3997>
[C]: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>

Locals:
__________________
My mother-in-law fell down a wishing well. I was amazed; I never knew they worked...
  Reply With Quote
11-09-13, 11:55 PM   #46
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
http://pastebin.com/55h9cJEt

Based on your error message, it looks like you have put this code into two separate addons. To avoid problems, take it out of one or the other, and preferrably just keep it in its own addon (rather than adding it to another, existing addon).
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
11-12-13, 07:31 AM   #47
morpheusxeno
A Flamescale Wyrmkin
 
morpheusxeno's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 126
There is only one addon.

Disabled all other addons just to test. Still doesn't work.
__________________
My mother-in-law fell down a wishing well. I was amazed; I never knew they worked...

Last edited by morpheusxeno : 11-12-13 at 07:34 AM.
  Reply With Quote
11-14-13, 12:03 AM   #48
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
1. Are you using the code I gave you in my last post, or are you still using the previous version? If you're using the previous version, update to the code from my last post.

2. Which addon name belongs to the addon you're putting the code I'm giving you in?

3. Is there any other code in the file with the code I'm giving you? If so, get rid of it; otherwise it's impossible for me to know which line in my code corresponds to the line number in the error message, and I just have to scan over the entire code looking for possible errors, which is time consuming for no reason.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
11-16-13, 01:26 PM   #49
morpheusxeno
A Flamescale Wyrmkin
 
morpheusxeno's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 126
Ive done everything I could to make sure the issue wasnt on my side. The addon still will not work
__________________
My mother-in-law fell down a wishing well. I was amazed; I never knew they worked...
  Reply With Quote
11-17-13, 04:55 AM   #50
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Well, without you answering my questions, there's not much I can do... the error message you posted named two addons. If you won't even tell me which one has my code in it, how do you think I can figure out which part of my code might be causing the error?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Addon Request - Lua Command Sending

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

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