Results: 9Comments by: Lurker37
File: DoTimer01-27-09
Originally posted by secutanudu S...
Posted By: Lurker37
Originally posted by secutanudu Stupid question - how does one get to the options gui? Thanks. It's listed under the Addons section of the Interface menu
File: ShardAce WoTLK01-23-09
To get the auto-application of Spel...
Posted By: Lurker37
To get the auto-application of Spellstones and Firestones to weapons: (as per the unofficial patch to DD) in function shardacewotlk:SetupButtons() replace "/use item:%s\n%s" with "/use item:%s\n/use 16\n%s" in lines 1327 and 1330 (version 1.02 lua)
File: DemonDaemon01-22-09
Thanks for the code, Ravynne. No...
Posted By: Lurker37
Thanks for the code, Ravynne. Now if I can only work out how to set didIClickIt = false after I use the flyout menu to cast a spell... Does anyone know?
File: DoTimer12-29-08
Originally posted by Elite_Gamer04...
Posted By: Lurker37
Originally posted by Elite_Gamer04 For sum reason all my Player Buffs (normally near minimap up to, not sure if Player Buffs is correct name) - have disappeared. Im assumin this is in substitution for sumthin enabled in DoTimer - how do I get them back? You need to deactivate Simple Mode, which should make several new branches...
File: DoTimer11-13-08
Yes, I am using 4.1 . I'd say the t...
Posted By: Lurker37
Yes, I am using 4.1 . I'd say the toggle code is our likely suspect. Is there any way to check the current status of the Blizzard combat text, or an alternative to toggle?
File: DoTimer11-11-08
DoTimer isn't playing nice with the...
Posted By: Lurker37
DoTimer isn't playing nice with the Blizzard Floating combat text - it disables it on login. I can re-enable it manually, but it is very annoying to have to do so every time I login to any character.
File: DoTimer10-23-08
A very small nit-pick. If you ch...
Posted By: Lurker37
A very small nit-pick. If you change the sound in a Notification, and click on 'preview' you still hear the default sound, even though the specified sound file will actually work in game. I wasted about an hour trying to get Preview to play a custom sound file before giving up, only to discover that it was actually working. :o
File: ShardAce01-11-07
Silly me. I suddenly realised th...
Posted By: Lurker37
Silly me. I suddenly realised that the ShardACE TBC fix (separate download) had to be for 2.03. Sure enough, the replacement lua file solved most the problems with button right-clicks not conjuring stones.
File: ShardAce01-10-07
I'm getting an error in Shardace.lu...
Posted By: Lurker37
I'm getting an error in Shardace.lua 883: GetSpellName(): Invalid spell slot None of the right-click stone summoning functions are working, possiblty due to the changes in the names of these spells (They now have numeric ranks instead of 'Lesser', 'Greater', 'Major', etc) If the stones are created, then left-clicking the butto...