Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Asalas77
Forum: Lua/XML Help 06-30-17, 05:22 PM
Replies: 3
Views: 1,563
Posted By Asalas77
No, that's not it. Still nothing is sent.

No, that's not it. Still nothing is sent.
Forum: Lua/XML Help 06-30-17, 09:33 AM
Replies: 3
Views: 1,563
Posted By Asalas77
Send spell link with changed name using SendChatMessage

Hey I'm trying to send a spell link with modified name to chat. I managed to obtain the link using

/script...
Forum: Lua/XML Help 06-24-17, 05:05 AM
Replies: 2
Views: 1,346
Posted By Asalas77
Oh wow, how did I miss that :P Thank you.

Oh wow, how did I miss that :P

Thank you.
Forum: Lua/XML Help 06-24-17, 04:42 AM
Replies: 2
Views: 1,346
Posted By Asalas77
SavedVariables table with unknown keys

Hey I'm trying to write a simple addon that would count how many times a player casted Nourish. I want to store data in a table indexed by played names, but the table is not being saved to...
Forum: Lua/XML Help 05-21-17, 02:20 AM
Replies: 11
Views: 5,458
Posted By Asalas77
Yeah, I'm writing this for WotLK ;)

Yeah, I'm writing this for WotLK ;)
Forum: Lua/XML Help 05-20-17, 04:50 PM
Replies: 11
Views: 5,458
Posted By Asalas77
ok that worked :) thank you for your help

ok that worked :) thank you for your help
Forum: Lua/XML Help 05-20-17, 02:04 PM
Replies: 11
Views: 5,458
Posted By Asalas77
There's really not much to it. ## Title: LFG...

There's really not much to it.

## Title: LFG Assistant
## Version: 1.0
## Author: adamz
## Interface: 30300

lfg.xml
Forum: Lua/XML Help 05-20-17, 01:56 PM
Replies: 11
Views: 5,458
Posted By Asalas77
Ok so here's the full code. lfg.lua -- Author ...

Ok so here's the full code.

lfg.lua
-- Author : adamz
-- Create Date : 5/20/2017 2:16:57 PM
function OnLoad()
Main:Show();
local line = Main:CreateTexture()
line:SetTexture(.6 ,.6, .6,...
Forum: Lua/XML Help 05-20-17, 12:53 PM
Replies: 11
Views: 5,458
Posted By Asalas77
Creating a frame within a frame

Hello, I am trying to create a dropdown menu using this tutorial http://wow.gamepedia.com/Using_UIDropDownMenu

But instead of having in on UIParent, I want to stick it inside my addon frame.

Here's...
Showing results 1 to 9 of 9