Showing results 1 to 25 of 203
Search took 0.01 seconds.
Search: Posts Made By: Malsomnus
Forum: Tech Chat 05-06-15, 01:19 AM
Replies: 2
Views: 9,526
Posted By Malsomnus
Last time this happened to me, it was just a...

Last time this happened to me, it was just a weird Win7 bug that required a reboot.
Interestingly enough, it stopped happening after I replaced my GPU.
Forum: AddOn Search/Requests 04-11-15, 02:03 AM
Replies: 16
Views: 5,469
Posted By Malsomnus
Last example I remember is leveling a character...

Last example I remember is leveling a character through Cataclysm content, during MoP, and being unable to queue for dungeons due to low ilvl.
Forum: AddOn Search/Requests 04-11-15, 01:34 AM
Replies: 16
Views: 5,469
Posted By Malsomnus
I'm pretty sure almost all dungeons have an ilvl...

I'm pretty sure almost all dungeons have an ilvl requirement, though if you're wearing mostly heirlooms then your ilvl should automatically be high enough whenever your level is high enough. It's...
Forum: AddOn Search/Requests 04-09-15, 05:48 PM
Replies: 16
Views: 5,469
Posted By Malsomnus
Well, once it gets approved, you can download...

Well, once it gets approved, you can download your shiny new add-on right here (http://www.wowinterface.com/downloads/info23568-Geared-ilvltracker.html). I hope it's what you wanted :p
Forum: AddOn Search/Requests 04-08-15, 02:19 AM
Replies: 16
Views: 5,469
Posted By Malsomnus
I can relate to this need only slightly, but it...

I can relate to this need only slightly, but it sounds pretty simple so I'll try to code something tomorrow (Thursday) :p
Forum: Lua/XML Help 03-30-15, 01:13 AM
Replies: 21
Views: 10,189
Posted By Malsomnus
It seems to me like your code loops over all the...

It seems to me like your code loops over all the possible flask values and checks all of them without stopping if it actually finds one. Therefore the flask value keeps getting overwritten and the...
Forum: Lua/XML Help 03-21-15, 04:32 PM
Replies: 5
Views: 2,840
Posted By Malsomnus
Ooh, damn... that's probably that. But what...

Ooh, damn... that's probably that.
But what could possibly change Resolve though?
Forum: Lua/XML Help 03-21-15, 01:10 PM
Replies: 5
Views: 2,840
Posted By Malsomnus
Same spell, different ID?

I've had a user complain that my add-on has the wrong spell ID for the Guard (the monk ability) and Resolve (the tank thingy) buff. According to him the add-on doesn't work correctly, but it's fine...
Forum: Lua/XML Help 03-07-15, 02:14 PM
Replies: 4
Views: 2,106
Posted By Malsomnus
Well, that's the hack to magically solve all my...

Well, that's the hack to magically solve all my problems then. Thanks!
Forum: Lua/XML Help 03-07-15, 01:59 PM
Replies: 4
Views: 2,106
Posted By Malsomnus
Is that tracking quest a daily thing though? If...

Is that tracking quest a daily thing though? If so then I think it's the best solution I could ask for :p
Forum: Lua/XML Help 03-07-15, 01:01 PM
Replies: 4
Views: 2,106
Posted By Malsomnus
Detect when the player is mining/ herbing?

My add-on (http://www.wowinterface.com/downloads/info23357-BulkOrder-WorkOrdersAutomated.html) absolutely needs to also remind players if they haven't been to their garrison's mine/ herb garden yet...
Forum: AddOn Search/Requests 02-28-15, 02:05 PM
Replies: 5
Views: 8,123
Posted By Malsomnus
Void Storage add-on?

The current state of void storage is a bit of a joke; moving things between the tabs is a pointless pain in the ass, and the tabs themselves are hidden by the dress-up window, and that window is a...
Forum: Lua/XML Help 02-17-15, 02:47 PM
Replies: 27
Views: 16,308
Posted By Malsomnus
I see... well, I'm still going to try to make a...

I see... well, I'm still going to try to make a better one myself :p
Forum: Lua/XML Help 02-17-15, 12:48 PM
Replies: 27
Views: 16,308
Posted By Malsomnus
The description says it saves them per zone,...

The description says it saves them per zone, which is very different from per boss.
Forum: Lua/XML Help 02-16-15, 04:31 PM
Replies: 27
Views: 16,308
Posted By Malsomnus
Thanks for all the help and explanations...

Thanks for all the help and explanations :p

After a lot of experimentation around semlar's code, I technically have a button that switches one talent for me every time I press it. I haven't gotten...
Forum: Lua/XML Help 02-14-15, 02:52 PM
Replies: 27
Views: 16,308
Posted By Malsomnus
I don't understand all of the code (specifically...

I don't understand all of the code (specifically the attributes *macrotext31and macrotext1, what do those mean?), but it seems like this only saves you all the extra button presses.
What I'm looking...
Forum: Lua/XML Help 02-14-15, 10:46 AM
Replies: 27
Views: 16,308
Posted By Malsomnus
I can't manage to make a working macro for...

I can't manage to make a working macro for changing even one talent. It seems that unlearning a talent and learning another one simply won't happen from a single button press, no matter what.
Forum: Lua/XML Help 02-13-15, 05:46 PM
Replies: 27
Views: 16,308
Posted By Malsomnus
Yep, that's the current plan. When the player...

Yep, that's the current plan. When the player approaches a raid boss he had saved specific talents for, it'll pop up a list of the missing talents, with a Learn This button next to each. This has the...
Forum: Lua/XML Help 02-13-15, 11:34 AM
Replies: 27
Views: 16,308
Posted By Malsomnus
None of these functions are usable from add-ons,...

None of these functions are usable from add-ons, or even from macros :/

[Edit]
And while I'm at it, how can I open the talents frame programmatically?
Forum: Lua/XML Help 02-13-15, 09:02 AM
Replies: 27
Views: 16,308
Posted By Malsomnus
Hmmm... that thread implies that it's possible to...

Hmmm... that thread implies that it's possible to switch one talent with an add-on, but doesn't say how. Does it mean the way to do this via add-on is, as you said, to make a secure button which...
Forum: Lua/XML Help 02-13-15, 07:02 AM
Replies: 27
Views: 16,308
Posted By Malsomnus
Semi-automatically change talents

I'm working on an add-on that will remind people to change their talents before specific boss fights (by their personal choice, of course). Is there a way to automate any part of the talent switching...
Forum: Lua/XML Help 01-14-15, 01:55 PM
Replies: 13
Views: 4,625
Posted By Malsomnus
That's right, I used to hide this frame on...

That's right, I used to hide this frame on creation and show it later, and removing that bit is one of the changes around the time the bug appeared... interesting :p
Forum: Lua/XML Help 01-14-15, 12:07 AM
Replies: 13
Views: 4,625
Posted By Malsomnus
I'm all for the default UI and all, but for most...

I'm all for the default UI and all, but for most of what I do it's just too bulky.
And the Mystery of the Disappearing X is still being mysterious :(
Forum: Lua/XML Help 01-13-15, 11:16 PM
Replies: 13
Views: 4,625
Posted By Malsomnus
This is a fine solution for a different problem...

This is a fine solution for a different problem :p
(That's what I ended up using, of course, but I really hate the way this button looks)
Forum: Lua/XML Help 01-13-15, 08:14 AM
Replies: 13
Views: 4,625
Posted By Malsomnus
It's pretty old recycled code, but IIRC I'm using...

It's pretty old recycled code, but IIRC I'm using an EditBox instead of, err, anything that makes sense, because I used to have problems with the click events, and Disable just means it's not used as...
Showing results 1 to 25 of 203