Showing results 1 to 25 of 142
Search took 0.01 seconds.
Search: Posts Made By: sirann
Forum: Macro Help 06-21-16, 08:26 PM
Replies: 2
Views: 6,852
Posted By sirann
no macro will let you do what you want with...

no macro will let you do what you want with legion. shadow strike just needs a separate keybind.
Forum: General Authoring Discussion 06-20-16, 11:18 AM
Replies: 16
Views: 3,766
Posted By sirann
http://wowprogramming.com/docs/events/UPDATE_INVEN...

http://wowprogramming.com/docs/events/UPDATE_INVENTORY_DURABILITY
Forum: AddOn Help/Support 06-16-16, 03:10 PM
Replies: 4
Views: 5,898
Posted By sirann
Dear lord, I can't help you in the slightest,...

Dear lord,

I can't help you in the slightest, but that is seriously a wilhelm scream. RIP female worgen BM hunters.
Forum: Lua/XML Help 06-09-16, 10:05 AM
Replies: 7
Views: 4,657
Posted By sirann
http://www.wowace.com/addons/libbossids-1-0/ Alre...

http://www.wowace.com/addons/libbossids-1-0/

Already been done, although I'm unsure if it'll be updated for Legion
Forum: General Authoring Discussion 05-27-16, 03:32 PM
Replies: 92
Views: 72,058
Posted By sirann
When your addon requires knowledge of what I...

When your addon requires knowledge of what I believe would be fourier transformations (right, rotating a square to make a circular pattern?) it can probably be done more efficiently :P
Forum: Legion Beta archived threads 05-23-16, 04:22 PM
Replies: 61
Views: 56,309
Posted By sirann
It's entirely possible I don't fully understand...

It's entirely possible I don't fully understand the problem, but could this be to prevent creation of accurate nameplate grids that allow for ridiculous micromanagement of debuffs? Instead of having...
Forum: Lua/XML Help 05-18-16, 06:35 PM
Replies: 2
Views: 1,674
Posted By sirann
Christian you were so close to us being able to...

Christian you were so close to us being able to help you. However, you mentioned this being on a BC realm. And as much as I'd love for Blizzard to release a supported BC realm, they haven't. ...
Forum: Legion Beta archived threads 04-14-16, 10:14 AM
Replies: 83
Views: 57,635
Posted By sirann
Correct, tagging is no longer a thing, I'm unsure...

Correct, tagging is no longer a thing, I'm unsure of members of the opposite faction tagging tho.
Forum: AddOn Help/Support 04-02-16, 10:45 AM
Replies: 2
Views: 3,551
Posted By sirann
We can't help you as playing on private servers...

We can't help you as playing on private servers are against the ToS, and this is an official wow website, where we HAVE to abide by the ToS.

Repeated postings of this will get you banned.
Forum: AddOn Help/Support 03-25-16, 08:34 AM
Replies: 7
Views: 4,208
Posted By sirann
You also need to ensure it's OnShow Event is...

You also need to ensure it's OnShow Event is nil

This hides all flags on the minimap:
MiniMapInstanceDifficulty:Hide()
MiniMapInstanceDifficulty.Show = function()...
Forum: AddOn Search/Requests 03-21-16, 06:18 PM
Replies: 11
Views: 20,053
Posted By sirann
Dat decade necro tho. I take it you are trying...

Dat decade necro tho.

I take it you are trying to show elite/rare indicators for enemy mobs using a (presumably) much more up to date version of pitbull?
Forum: AddOn Help/Support 03-20-16, 08:39 AM
Replies: 7
Views: 4,208
Posted By sirann
MiniMapInstanceDifficulty is what you are looking...

MiniMapInstanceDifficulty is what you are looking for.

The flag changes based on what kind of dungeon you are in, and the number value associated with the instance type can be found through...
Forum: AddOn Help/Support 03-09-16, 11:02 AM
Replies: 37
Views: 22,090
Posted By sirann
I think swapping the two instances of...

