View Single Post
11-11-22, 09:10 PM   #11
whobdobub
A Kobold Labourer
Join Date: Oct 2020
Posts: 1
I Messaged hhim this is what he sent me. The only thing i needed to change to make it work agaion was this part - /click [nocombat] SmartRez LeftButtonDown


here ius what he said in case you need to change more.

Try changing this line in the macro from

Lua Code:
/click [nocombat] SmartRez

to

Lua Code:
/click [nocombat] SmartRez LeftButtonDown

You may also need to add this to the bottom of the lua file:

Lua Code:
button:RegisterForClicks("LeftButtonDown", "LeftButtonUp")
  Reply With Quote