Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Stonedpossum
Forum: Lua/XML Help 02-02-08, 01:19 PM
Replies: 21
Views: 10,430
Posted By Stonedpossum
local frame=...

local frame= CreateFrame("Frame")
frame:RegisterEvent("PLAYER_AURAS_CHANGED")
frame:SetScript("OnEvent", function(frame)
local t = 0
frame:SetScript("OnUpdate", function(_, elapsed)
t...
Forum: Lua/XML Help 02-02-08, 12:24 PM
Replies: 21
Views: 10,430
Posted By Stonedpossum
Gah! Ok, I have, local frame=...

Gah! Ok, I have,

local frame= CreateFrame("Frame")
frame:RegisterEvent("PLAYER_AURAS_CHANGED")
frame:SetScript("OnEvent", function(frame)
local t = 0
frame:SetScript("OnUpdate", function(_,...
Forum: Lua/XML Help 02-01-08, 11:20 PM
Replies: 21
Views: 10,430
Posted By Stonedpossum
Hey, ok I think it worked. I logged on when i was...

Hey, ok I think it worked. I logged on when i was mounted and it was playing, but when I unmounted and and remounted it didn't play. How can I make it play every time?

Addon.lua:
MyAddon =...
Forum: Lua/XML Help 02-01-08, 05:59 PM
Replies: 21
Views: 10,430
Posted By Stonedpossum
Don't I want it to stop the music when you...

Don't I want it to stop the music when you unmount?

And also, what's wrong with the where the music file is?

Because that's where it is...
Forum: Lua/XML Help 02-01-08, 05:40 PM
Replies: 21
Views: 10,430
Posted By Stonedpossum
Hey. Sorry for all the questions, I feel so dumb....

Hey. Sorry for all the questions, I feel so dumb. Haha, but this is my very first time doing any sort of programing and making WoW addons, so anyway, I did this:


MyAddon = {OnTheRoad}
local frame =...
Forum: Lua/XML Help 02-01-08, 01:30 PM
Replies: 21
Views: 10,430
Posted By Stonedpossum
Thanks guys. Now, one more question, can I just...

Thanks guys.

Now, one more question, can I just put this all in notepad and save it as the type of files needed, or do I need to download a program?
Forum: Lua/XML Help 01-31-08, 10:43 PM
Replies: 21
Views: 10,430
Posted By Stonedpossum
Play a sound file when you're mounted?

Hey,

I want to make an addon that plays "On the road again" when you mount. Then stops when you're unmounted, I want it to work it all kinds of mounts.

Now, how would I go about doing this?
Could...
Forum: AddOn Help/Support 10-03-07, 02:09 PM
Replies: 3
Views: 3,715
Posted By Stonedpossum
Names of some addons. Help please!

Hey guys,

I was watching a video on warcarftmovies.com, and sow this really cool interface. I'd really like if it people could tell me what addons he has so I can get the same look.

Here's the...
Showing results 1 to 8 of 8