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.

1

Friday, June 13th 2014, 7:16am

ISS cooldown

Does anyone know a function to get the cooldown of Item-set skills? The function GetActionCooldown works assuming you have the room on your bar for the set skill, so im just checking if there is any other way of returning the remaining cooldown on a set skill.
Cammo (82 M/82 W/82 R) 116,147 unbuffed Matk :D (95k pa - r/m)
Livia (82 P/77 K/75 S) wisdom O.o wtf is that...
~~ retired - Thanks to gameforge for that. ~~

Asphodelix

Professional

Posts: 856

Location: Prolly my comp

Occupation: Bored person

Mood: Crying

  • Send private message

2

Friday, June 13th 2014, 5:14pm

If you talking about what i think you are just mouse over the skill it'll tell you the cool down there's not much thinking or complexity to it mouse over and learn to read.


M/D/R/W 92/83/50/50

FarmerTom

Professional

Posts: 1,058

Location: Hiding around every corner :)

  • Send private message

3

Friday, June 13th 2014, 6:30pm

totally not what your thinking about LOL.
Misguidedknight 72S/72K/70R Retired
Cerburus 100Wd/100S/100W/100R/100D/70M
Misguided 100CH/100R/100M/68WL/88P/52W
Sober 100K/60P/60W <-best toon name for anyone that knows me :)

Once proud co-leader of Exiled Demon Horde.
Been on multiple servors
Started playing around lvl 55 Cap...

Easycompany

4

Friday, June 13th 2014, 6:57pm

As far as I know, there is no way to get the remaining cd time for ISS, without going through action bars.

5

Friday, June 13th 2014, 11:34pm

If you talking about what i think you are just mouse over the skill it'll tell you the cool down there's not much thinking or complexity to it mouse over and learn to read.


Oh really? wow! I didn't know you were able to read the cooldown! THANKS DUDE!

....

Now, if you're done being a douche, try thinking about WHY I might be asking if anyone knows a function for it. Though I think that'll be too hard for you to figure out, so i'll tell you. I simply want to condense 3 action bar slots down into 1. I use every bar slot available already, so don't have the room to be adding ISS's to it just to check cooldown. Now for the reason - I play rogue and have Kanches Rend hotkey'ed on Action bar. I wanted to replace that hotkey with a macro that casts Kanches, but if it's on cd use Phantom Stab instead, and if neither of those cast, tell me in chat what their cooldowns are.

As far as I know, there is no way to get the remaining cd time for ISS, without going through action bars.


Thanks for an actual valid response, somebody could learn something from you apparently... And darn, guess I'll have to go with simply casting both at the same time. I know that works but isn't quite what I was looking for.
Cammo (82 M/82 W/82 R) 116,147 unbuffed Matk :D (95k pa - r/m)
Livia (82 P/77 K/75 S) wisdom O.o wtf is that...
~~ retired - Thanks to gameforge for that. ~~

6

Saturday, June 14th 2014, 10:47am

I know its not exactly what your looking for but I use MacroCooldowns addon to display ISS cooldowns on actionbar,
with a little Lua I also do shared cooldowns on ISS.

.frafall

Source code

1
2
3
4
5
function SharedCD(t, ...)
	for k,skill in pairs({...}) do
		MakroCooldown(skill, t)
	end
end

7

Saturday, June 14th 2014, 1:08pm

Wait what, how did you get MacroCooldowns to work? I tried it a while back but every time I tried to use it, it would instantly close the client. I PM'ed Noguai about it and he also confirmed the issue, but couldn't find what was causing it either.
Cammo (82 M/82 W/82 R) 116,147 unbuffed Matk :D (95k pa - r/m)
Livia (82 P/77 K/75 S) wisdom O.o wtf is that...
~~ retired - Thanks to gameforge for that. ~~

Cike

Rogue

Posts: 4,171

Occupation: Being Human

  • Send private message

8

Sunday, June 15th 2014, 12:56am

Wait what, how did you get MacroCooldowns to work? I tried it a while back but every time I tried to use it, it would instantly close the client. I PM'ed Noguai about it and he also confirmed the issue, but couldn't find what was causing it either.

tried it as well, not much more success. if you can figure out how to make it work, i would be overjoyed if you shared it ^.^
my r/p can outdps r/m. your name is stupid.

mages should stack dex. word.

9

Sunday, June 15th 2014, 12:58pm

I'm not sure, I never saw an issue with it, I'm attaching the version I'm using.

.frafall

PS. Hmm I might have patched it way back, don't remember but I've used it a long time.
frafall has attached the following file:

10

Sunday, June 15th 2014, 2:18pm

Tried it...but it still did as it always has for me O.o When I set the cooldown with

Source code

1
/setCooldown (Macroname) (Duration of cooldown)
it instantly closes the client.
Cammo (82 M/82 W/82 R) 116,147 unbuffed Matk :D (95k pa - r/m)
Livia (82 P/77 K/75 S) wisdom O.o wtf is that...
~~ retired - Thanks to gameforge for that. ~~

11

Sunday, June 15th 2014, 5:29pm

Does the name of your macro have a space in it? I remember that would always close the client for me. I renamed the macro without spaces and it worked, for whatever reason.

12

Tuesday, July 1st 2014, 4:42am

Does the name of your macro have a space in it? I remember that would always close the client for me. I renamed the macro without spaces and it worked, for whatever reason.

Na, it still instantly closes client, even just naming the macro "test".
Cammo (82 M/82 W/82 R) 116,147 unbuffed Matk :D (95k pa - r/m)
Livia (82 P/77 K/75 S) wisdom O.o wtf is that...
~~ retired - Thanks to gameforge for that. ~~