Cast Fishing via script

Hi, I am trying to make a custom keybind for fishing. However, I do not know what to put as the command. The following does not work:

Fishing

I guess I have to have the command in script form somehow?

the command is /cast Fishing

IRRC

Does not work as a keybind, need a script I think. :confused: Thanks anyway!

Hi,
what you are looking for should be “SPELL Fishing”.

You can use following chat command, to create a key binding for fishing. Just change C with whatevery key you want to use. AttemptToSaveBindings(2) will save the key bind only for your character, change 2 to 1 for account wide.

/run SetBinding("C","SPELL Fishing");AttemptToSaveBindings(2)

Regards

1 Like

Perfect, much appreciated!

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