Thanks to all;
I will take your advices!
Search found 3 matches
- Fri Aug 21, 2015 2:14 am
- Forum: Runes of Magic
- Topic: Get Skill cooldown to use in profile
- Replies: 13
- Views: 7199
- Thu Aug 20, 2015 1:30 pm
- Forum: Runes of Magic
- Topic: Get Skill cooldown to use in profile
- Replies: 13
- Views: 7199
Re: Get Skill cooldown to use in profile
Super
But, I need to use this code as a function? Where I can declare it in profile?
Thanks for your support!
But, I need to use this code as a function? Where I can declare it in profile?
Thanks for your support!
- Thu Aug 20, 2015 7:10 am
- Forum: Runes of Magic
- Topic: Get Skill cooldown to use in profile
- Replies: 13
- Views: 7199
Get Skill cooldown to use in profile
Hi all;
I want to chek the skills cooldown to make a good decision on "onPreskillCast" section fo the profile.
Return the boolean value depending on some skill cooldown, example:
if arg1.Name == "ROGUE_SHODOWSTAB" then
if (X)Skill.cooldown > 3 then
return false
end
How o which function can ...
I want to chek the skills cooldown to make a good decision on "onPreskillCast" section fo the profile.
Return the boolean value depending on some skill cooldown, example:
if arg1.Name == "ROGUE_SHODOWSTAB" then
if (X)Skill.cooldown > 3 then
return false
end
How o which function can ...