Showing results 1 to 25 of 125
Search took 0.01 seconds.
Search: Posts Made By: Soulofsin_007
Forum: AddOn Search/Requests 02-24-11, 08:55 AM
Replies: 6
Views: 26,629
Posted By Soulofsin_007
Nope, I've been really busy and have not had time...

Nope, I've been really busy and have not had time to put into the addon to fix the zone issues.
Forum: AddOn Search/Requests 01-31-11, 10:02 AM
Replies: 5
Views: 6,646
Posted By Soulofsin_007
I use this one...

I use this one (http://www.wowinterface.com/downloads/info11624-BodaUI.html) for tanking with a few changes so it would fit on my tiny monitor. I agree, good nameplate addon helps. Other then that...
Forum: AddOn Search/Requests 01-31-11, 05:56 AM
Replies: 7
Views: 4,105
Posted By Soulofsin_007
Try this and let me know how it works. I coded...

Try this and let me know how it works. I coded this for someone else on here and changed a few things so it would work for you.

/-- Post Edited --/

At Wowinterface we take our users safety and...
Forum: AddOn Help/Support 01-29-11, 07:29 AM
Replies: 9
Views: 7,122
Posted By Soulofsin_007
Try typing /framestack in game.

Try typing /framestack in game.
Forum: Lua/XML Help 01-07-11, 03:47 PM
Replies: 9
Views: 4,965
Posted By Soulofsin_007
SLASH_MEOWONE1 = '/meowone'; function...

SLASH_MEOWONE1 = '/meowone';
function SlashCmdLis*****OWONE(msg)
if msg == "" then
print("TESTDTRE")
end
end

SLASH_MEOWTWO1 = '/meowtwo';
function SlashCmdLis*****OWTWO(msg)
if msg...
Forum: Chit-Chat 12-25-10, 04:50 AM
Replies: 28
Views: 11,040
Posted By Soulofsin_007
Gave the lustre of mid-day to objects below,

Gave the lustre of mid-day to objects below,
Forum: Chit-Chat 10-16-10, 07:27 AM
Replies: 13
Views: 7,139
Posted By Soulofsin_007
When work doesnt have me busy, I have been...

When work doesnt have me busy, I have been playing Runes of Magic.
Forum: Chit-Chat 09-18-10, 04:32 AM
Replies: 2
Views: 6,248
Posted By Soulofsin_007
Here...

Here (http://grayhoof.wowinterface.com/forums/showthread.php?t=32975) you go.
Forum: General WoW Chat 08-23-10, 07:08 PM
Replies: 5
Views: 232,777
Posted By Soulofsin_007
If I remember correctly, going to a URL on...

If I remember correctly, going to a URL on wowhead.com and searching a spell and finding it, has the spell ID on the end of the URL.

I.E. http://www.wowhead.com/spell=133 Fireball Rank 1's SpellID...
Forum: Lua/XML Help 08-21-10, 06:46 AM
Replies: 16
Views: 8,196
Posted By Soulofsin_007
Again, I thought I stated earlier it wasn't...

Again, I thought I stated earlier it wasn't perfect, and no, if I recall correctly, it will instantly alert you and then every 6 seconds it will say something. I also came up with the code for a 13...
Forum: Lua/XML Help 08-21-10, 05:59 AM
Replies: 16
Views: 8,196
Posted By Soulofsin_007
Here is some code I wrote awhile back for someone...

Here is some code I wrote awhile back for someone kinda wanting the same thing. Its not perfect, but it works.


local total = 0

local function onUpdate(self,elapsed)
local health =...
Forum: Lua/XML Help 08-15-10, 06:34 PM
Replies: 9
Views: 9,490
Posted By Soulofsin_007
local eventframe =...

local eventframe = CreateFrame("FRAME")
eventframe:SetPoint("CENTER")
eventframe:SetScript("OnEvent", function(self, event, ...)
local timestamp, type, sourceGUID, sourceName, sourceFlags,...
Forum: Lua/XML Help 08-08-10, 07:10 AM
Replies: 4
Views: 3,986
Posted By Soulofsin_007
Are you trying to build a separate addon from...

Are you trying to build a separate addon from your earlier post? Or are you putting it all in one?

Edit: I'm retarded, I read what you posted over again.

I'd do it like this


local EventFrame =...
Forum: Site help, bugs, suggestions/questions 07-27-10, 08:03 AM
Replies: 5
Views: 1,787
Posted By Soulofsin_007
It takes time for things to get approved. They...

It takes time for things to get approved. They check every single file uploaded to the website. Not every mod is here to wait on you and refresh the page looking to see if an update is pending.
Forum: General Authoring Discussion 07-14-10, 12:25 PM
Replies: 6
Views: 5,533
Posted By Soulofsin_007
I'd keep at it, just don't rush it. Last thing...

I'd keep at it, just don't rush it. Last thing you want to do is release it with ton's of bugs in it and have no one touch it. Personally, I don't think blizz would change anything with the way they...
Forum: AddOn Search/Requests 07-14-10, 12:18 PM
Replies: 5
Views: 4,425
Posted By Soulofsin_007
I personally use MidgeMap...

I personally use MidgeMap (http://www.wowinterface.com/downloads/info16806-MidgetMap.html).
Forum: General Authoring Discussion 07-07-10, 02:09 PM
Replies: 8
Views: 7,347
Posted By Soulofsin_007
This is what I used to get the combat log events...

This is what I used to get the combat log events working.


if event == "COMBAT_LOG_EVENT_UNFILTERED" then
if (type=="SPELL_AURA_APPLIED") then

local spellId, spellName, spellSchool =...
Forum: General WoW Chat 07-06-10, 04:51 PM
Replies: 179
Views: 65,505
Posted By Soulofsin_007
I disagree with it, but I also don't use the...

I disagree with it, but I also don't use the forums. I think they are taking this RealID thing to far. I love the idea in-game, but anywhere else? Nope.
Forum: Lua/XML Help 07-01-10, 03:38 PM
Replies: 2
Views: 2,866
Posted By Soulofsin_007
Thanks I'll try that.

Thanks I'll try that.
Forum: Lua/XML Help 07-01-10, 02:35 PM
Replies: 2
Views: 2,866
Posted By Soulofsin_007
Finding a word

I basically want to find a word in a sentence, and replace what was said with something else. Sorta like the tutorial on the wiki about hooking the chatentry but I'm not 100% sure on how to find that...
Forum: AddOn Search/Requests 06-23-10, 05:17 PM
Replies: 14
Views: 8,091
Posted By Soulofsin_007
I'm having 0 issues with it.

I'm having 0 issues with it.
Forum: General Authoring Discussion 06-22-10, 10:50 AM
Replies: 8
Views: 5,290
Posted By Soulofsin_007
It's a good idea. The only problem I can see is...

It's a good idea. The only problem I can see is getting TankSpot or any other site letting you use their guides in your addon.

Edit: I'd also get their permission before I started writing the addon,...
Forum: General Authoring Discussion 06-20-10, 09:51 PM
Replies: 28
Views: 20,684
Posted By Soulofsin_007
I didn't even think about that. Edit:Mhmm brains?

I didn't even think about that.

Edit:Mhmm brains?
Forum: General Authoring Discussion 06-20-10, 03:57 PM
Replies: 28
Views: 20,684
Posted By Soulofsin_007
1. You do not need to create the frame through...

1. You do not need to create the frame through lua if you do it in XML. Just a different way to do it. I prefer lua.

2. Personal preference. Don't know if one is more efficient

3. Yes it will...
Forum: General Authoring Discussion 06-20-10, 10:00 AM
Replies: 28
Views: 20,684
Posted By Soulofsin_007
I couldn't even get the thing to work right. =/

I couldn't even get the thing to work right. =/
Showing results 1 to 25 of 125