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.

ruisen2000

not a wallet warrior

  • "ruisen2000" started this thread

Posts: 4,052

Location: here

Mood: Blink

  • Send private message

1

Tuesday, July 15th 2014, 6:52pm

CD macro says "cooling down" and skips skill that its supposed to cast

I made a CD macro that I was planning to use if I get too lagged/or feeling lazy, and was testing it in instance run last night. However, whenever it gets to Intensification or Elemental catalysis (either one or the other, not both at the same time), it says "cooling down" and does not cast the skill Intensification and just moves on to cast Elemental Catalysis, or it casts intensification and gives "cooling down" at Elemental Catalysis and does not cast elemental catalysis. When this happens, the skills are clearly not in CD, and there s wait time of 1.0 between casting all skills too. So why is it skipping skills?

Spoiler Spoiler


/use Moti Blended Sausage
/wait 1.0
/use Magic Tambourine (3 Days)
/wait 1.0
/use Ancient Spirit Water
/wait 1.0
/cast Unharmed
/wait 1.0
/cast Wisdom and Bravery
/wait 2.5
/cast Activate Mana
/wait 1.0
/cast Berserk
/wait 1.0
/run mytitles = {530538}
/run mytitleindex = mytitleindex or 0 mytitleindex = (mytitleindex + 1) SetTitleRequest(mytitles[mytitleindex % #mytitles + 1])
/wait 0.2
/script CastSpellByName("Soldiers, Attack!")
/wait 1.0
/use Demonic Ruin Potion
/wait 1.0
/cast Intensification
/wait 1.0
/cast Elemental Catalysis
/wait 1.0
/cast Rage Mana
/wait 0.2
/run mytitles = {530752}
/run mytitleindex = mytitleindex or 0 mytitleindex = (mytitleindex + 1) SetTitleRequest(mytitles[mytitleindex % #mytitles + 1])
Noblewarrior
lv 98/98/89/60 M/W/P/K
Kikosi 98/50/60 Wl/Ch/M
the fail clothie tank~

Inactive

Yrcanos

The Dungeon Keeper

Posts: 1,408

Location: Dungeon

  • Send private message

2

Tuesday, July 15th 2014, 7:18pm

Maybe try a slightly longer wait time? I have a similar, but shorter, macro that I just kept adding .1 wait time to whenever the GCD blocked a specific skill.

3

Tuesday, July 15th 2014, 11:43pm

Ping. You have a mighty lot of skills going on there, so even a tiny, minuscule change in ping will throw the whole thing off. Cooldowns are always best used manually. A macro for cooldowns is never going to be as effective and foolproof as manually clicking or hotkeying.
Borella - 100 W/M/S/R/P/K
VVV
If you play P/K in instances you're garbage


Cike

Rogue

Posts: 4,171

Occupation: Being Human

  • Send private message

4

Tuesday, July 15th 2014, 11:51pm

i've found i like to line them all up on an action bar. that way none are missed by accident or lag spike. also, if you are in a lower level instance(helping people, soloing, farming aggs, whatever u may doing there), you can pick and choose the buff you like, maybe skipping consumables or costly buffs.

also, if a boss requires a certain buff not be used(i'm s/d...i have certain burn buffs that could prove fatal if i misused them), it it easier to just skip it than try and cancel buff or block it from casting in the macro.
my r/p can outdps r/m. your name is stupid.

mages should stack dex. word.

ruisen2000

not a wallet warrior

  • "ruisen2000" started this thread

Posts: 4,052

Location: here

Mood: Blink

  • Send private message

5

Wednesday, July 16th 2014, 12:41am

I changed the CD time and it seems to work, ty.

I usually like to click CD's myself, but sometimes I lag so much I just can't click anything lol, which is why I made the macro.
Noblewarrior
lv 98/98/89/60 M/W/P/K
Kikosi 98/50/60 Wl/Ch/M
the fail clothie tank~

Inactive