Hilfe beim Makro

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
KeinPlan
Posts: 23
Joined: Wed Jun 17, 2015 5:59 am

Hilfe beim Makro

#1 Post 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
User avatar
Administrator
Site Admin
Posts: 5340
Joined: Sat Jan 05, 2008 4:21 pm

Re: Hilfe beim Makro

#2 Post 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.
KeinPlan
Posts: 23
Joined: Wed Jun 17, 2015 5:59 am

Re: Hilfe beim Makro

#3 Post 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.
User avatar
Administrator
Site Admin
Posts: 5340
Joined: Sat Jan 05, 2008 4:21 pm

Re: Hilfe beim Makro

#4 Post 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.
Post Reply