Results: 18Comments by: Mikhael of Doomhammer
File: SmartBuff11-17-08
I checked out that beta version, an...
I checked out that beta version, and it doesn't do the LK rogue posions. Easy to add, but would be nice to have in the base code :)
File: Livestock10-24-08
Yes, it appears that the auto-summo...
Yes, it appears that the auto-summon on move code replaced the auto-summon on rez/zone. I just improved it a bit, so as soon as you do most anything after your pet gets desummoned, he should be out again...coming in a near future release :)
File: NeedToKnow10-22-08
I don't know if this is a bug or no...
I don't know if this is a bug or not, but my bars do not stay put between sessions. I put em in bottom-center, then when I relog, they're in upper-left.
File: Livestock10-22-08
Well, I got the summon on move forw...
Well, I got the summon on move forward working...finally :) Main problem was that the function for the secure hook needed an end...blah. I restricted the summon on move forward to not work in combat, mounted, or stealthed. Would you like me to post the changes somewhere? Just tested 1.0.5.3 - does not detect
File: Livestock10-21-08
The way the secure func hooks work...
The way the secure func hooks work is that whatever you add is called after the blizz function does its thing...so you can't mess with their code, just do stuff at the sameish time.
File: Livestock10-21-08
Oh, it works fine once I comment ou...
Oh, it works fine once I comment out my mucking about. I was playing around with the hooksecurefunc bit cause that's how the other addon does it...it works for them :) However, I'm still rather a noob when it comes to addon writing - I can fix em, and glue together bits of other stuff, mostly successfully...but I don't know how...
File: Livestock10-20-08
I poked around a bit thonight, tryi...
I poked around a bit thonight, trying to add the summon on move forward behavior...no luck :( I had the hooksecurefunc("MoveForwardStart",... bit, but it kept giving me an error about Livestock being an nil value in the OnUpdate frame. Too tired right now to poke it more :)
File: Livestock10-18-08
Auto-summon
http://www.wowinterface.com/downloads/info11133-NugMiniPet.html does the auto-summon pretty nicely - whenever you start moving forward. However, it needs to not summon when you are stealthed or in a BG (for rogues/kitties at least) - might want to take a look at how they do it.
File: X-Perl UnitFrames07-01-07
Quiks, I have noticed it doing that...
Quiks, I have noticed it doing that when the party changes when you are in combat...if you bring up the options window, then dismiss it (out of combat) it should be fixed.
File: Trinket Menu04-16-07
Hmm...I have a Core of Arkelos, and...
Hmm...I have a Core of Arkelos, and Bladefist's Breadth that I'm using in one slot...I want the passive buff of the Core of Arkelos more, but if I use the core, then the other, it doesn't swap back in until the Core is ready for use again. Is there a way to force it to swap back in?
File: MapReveal03-23-07
I'm getting a Nil error when viewin...
I'm getting a Nil error when viewing the map in 4.0.0. Full swatter dump posted in the bug thingy.
File: Atropine02-23-07
Ahh...now I get auto-refill...I for...
Ahh...now I get auto-refill...I forgot to check the little boxes :)
File: Atropine02-22-07
On the subject of auto-refill, how'...
On the subject of auto-refill, how's that supposed to work? I've shift clicked the little checkboxes, which appears to be how to set the auto-refill amount, but it doesn't refill anything at the vendor...
File: Atropine02-21-07
Pretty good so far...but please mak...
Pretty good so far...but please make it look in your bags for stuff for the poisons before hitting the vendor. Specifically, I usually have a partial stack of vials on hand because I refill whenever possible, and this will buy 5 vials for 2 instant, then another 5 vials for 2 deadly...even though I already have 4 in my bags...
File: MapReveal02-10-07
Errata
Well, it's ok I guess to erase the saved errata from old versions...but it's clearing it every time I log now...
File: Saeris's LootLink01-06-07
Thanks Saeris! I had example code f...
Thanks Saeris! I had example code from the old lootlink that I was looking at, but it was late at night and brain wasn't working :)
File: Saeris's LootLink01-06-07
Sorry if I wasn't clear. :) I'm...
Sorry if I wasn't clear. :) I'm trying to retrieve vendor prices from another addon. I do agree, tooltips work great, but it's a bit hard to read them from lua-script :)
File: Saeris's LootLink01-06-07
Using your LL in another addon
How do I test to see if this addon is present (i.e. has at least some items stored), and furthermore, how would one go about retrieving the price given an itemlink? Sorry...I'm a bit of an addon noob, but trying to learn :D