I think swapping the two instances of "Short(pCur, true)" with "pCur" no quotes, and the one instance of "Short(pCurMana, true)" with "pCurMana" no quotes should work
Forum: AddOn Search/Requests 03-03-16, 06:52 PM
Replies: 7
Views: 2,934
Posted By sirann
Your image isn't working, so we literally have no...

Your image isn't working, so we literally have no idea what you're even suggesting us to do.
Forum: AddOn Help/Support 11-22-15, 03:21 PM
Replies: 8
Views: 5,222
Posted By sirann
After a few hours of print debugging, I was able...

After a few hours of print debugging, I was able to elucidate the issue. Now I just need to perform archaeology skill checks on login and some other non critical stuff.

When I looked at your code,...
Forum: AddOn Help/Support 11-21-15, 03:48 PM
Replies: 8
Views: 5,222
Posted By sirann
Original Post updated with new problem.

Original Post updated with new problem.
Forum: AddOn Help/Support 11-21-15, 12:34 AM
Replies: 8
Views: 5,222
Posted By sirann
oh boy, let me try to contain my excitement but...

oh boy, let me try to contain my excitement

but seriously, thank you!
Forum: AddOn Help/Support 11-21-15, 12:18 AM
Replies: 8
Views: 5,222
Posted By sirann
Adding the line as suggested causes "Interface...

Adding the line as suggested causes "Interface action failed because of an AddOn"

An action was blocked because of taint from stArchaeologist - SolveArtifact()
Forum: AddOn Help/Support 11-20-15, 11:15 PM
Replies: 8
Views: 5,222
Posted By sirann
Shift Click Add Keystones to Solve Archaeology Function

Hello,

I recently came across stArchaeology. Thought it was a pretty neat and compact way to view the Archaeology frames. Wanted to rewrite most of it from the ground up (terrible idea I know) to...
Forum: Lua/XML Help 11-10-15, 11:18 PM
Replies: 4
Views: 4,906
Posted By sirann
I ended up doing:...

I ended up doing: http://pastebin.com/MdxChCJc

It worked, sorry for the easy mistakes and reminders of button sizes >.>
Forum: Lua/XML Help 11-10-15, 09:55 PM
Replies: 4
Views: 4,906
Posted By sirann
Correct on both accounts, all instances of...

Correct on both accounts, all instances of MMCBFrame.i changed to MMCBFrame[i]

The improper concatenation was also fixed.

The nested table MMCBFrame.i.fs was changed to MMCBFrame[i].fs

Despite...
Forum: Lua/XML Help 11-10-15, 08:47 PM
Replies: 4
Views: 4,906
Posted By sirann
Problem recreating ElvUI Minimap Consolidated Buff Functionality

Hey all. I've been going crazy trying to figure out why this is not working. Upon fstack, I can see my frame next to the minimap, but nothing will show up, under any circumstances.

I have...
Forum: Tech Chat 11-02-15, 03:38 PM
Replies: 9
Views: 11,269
Posted By sirann
Rnameplates2 is pretty good for cpu...

Rnameplates2 is pretty good for cpu efficiency

Allows aura tracking, pretty "hackable" to modify for your specific needs as zork does aa good job commenting his code and using practically plain text...
Forum: AddOn Help/Support 10-15-15, 02:47 PM
Replies: 1
Views: 2,909
Posted By sirann
If you used Google translate for this, try...

If you used Google translate for this, try phrasing your question differently, or post in your native language, there are many multilingual members!
Forum: AddOn Help/Support 10-07-15, 03:19 PM
Replies: 4
Views: 4,087
Posted By sirann
And here I was thinking I had come up with an...

And here I was thinking I had come up with an elaborate solution to having multiple stacks that, individually, are less than 4, but together would be more than 4.



I was under the impression that...
Showing results 1 to 25 of 142