You are not logged in.

R/K

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, January 17th 2014, 6:01pm

R/K

anyone plays/played r/k and have a source code for holy strike and disarmament ? or just a diyce ?

Cike

Rogue

Posts: 4,171

Occupation: Being Human

  • Send private message

2

Friday, January 17th 2014, 6:06pm

if a diyce code is what you are looking for, I'd start in that thread...then read until you find either what you need or something similar, and if you have trouble implementing it on your own, ask...
my r/p can outdps r/m. your name is stupid.

mages should stack dex. word.

3

Friday, January 17th 2014, 6:08pm

im looking for a diyce for r/k i have something like this but it doesnt work and i dont know why :(
{ name = "Throw", use = true },
{ name = "Wound Attack", use = (EnergyBar1 >= 35) and (tbuffs["Bleed"]) and (tbuffs["Grievous Wound"]) },
{ name = "Low Blow", use = (EnergyBar1 >= 30) and (tbuffs["Bleed"]) and (not tbuffs["Grievous Wound"]) },
{ name = "Shadowstab", use = (EnergyBar1 >= 20) and (not tbuffs["Bleed"]) },
{ name = "Disarmament", use = (pctEB1 >= .05) },
{ name = "Low Blow", use = (EnergyBar1 >= 65) },
{ name = "Holy Strike", use = (EnergyBar1 >= 174) and (tbuffs["Bleed"]) },
{ name = "Attack", use = (thealth == 1) },

4

Friday, January 17th 2014, 9:30pm

hope this helps works for me




--Combat
if enemy then
Skill2 = {
{ name = "Disarmament", use = true },
{ name = "Shadowstab", use = (EnergyBar1 >= 20) and (not tbuffs["Bleed"]) and (not tbuffs["Blind Spot Bleed"]) },
{ name = "Low Blow", use = (EnergyBar1 >= 50) },
{ name = "Wound Attack", use = ((EnergyBar1 >= 35) and (tbuffs["Grievous Wound"]) and ((tbuffs["Bleed"]) or (tbuffs["Blind Spot Bleed"]))) },
{ name = "Low Blow", use = ((EnergyBar1 >= 30) and ((tbuffs["Bleed"]) or (tbuffs["Blind Spot Bleed"]))) },
{ name = "Punishment", use = (tbuffs[500169]) },
{ name = "Holy Strike", use = (EnergyBar2 >= 500) },

}
end

5

Saturday, January 18th 2014, 12:41am

what about the throw and combo throw ?

6

Saturday, January 18th 2014, 12:47am

{ name = "Combo Throw", use = true },
{ name = "Throw", use = true },
{ name = "Disarmament", use = true },
{ name = "Shadowstab", use = (EnergyBar1 >= 20) and (not tbuffs["Bleed"]) and (not tbuffs["Blind Spot Bleed"]) },
{ name = "Low Blow", use = (EnergyBar1 >= 50) },
{ name = "Wound Attack", use = ((EnergyBar1 >= 35) and (tbuffs["Grievous Wound"]) and ((tbuffs["Bleed"]) or (tbuffs["Blind Spot Bleed"]))) },
{ name = "Low Blow", use = ((EnergyBar1 >= 30) and ((tbuffs["Bleed"]) or (tbuffs["Blind Spot Bleed"]))) },
{ name = "Punishment", use = (tbuffs[500169]) },
{ name = "Holy Strike", use = (EnergyBar2 >= 500) },

}
end

7

Saturday, January 18th 2014, 12:57am

do u spam Holy strike or not ?

ghostwolf82

Professional

Posts: 859

Location: Kalvans Trunk

Occupation: It's dark in here

  • Send private message

8

Saturday, January 18th 2014, 3:11am

My first question to you is a multipart one:

A.) Have you read the diyce thread?
B.) Do you understand how diyce works?

9

Saturday, January 18th 2014, 3:30am

hahahaha.... go read the diyce thread bro

Posts: 3,419

Location: Canada

Occupation: Company owner

Mood: Love

  • Send private message

10

Saturday, January 18th 2014, 9:57pm

Of course he didn't Ghost, why read and learn when you can get it all set up and have nothing to do. Hallofflame, you better hope you didn't make Ghostwolf mad, because you wil be in trouble, you have been warned, RRRUUUNNNNNNNNN!!!!! bad wolfie bad wolfie, damn it stop biting my arse, damn you!!!!!!!

K/P/S/M/W 98/98/98/98/98
Disturbed guild leader on mithras :thumbsup:
BTW i do live under a bridge, i am Green, i can dish it out as good as i get
There are no better server than Reni, best place to be!!!!!
This post has already been reported.

11

Sunday, January 19th 2014, 1:26am

The first thing I would do is figure out how YOU play your R/K. After that, you'll see what kinds of skills YOU use in your rotations.

From there, you'll get an idea of how you want to set up your macros.

hangman04

Savage Warrior

Posts: 113

Location: Romania

Mood: Smile

  • Send private message

12

Sunday, January 19th 2014, 8:50pm

Never put non GCD skills in diyce rotation..... try using them manually.... for max dps

Cike

Rogue

Posts: 4,171

Occupation: Being Human

  • Send private message

13

Sunday, January 19th 2014, 8:58pm

at least put them in the macro you use for diyce...
my r/p can outdps r/m. your name is stupid.

mages should stack dex. word.

hangman04

Savage Warrior

Posts: 113

Location: Romania

Mood: Smile

  • Send private message

14

Monday, January 20th 2014, 11:26am

at least put them in the macro you use for diyce...
/run killersequence()
/wait 0.2 secs
/cast Throw (or whatever function is used for using skills)