GS Feral pvp 6.2

here is a macro i am running in bgs have

talents
3,1,3,3,3,3,3

glphys

cat form, ferocious bite, savage roar


Sequences["feraldrPVP"] = {
StepFunction = [[
stepa = "122391225467"

limit = string.len(stepa) or 1
if stepc == nil then
stepc = 1
end
if stepc >= limit then
stepc = 1
else
stepc = stepc + 1
end
step = tonumber(strsub (stepa, stepc, stepc))
]],
PreMacro = [[
]],

-- Macro 1
[[
/run("Executing macro 1! (Rake)")
/cast Rake
]],

-- Macro 2
[[
/run("Executing macro 2! (Shred)")
/cast Shred
]],

-- Macro 3
[[
/run("Executing macro 3! (Rip)")
/cast Rip
]],

-- Macro 4
[[
/run("Executing macro 4! (Tiger's Fury)")
/cast Tiger's Fury

]],

-- Macro 5
[[
/run("Executing macro 5! (Ferocious Bite)")
/cast Ferocious Bite
]],

-- Macro 6
[[
/run("Executing macro 6! (Mighty Bash)")
/cast Mighty Bash
]],

-- Macro 7
[[
/run("Executing macro 7! (Skull Bash)")
/cast Skull Bash
]],

-- Macro 8
[[
/run("Executing macro 8! (Thrash)")
/cast Thrash
]],

-- Macro 9
[[
/run("Executing macro 9! (Incarnation: King of the Jungle)")
/cast Incarnation: King of the Jungle
]],

PostMacro = [[
/startattack
/cast [combat]Nature's Vigil
/cast [combat]Berserk
/cast [combat]Force Of Nature
/use Draenic Agility Potion
/use 13
/use 14
]],
}

i made another i am testing but talents are

3,1,3,2,3,3,3

same glyphys


Sequences["feraldrPVPbeta"] = {
StepFunction = [[
stepa = "123"

limit = string.len(stepa) or 1
if stepc == nil then
stepc = 1
end
if stepc >= limit then
stepc = 1
else
stepc = stepc + 1
end
step = tonumber(strsub (stepa, stepc, stepc))
]],
PreMacro = [[
]],

-- Macro 1
[[
/run("Executing macro 1! (Rake)")
/castsequence reset=5 Rake,Shred,Shred,Tiger's Fury,Rip
]],

-- Macro 2
[[
/run("Executing macro 2! (Shred)")
/castsequence reset=5 Rake,Shred,Shred,Ferocious Bite
]],

-- Macro 3
[[
/run("Executing macro 3! (Incarnation: King of the Jungle)")
/cast Incarnation: King of the Jungle
]],

-- Macro 4
[[
/run("Executing macro 4! ()")
/cast 

]],

-- Macro 5
[[
/run("Executing macro 5! ()")
/cast 
]],

-- Macro 6
[[
/run("Executing macro 6! ()")
/cast 
]],

-- Macro 7
[[
/run("Executing macro 7! (Skull Bash)")
/cast Skull Bash
]],

-- Macro 8
[[
/run("Executing macro 8! (Thrash)")
/cast Thrash
]],

-- Macro 9
[[
/run("Executing macro 9! (Savage Roar)")
/cast Savage Roar
]],

PostMacro = [[
/startattack
/cast [combat]Nature's Vigil
/cast [combat]Berserk
/cast [combat]Force Of Nature
/cast [combat]Rejuvenation
/use Draenic Agility Potion
/use 13
/use 14
]],
}

What did you change to get GS to work? Because GS is not working for me anymore in patch 6.2?

Regards,

Daan

didn’t change anything

The macro worked for me but I keep casting entangling roots and healing myself, in addition to the rest. Where is the healing coming from, I’d rather control that myself.

just remove rejuvenation roots come from force of nature

Just use this one tweak it to how u like
if u want a finisher just replace rip with ferocious bite

Sequences['FeralOpener'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast !Wild Charge
/cast [nostance] !cat form
/cast [stance:1]!Bear Form(Shapeshift)
/cast [stance:3]!Cat Form(Shapeshift)
/cast [stance:4]!Travel Form(Shapeshift)
/cast [stance:2]!Aquatic Form(Shapeshift)
/cast [stance:5]!Swift Flight Form(Shapeshift)
/cast [nostealth,nocombat] Prowl
]],
[[/cast [combat] Incarnation: King of the Jungle]],
[[/castsequence [nostealth,stealth] reset=target Rake]],
[[/cast [combat] faerie fire]],
[[/cast Shred]],
[[/castsequence reset=10 Shred, Shred, Shred, Rip]],
PostMacro = [[
/cast [combat] Berserk
/cast [combat] Nature's Vigil
/use [combat] 13
/use [combat] Draenic Agility Potion
/cast [combat] Tiger's Fury
/run UIErrorsFrame:Clear()
]],
}

Daan,

You have to edit the GnomeSequencer.toc file if your having trouble.

Interface: 60200 <— EDIT THIS…IT WAS 60100 which = (patch 6.1)

L8r

Works great thanks alot bro. you are using king of jungle but your talent is force of nature. I am confused that

[quote quote=24889]here is a macro i am running in bgs have
talents 3,1,3,3,3,3,3
glphys
cat form, ferocious bite, savage roar


Sequences["feraldrPVP"] = {
StepFunction = [[
stepa = "122391225467"

limit = string.len(stepa) or 1
if stepc == nil then
stepc = 1
end
if stepc >= limit then
stepc = 1
else
stepc = stepc + 1
end
step = tonumber(strsub (stepa, stepc, stepc))
]],
PreMacro = [[
]],

-- Macro 1
[[
/run("Executing macro 1! (Rake)")
/cast Rake
]],

-- Macro 2
[[
/run("Executing macro 2! (Shred)")
/cast Shred
]],

-- Macro 3
[[
/run("Executing macro 3! (Rip)")
/cast Rip
]],

-- Macro 4
[[
/run("Executing macro 4! (Tiger's Fury)")
/cast Tiger's Fury

]],

-- Macro 5
[[
/run("Executing macro 5! (Ferocious Bite)")
/cast Ferocious Bite
]],

-- Macro 6
[[
/run("Executing macro 6! (Mighty Bash)")
/cast Mighty Bash
]],

-- Macro 7
[[
/run("Executing macro 7! (Skull Bash)")
/cast Skull Bash
]],

-- Macro 8
[[
/run("Executing macro 8! (Thrash)")
/cast Thrash
]],

-- Macro 9
[[
/run("Executing macro 9! (Incarnation: King of the Jungle)")
/cast Incarnation: King of the Jungle
]],

PostMacro = [[
/startattack
/cast [combat]Nature's Vigil
/cast [combat]Berserk
/cast [combat]Force Of Nature
/use Draenic Agility Potion
/use 13
/use 14
]],
}

```[/quote]

it was to make a chose to which one you prefer in talents so you didn’t have to change in macro

Dont know about u guys but it doesnt cast shred for me jsut keeps doing rake plz help