Give a Macro, Take a Macro!

Welcome to the forums of Runes of Magic EN & US

Rules and Guidelines: Game Rules - Community Guidelines - Terms of Use - RoM Servers Status

Customer Support: EN/EU Customer Support - US Customer Support

Get in touch with us: Join our Discord!
  • Wierd... I wonder why DIYCombatEngine doesn't seem to work with set skills then. I did some looking, and it seems that there is a CustomAction function, but am not sure if this is their attempt to fix tis, or how to use it if so. I'll keep hacking away at trying to figure it out.

  • Is there a way to make a channel change macro for multiple people in a party? What I tried is...


    /run i=GetLeaderChannelID();if IsZoneChannelOnLine(i+1) then ChangeParallelID(i+1) else ChangeParallelID(1)end


    but if the party leader changes first, the rest go to the channel after the leader. Is there a way to get the player's zone ID instead of the party leader's zone ID?

    Edited once, last by Champ ().