You are not logged in.

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

TheMann64

Intermediate

  • "TheMann64" started this thread

Posts: 340

Occupation: I do accounting, when I'm not cruising the forums

  • Send private message

1

Sunday, June 17th 2012, 5:07am

Skill-proc macro help please!

Can somebody help me out with some code? I'm trying to create a macro that will use a skill if it is available (i.e. Feint, which can only be used after a warrior misses an attack) and will use a different skill instead if the first skill is unavailable. There used to be a post about this, but I believe it was lost when the forums migrated.

Thanks!
Govinda
Guild: Theblacknights
Babesmann - Dwarfmann

2

Friday, June 22nd 2012, 11:17am

/run if GetActionUsable(x) then UseAction(x) else UseAction(y); end

x = the action Feint is located on
y is the action that your second skill is located on