Macro variable for /wait

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!
  • Hi guys,

    is it possible to use a variable for /wait

    For example:


    /run if [something] == [anything] then x = 2 else x = 4 end

    /run UseAction(4)

    /wait x

    /run UseAction(6)


    But i tried this one and normally the variable is global and can be used in other commands like /run, but this seems not to work for /wait. Is there any possibility to use a case specific timer for /wait?

  • Rathesgund---- run is scripting command to run part of that code....he just need cooldown time for particular skill used on particular mob....its easy to program with few macros in Action bar...no need for variables...

  • I use multiple skills with one makro and want to set a different wait timer for each skill.I define around 6 skills in a function and then recall the function all 0.75 seconds, so its a macro to cast 6 skills in a row and this like 2 times. With a variable wait timer i could make this go more than 2 times and also faster skill casting, cause some skills have a spelltime and the timer sometimes Hits just before the spell is casted / other skill is ready.

    Edited 3 times, last by DerStille ().