Need some help with MM macro

Hey guys I’ve been using beef-wellingtons marksman macro but i need someone to help me with the removal of the pet commands within the macro itself. The reason for this is the talent ‘Lone Wolf’ which basically means i cannot use a pet which proves a problem when using a macro such as beefs which wont work unless you have a pet active,please can someone help? or suggest a better macro? i also would like to start working with beat mastery so if anyone has any good beast mastery macros it would be much appreciated please.

p.s i am using Gnome Sequencer for my macros

Current Beef’s Macro -

Sequences[‘HmmnST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/use [nopet,nomod]call pet 5;[@pet,dead]Revive Pet
/revivepet
/petattack [@target,harm]
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/cast [combat] Rapid Fire
/console Sound_EnableSFX 0
]],
‘/castsequence [@focus,exists][@pet,exists] reset=30 Misdirection’,
‘/cast !Kill Shot’,
‘/cast Chimaera Shot’,
‘/cast A Murder of Crows’,
‘/cast Kill Shot’,
‘/cast Barrage’,
‘/cast Aimed Shot’,
‘/castsequence [nochanneling]reset=5 Steady Shot,Steady Shot,Steady Shot’,
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
/cast Chimaera Shot
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

I have tried to remove the pet commands myself and was left with something like this -

Sequences[‘HmmnSTNP’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat] Rapid Fire
]],
‘/castsequence [@focus,exists] reset=30 Misdirection’,
‘/cast !Kill Shot’,
‘/cast Chimaera Shot’,
‘/cast A Murder of Crows’,
‘/cast Kill Shot’,
‘/cast Barrage’,
‘/cast Aimed Shot’,
‘/castsequence [nochanneling]reset=5 Steady Shot,Steady Shot,Steady Shot’,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/cast Chimaera Shot
/script UIErrorsFrame:Clear()
]],
}

Is this okay? or will it cause any issues? really dont know enough about these macro’s to fully understand if the changes i have made are a viable approach to 1 button dps rotation macro’s!

All the best
Aleksiä-Bouldfist