1 button fishing macro

i have problem whit this macro i can’t make it equip both my main hand and off-hand. just one or the other. Any tips to make the macro more compact or how you use multiple items in a [mod:ctrl] command

#showtooltip [mod:shift] Bright Baubles; Fishing <— (just show how many i Bright Baubles i have whant i press shift)
/equip [mod:shift] Nat Pagle’s Extreme Angler FC-5000 <-----( enchat my sishing pole)
/use [mod:shift] Bright Baubles <----( select what to enchat my fishing pole with)
/use [mod:shift] 16 <---- (enchat my fishing pole)
/cast [nomod] Fishing <— (start fishing)
/equip [mod:ctrl] Charstone Dirk Gizlock’s Hypertech Buckler <----(equip my normal wepons. it is this part that not work )

it wood work if i had like:

/equip [mod:ctrl] Charstone Dirk
/equip [mod:ctrl]Gizlock’s Hypertech Buckler

But then it hitt the max characters in a macro then. im 239/255 atm

and now when pvp is out. wood be good to able to swich back to my wepons fast

I’m using this and it does the job:

Blockquote
/equip [noequipped:Fishing Pole,mod:shift] Nat Pagle’s Extreme Angler FC-5000
/equipslot [equipped:Fishing Pole,mod:shift] 16 Dal’Rend’s Sacred Charge
/equipslot [equipped:Fishing Pole,mod:shift] 17 Dal’Rend’s Tribal Guardian
/use [mod:ctrl] Shiny Bauble

1 Like

thanks for shareing. but i can’t see how to fitt start fishing in there too. tryit in it s allready at max characters :confused:

You remove the Shiny Bouble part. Dont actually need it.

Hmm, if you have 2 spare action buttons, you could use the /click command

You remove the Shiny Bouble part. Dont actually need it.

but that makes it so can’t enchat my fishing pole when i press shift

Hmm, if you have 2 spare action buttons, you could use the /click command

Blockquote

what is the /click command?

Simulates clicks to another action buttons, so you can split the macro into 2

not realy what im looking for :frowning:

Use two macros. That is your only option.

While I think you should just put your weapon stuff on a separate macro, you can free up some space in the first line. Why not just always have it as this?

#showtooltip Bright Baubles

Do you badly need to see the Fishing tooltip? :stuck_out_tongue:

got fix from somewhere ells. here the macro if some1 want it

#showtooltip [mod:shift] Bright Baubles; Fishing
/equip [mod:shift] Nat Pagle’s Extreme Angler FC-5000; [mod:ctrl] Charstone Dirk
/equip [mod:ctrl] Gizlock’s Hypertech Buckler
/use [mod:shift] Bright Baubles; [nomod] Fishing
/use [mod:shift] 16

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.