WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   help (https://www.wowinterface.com/forums/showthread.php?t=50738)

Fastroc 12-14-14 07:26 PM

Gnome Sequencer
 
Using Gnome sequencer here is macro
Sequences['Protpally'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
'/castsequence reset=20 Sacred Shield,Crusader Strike,Crusader Strike,Crusader Strike,Crusader Strike,Crusader Strike,Crusader Strike',
'/cast Judgment',
'/cast Holy Wrath',
"/cast Avenger's Shield",
'/cast [@player] Holy Prism',
'/cast Hammer of Wrath',
'/cast Consecration',
PostMacro = [[
/cast Shield of the Righteous
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Now after you save and go into wow you type /macro macro screen comes up you type in macro name in this cause be Protpally. After you hit enter saves macro and in enter macro command box should say
#showtooltip
/cast Protpally
mine shows nothing and macro does work

Duugu 12-14-14 07:46 PM

Ehm. What? :)

Coote 12-14-14 09:17 PM

Is this for a bot or something? This definitely isn't how WoW macros work. At all.

semlar 12-14-14 09:33 PM

It's for GnomeSequencer and it's my own fault for not making an interface for it because people are having a hell of a time editing a text file.

Duugu 12-15-14 10:28 AM

Quote:

Originally Posted by semlar (Post 302540)
It's for GnomeSequencer and it's my own fault for not making an interface for it because people are having a hell of a time editing a text file.

Doh. This explains a lot. :) Thanks Semlar.

MoonWitch 12-15-14 08:23 PM

The OP could have at least mentioned what add-on it was for, or something to give a pointer - other then Help - BOOM. Just tossing that out there :P

Mirrikh 12-17-14 07:07 AM

Quote:

Using Gnome sequencer here is macro
but he did say the addon name.

ravagernl 12-17-14 11:25 AM

Quote:

Originally Posted by Fastroc (Post 302536)
command box should say
#showtooltip
/cast Protpally
mine shows nothing and macro does work

@semlar: Shouldn't that be /click ProtPally? I imagine ProtPally is a frame here.

Fastroc 12-17-14 02:56 PM

Yes click Protpally my problem is having it work in the game

semlar 12-17-14 03:08 PM

Most people have problems installing it in the first place, check that it's actually showing up in the addons list in-game and make sure it's being loaded.

If you didn't name the Sequences file correctly but it's being loaded it would print an error message to the chat when you log in.

If there's a problem with what you wrote in the file it would be throwing a lua error when you log in, if you have "show lua errors" enabled under the help section of the interface menu.

Fastroc 12-17-14 03:48 PM

I know it is in the add-on menu Did not check the chat when loaded one day it work next day it did not.

Fastroc 12-17-14 03:51 PM

I know it is in the add-on menu Did not check the chat when loaded one day it work next day it did not. Thankyou for help will let you know how it goes


All times are GMT -6. The time now is 11:45 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI