Page 1 of 1

Hilfe beim Makro

Posted: Sat Mar 12, 2022 11:37 am
by KeinPlan
Hi zusammen,

vielleicht kann mir eine Helfen ich will ein Makro machen das 40 mal fegefeuer castet.

/script for i = 1, 40 do UseAction(1);end

das klapp aber nicht oder kann man anderst lösen der char steht nur auf einer Stelle

Re: Hilfe beim Makro

Posted: Sun Mar 13, 2022 8:17 am
by Administrator
I believe that RoM's code was changed years ago to support only allowing a single "action" (a skill in this case) to trigger from a single macro.

I think you would need to create an addon instead, but I'm not sure if that would actually solve it.

Re: Hilfe beim Makro

Posted: Thu Mar 17, 2022 2:00 pm
by KeinPlan
ok schade :cry:

wie muss ich das machen das der nur auf einer Stelle Steht und Fegefeuer castet.
das macht er bei mir nicht.

Re: Hilfe beim Makro

Posted: Sat Mar 19, 2022 8:58 am
by Administrator
Here's a tutorial on how to create an addon:

https://runesofmagic.fandom.com/wiki/Addon_Tutorial


I think you want to create a "slash command" that can then cast all of the skills you need.