Its keyed under my fishing key, i couldn't find anyother way to do it.
Is there a way to map it to a keyboard key?
Note: can't use custom hotbutton keys while casting
Code: Select all
#turbo
#event dism "You can't fish without a fishing pole, go buy one."
Sub Main
:Mainloop
/doevents
/delay 1s
/goto :Mainloop
/return
Sub Event_dism
/dismount
/press d
/press d
/return 

