GS PvP Feral macros ( not perfect work in progress )

Here are some GS macros I have came up with and would like some feed back for those willing to test it

1 is the opener and general damage I guess and the other is the finisher set.

Sequences[‘Kitty’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
]],
‘/castsequence reset=10 Rake,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Ferocious Bite’,
‘/use [stealth]Rake’,
‘/use [combat]reset=60 Faerie Fire’,
[[/cast Tiger’s Fury]],
‘/cast Berserk’,
‘/cast [combat]Survival Instincts’
‘/cast Incarnation: King of the Jungle’
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences[‘Killer’] = {
PreMacro = [[
/targetenemy [noharm,dead]
‘/castsequence reset=target Rake,Shred,Shred,Shred,Ferocious Bite,Rake,Shred,Shred,Shred,Shred,Rake,Shred,Faerie Fire,Shred,Shred,Shred,Ferocious Bite,Rake,Shred’
/startattack
‘/cast [nostealth,nocombat] Prowl’
‘/cast [combat]Tiger’s Fury’
‘/cast [combat]Berserk’
‘/cast [combat] Survival Instincts’
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

i tried to edit to make it work…but i dont know why i could not make it work…and this macro mess up my whole macros library in my .lua folder

I’m guessing its because he didn’t put it in the black code box when he posted the macro, apparently it messes it all up if you don’t…something to do with the ’ at the beginning of each line i think

Sequences[‘Kitty’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
]],
‘/castsequence reset=10 Rake,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Ferocious Bite’,
‘/use [stealth]Rake’,
‘/use [combat]reset=60 Faerie Fire’,
[[/cast Tiger’s Fury]],
‘/cast Berserk’,
‘/cast [combat]Survival Instincts’
‘/cast Incarnation: King of the Jungle’
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}
Sequences[‘Killer’] = {
PreMacro = [[
/targetenemy [noharm,dead]
‘/castsequence reset=target Rake,Shred,Shred,Shred,Ferocious Bite,Rake,Shred,Shred,Shred,Shred,Rake,Shred,Faerie Fire,Shred,Shred,Shred,Ferocious Bite,Rake,Shred’
/startattack
‘/cast [nostealth,nocombat] Prowl’
‘/cast [combat]Tiger’s Fury’
‘/cast [combat]Berserk’
‘/cast [combat] Survival Instincts’
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

this macro does not work, wont even load into the gnome sequencer, errors in coding im guessing

Anyone willing to link a download for a working GS feral script? I have tried a few time now to edit one but not able to figure out why its not working.

hi i am about to test ur macro

the reason it wasnt working is bcuz of the commas
i havent gone in game yet but thats my suspicion so if u add this macro be sure to replace all commas w this one —> ’

i have also removed the autounshift since i have shivra

ill edit this post if i find that its working well for me
ive had a lot of problems w hang up in the past and i think it may be faerie fire/swarm so ill test it w and w/o it in this macro

edit: for some reason it is not even being added from gs
i have looked at my other macros and everything seems fine - even fixed it a little just in case - but its not being added still

edit2: here is what ive done but im still having problems adding this macro and i have no idea why
everything seems to be in order

Sequences['Kitty'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast [@target,noharm]Wild Charge
]],
	'/castsequence [combat] reset=10 Rake,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Ferocious Bite',
	'/use [stealth]Rake',
	'/use [combat]reset=60 Faerie Fire',
	[[/cast [combat]Tiger's Fury]],
	'/cast [combat]Berserk',
	'/cast [combat]Survival Instincts'
	'/cast [combat]Incarnation: King of the Jungle',
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Sequences['Killer'] = {
PreMacro = [[
/targetenemy [noharm,dead]
]],
	'/castsequence [combat] reset=target Rake,Shred,Shred,Shred,Ferocious Bite,Rake,Shred,Shred,Shred,Shred,Rake,Shred,Faerie Fire,Shred,Shred,Shred,Ferocious Bite,Rake,Shred',
	'/cast [nostealth,nocombat] Prowl',
	'/cast [combat]Tiger's Fury',
	'/cast [combat]Berserk',
	'/cast [combat]Survival Instincts',
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

turns out i was getting errors from this macro on certain lines and for some reason my prot pali macro was interfering

the macro is now working fine i havent tested it in a bg yet but i will in a few
my dps seems good on the dummy so far

Sequences['Kitty'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
/cast [@target,noharm]Wild Charge
]],
	'/castsequence [combat] reset=target Rake,Shred,Shred,Shred,Rip,Rake,Shred,Shred,Ferocious Bite',
	'/cast [stealth]Rake',
	'/cast reset=60 Faerie Fire',
	[[/cast [combat]Tiger's Fury]],
	'/cast [combat]Berserk',
	'/cast [combat]Survival Instincts',
	[[/cast Incarnation: King of the Jungle
]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences['Killer'] = {
PreMacro = [[
/targetenemy [noharm,dead]
]],
	'/castsequence [combat] reset=target Rake,Shred,Shred,Shred,Ferocious Bite,Rake,Shred,Shred,Shred,Shred,Rake,Shred,Shred,Shred,Shred,Ferocious Bite,Rake,Shred',
	'/cast [nostealth,nocombat] Prowl',
	[[/cast [combat]Tiger's Fury]],
	'/cast [combat]Berserk',
	'/cast [combat]Survival Instincts',
	[[/cast Nature's Vigil
]],
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Thanks for the macro

Hello guys! I have just made my Burst Macro for PvP Feral, Test it and see how you like it? :slight_smile:

GnomeSequencer Feral PvP Burst Macro 6.1.2 - 2015-05-07 - Patch 6.0+ - WoW Lazy Macros

Thanks