Results: 14Comments by: Kru
File: GnomeSequencer04-13-15
Re: any takers
Posted By: Kru
The only Gnome Sequencer macros I can find look something like this: '/castsequence reset=target/2 Searing Totem,Flame Shock', '/castsequence reset=target Flame Shock,Healing Stream Totem,Healing Stream Totem', '/cast Feral Spirit', '/cast Stormstrike', '/cast Lava Lash', '/cast Unleash ELements', '/cast Frost Shock', ^...
File: GnomeSequencer12-15-14
Re: Problem
Posted By: Kru
The GnomeExample2 macro works, but when I copy any other macro's in it they don't work. However I noticed the example macro uses " where the other macros I copy use ' ... does this make a difference and how do I fix it? replace the ' with " in your code and see if it fixes.
File: GnomeSequencer12-13-14
Re: Re: Re: I must be missing something
Posted By: Kru
So I downloaded and renamed the ExampleSequencer.lua to Sequencer.lua, then created some macros and nothing comes up when I create the macro in game. The file should be called Sequences.lua not Sequencer.lua Sorry misspelled the word, it is Sequences.lua. make sure you don't have sequences.lua.lua also the macro name is cas...
File: GnomeSequencer12-04-14
So this is pretty annoying. If i...
Posted By: Kru
So this is pretty annoying. If i copy/paste this ret paladin macro it does not overwrite the macro text, but i can manually type the #showtooltip /click Ret" in and it works If I edit ANY, of the spells, AND/OR add a premacro to cast a seal(for AE/ST purposes), the macro breaks and only displays a question mark. The first...
File: GnomeSequencer11-28-14
I posted on your wowLazymacro post
Posted By: Kru
@EvilBrasan Haven't tested but I think it should simulate the old macro
File: GnomeSequencer11-28-14
1024 is plenty, thats what most of...
Posted By: Kru
1024 is plenty, thats what most of the macro extenders go out to so thats great.
File: GnomeSequencer11-28-14
Re: Re: reset=??
Posted By: Kru
There is currently no point in ever using /castsequence inside a macro created with this addon because it will never get past the first spell, it essentially creates a new /castsequence macro every time it gets to that item in the sequence so it will act like that's the first time you're pressing it. castsequence works fine with t...
File: GnomeSequencer11-28-14
Re: reset=??
Posted By: Kru
Could someone please explain the use of '/castsequence reset=25 Bestspell, null', From what i see, if you keep spamming the button - it will never reset - as it counts 25 seconds since last click, not last successful cast. The other string i keep noticing is '/castsequence reset=25 Someotherspell', Which also seems useless t...
File: GnomeSequencer11-28-14
what happens if char count is greater then 255?
Posted By: Kru
if the code in PreMacro + the step being ran + PostMacro is greater then 255 does it cut off char 256+ ? Love this addon so far. Thanks semlar for sharing.
File: GnomeSequencer11-28-14
How I understand this addon to work..
Posted By: Kru
@EvilBrasan based on your code Sequences = { PreMacro = ]], '/castsequence reset=target Immolate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate', '/castsequence reset=0.3 Conflagrate', '/castsequence reset=2 Chaos Bolt', '/cast Dark Soul: Instability,Blood Fury', PostMacro = 13 /use 14 /run UIErrorsFrame:Clear()...
File: BulkMail2 (Fan update)10-29-10
Any ideas why this doesn't stop it...
Posted By: Kru
Any ideas why this doesn't stop it from sending mail to the sender? local itype, isubtype = select(6, GetItemInfo(itemID)) for dest, rules in pairs(rulesCache) do local canddest if dest ~= UnitName("player") and (rules or rules and rules) then canddest = dest end if dest == UnitName("player") then canddest = nil end --...
File: BulkMail2 (Fan update)10-16-10
Anyone have a fix so that sender won't try to auto send items to himself?
Posted By: Kru
Anyone have a fix so that sender won't try to auto send items to himself? HATE the "you can't send mail to yourself" message :p
File: Cartographer12-27-06
newest version at http://www.wowace...
Posted By: Kru
newest version at http://www.wowace.com/files/Cartographer/Cartographer-r22318.zip fixes the map off screen problem
File: Cartographer12-25-06
World map off to right of screen
Posted By: Kru
went awol while resizing. How do i get it back?