GS PVE Feral

Simucraft says 37k I should be pulling but cant seem to keep solid 22k so I must be missing something any one can help me out (yes I know there is a dps loss of at least 5k, but this is 15k, I burst up to 50k single

Talents: 3,1,3,3,3,2
Glyphs: Savagery rest dont really matter

Sequences[‘JezST’] = {
PreMacro = [[
/cast Wild Charge
/targetenemy [noharm][dead]
]],
‘/castsequence reset=combat Rake,shred,shred,shred,!Rip,Rake,shred,shred,shred,ferocious bite,Rake,shred,shred,shred,ferocious bite’,
‘/use [combat] Berserk’,
‘/use [combat] survival instincts’,
“/cast Nature’s Vigil”,
‘/cast War Stomp’,
‘/cast Incarnation: King of the Jungle’,
PostMacro = [[
/startattack
/cast Tiger’s Fury
/use [combat]13
/use [combat]14
]],
}

Sequences[‘JezAoE’] = {
PreMacro = [[
/cast Wild Charge
/targetenemy [noharm][dead]
]],
‘/castsequence reset=combat Thrash,Swipe,Swipe,Swipe,Rip,Swipe,Thrash,Swipe,Ferocious Bite,Swipe,Thrash,Swipe,Ferocious Bite’,
‘/use [combat] Berserk’,
‘/use [combat] survival instincts’,
“/cast Nature’s Vigil”,
‘/cast War Stomp’,
‘/cast Incarnation: King of the Jungle’,
PostMacro = [[
/startattack
/cast Tiger’s Fury
/use [combat]13
/use [combat]14
]],
}

hi mate can u put the macro in black box please cant copy it to my notepad :slight_smile: it saying syntax error on line

Sequences['JezST'] = {
PreMacro = [[
/cast Wild Charge
/targetenemy [noharm][dead]
]],
'/castsequence reset=combat Rake,shred,shred,shred,!Rip,Rake,shred,shred,shred,ferocious bite,Rake,shred,shred,shred,ferocious bite',
'/use [combat] Berserk',
'/use [combat] survival instincts',
"/cast Nature’s Vigil",
'/cast War Stomp',
'/cast Incarnation: King of the Jungle',
PostMacro = [[
/startattack
/cast Tiger’s Fury
/use [combat]13
/use [combat]14
]],
}

Sequences['JezAoE'] = {
PreMacro = [[
/cast Wild Charge
/targetenemy [noharm][dead]
]],
'/castsequence reset=combat Thrash,Swipe,Swipe,Swipe,Rip,Swipe,Thrash,Swipe,Ferocious Bite,Swipe,Thrash,Swipe,Ferocious Bite',
'/use [combat] Berserk',
'/use [combat] survival instincts',
"/cast Nature’s Vigil",
'/cast War Stomp',
'/cast Incarnation: King of the Jungle',
PostMacro = [[
/startattack
/cast Tiger’s Fury
/use [combat]13
/use [combat]14
]],
}

Dont know how to do black box but their are no errors from my side probably the cut and paste, are you seeing whats wrong with macro? its not putting dps out… like i said I should mention that Im mainly a healer with tank gear on my dps spec cause I was a bear, bear macro I made works fine… dps on other hand not so pretty lol… item lvl is 694 link to me http://www.askmrrobot.com/wow/player/us/kilrogg/jezanna

thank u :slight_smile:

am useing the marco to level with it seem ok while questing will let u know when i get older

Sequences[‘FeralST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
/castsequence [@player,nostance:2] Mark of the Wild,Cat Form(Shapeshift)
/cast [nostealth,nocombat] Prowl
/castsequence [nocombat] reset=target !rake,null
/stopattack [stealth]
]],
‘/castsequence [combat,nostealth] reset=target Shred,Shred,Shred,Ferocious Bite,Rake,Shred,Shred,Shred,Rip,Rake,Shred,Savage Roar’,
[[/cast Tiger’s Fury]],
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/console Sound_EnableSFX 1
]],
}

Sequences[‘FeralCD’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
[[/cast [combat] Incarnation: King of the Jungle]],
‘/cast [combat] Berserk’,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/console Sound_EnableSFX 1
]],
}

Sequences[‘FeralAoE’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/castsequence [@player,nostance:2] Mark of the Wild,Cat Form(Shapeshift)
/cast [nostealth,nocombat] Prowl
/castsequence [nocombat] reset=target !rake,null
/stopattack [stealth]
]],
‘/castsequence [combat,nostealth] Thrash, Swipe, Swipe, Swipe, Rip, Swipe, Thrash, Swipe, Ferocious Bite’,
[[/cast [combat] Tiger’s Fury]],
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/console Sound_EnableSFX 1
]],
}

let me know if it any good found it on another website

.

its not working …

`Sequences[‘JezST’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/cast Wild Charge
/targetenemy [noharm][dead]
]],
‘/castsequence reset=combat Rake,shred,shred,shred,!Rip,Rake,shred,shred,shred,ferocious bite,Rake,shred,shred,shred,ferocious bite’,
‘/use [combat] Berserk’,
‘/use [combat] survival instincts’,
‘/cast Nature’s Vigil’,
‘/cast War Stomp’,
‘/cast Incarnation: King of the Jungle’,
PostMacro = [[
/startattack
/cast Tiger’s Fury
/use [combat]13
/use [combat]14
]],
}

Sequences[‘JezAoE’] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/cast Wild Charge
/targetenemy [noharm][dead]
]],
‘/castsequence reset=combat Thrash,Swipe,Swipe,Swipe,Rip,Swipe,Thrash,Swipe,Ferocious Bite,Swipe,Thrash,Swipe,Ferocious Bite’,
‘/use [combat] Berserk’,
'/use [combat] survival instincts’,
‘/cast Nature’s Vigil’,
‘/cast War Stomp’,
‘/cast Incarnation: King of the Jungle’,
PostMacro = [[
/startattack
/cast Tiger’s Fury
/use [combat]13
/use [combat]14
]],
}

better?

Sequences['JezST'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],	
PreMacro = [[
/cast Wild Charge
/targetenemy [noharm][dead]
]],
	'/castsequence reset=combat Rake,shred,shred,shred,!Rip,Rake,shred,shred,shred,ferocious bite,Rake,shred,shred,shred,ferocious bite',
	'/use [combat] Berserk',
	'/use [combat] survival instincts',
	"/cast Nature's Vigil",
	'/cast War Stomp',
	'/cast Incarnation: King of the Jungle',
PostMacro = [[
/startattack
/cast Tiger's Fury
/use [combat]13
/use [combat]14
]],
}

Sequences['JezAoE'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],	
PreMacro = [[
/cast Wild Charge
/targetenemy [noharm][dead]
]],
'/castsequence reset=combat Thrash,Swipe,Swipe,Swipe,Rip,Swipe,Thrash,Swipe,Ferocious Bite,Swipe,Thrash,Swipe,Ferocious Bite',
'/use [combat] Berserk',
'/use [combat] survival instincts',
"/cast Nature's Vigil",
'/cast War Stomp',
'/cast Incarnation: King of the Jungle',
PostMacro = [[
/startattack
/cast Tiger's Fury
/use [combat]13
/use [combat]14
]],
}