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

Saturday, November 19th 2011, 1:46pm

Rogue macro help please.

i am trying to put 2 skills in on key and i cannot find a legit macro from the forums that is able to work properly, i tried /run UseAction() /run Castbyspellname() none of them were working, im trying to put shadowstab+woundattack in 1 macro key, can anyone help? thanks a bunch

trav42073

Professional

Posts: 806

Location: Arizona

Occupation: welder/fabricator/antagonist

  • Send private message

2

Saturday, November 19th 2011, 3:27pm

/cast namehere
/wait dontforgetcooldowns
95r/62m/63s/ Soultwist.
Ryaderr wrd/s/w erobos

3

Saturday, November 19th 2011, 3:54pm

Quoted from "trav42073;484422"

/cast namehere
/wait dontforgetcooldowns


Just like he said, here it is :

/cast Shadowstab
/wait 0.9
/cast Wound Attack
/wait 0.9
IGN: Kossy R/M/K
Server : Artemis


4

Saturday, November 19th 2011, 4:32pm

Quoted from "kossploss;484425"

Just like he said, here it is :

/cast Shadowstab
/wait 0.9
/cast Wound Attack
/wait 0.9


does not work

Collusion

Beginner

Posts: 28

Location: New England

Occupation: watching CNBC and the like

  • Send private message

5

Saturday, November 19th 2011, 4:43pm

When I first started playing rogue I tinkered with macros such as this but found them to be completely ineffective as they're time based and not on event.

If you're looking for something to kill trash mobs (people included) and instances you're geared well above, DIYCE fits the needs of lazy people (myself included). I don't like any of the publicly released rogue scripts, but you might, or you could write your own. I wouldn't suggest using such a thing in an instance where your dps is necessary - it doesn't compare to spamming skills.

Also, premed + lb seems to one shot just about anyone.
[LEFT]
[/LEFT]

6

Saturday, November 19th 2011, 4:50pm

i have tried all the macros i see in forums and it only casts shadowstab and wound attack doesnt follow through. i need a macro that works as good as the diyce and im really not familiar with writing or messing with codes =T

Cike

Rogue

Posts: 4,171

Occupation: Being Human

  • Send private message

7

Saturday, November 19th 2011, 6:12pm

honestly, u are a rogue, u don't exactly have many skills to hit before the target is dead...like 2 buttons maybe...get used to using the skills w/o any help from macros or anything, because u will be not be using macros or addons in instances if you want top dps...this is what the hotkeys are for...

8

Sunday, November 20th 2011, 12:08am

i have been playing rogue for over a year now, i have never used any macro/diyce, until 2 days ago. i found it easier to put 2 skills in 1 key

Cike

Rogue

Posts: 4,171

Occupation: Being Human

  • Send private message

9

Sunday, November 20th 2011, 2:13am

ok, then it would be easier to make a macro, but u will still get best dps manual

10

Sunday, November 20th 2011, 2:57am

all ya gotta do is ask :)

11

Monday, November 21st 2011, 5:53pm

Mostly I use a Variant of this for Low level Same level mobs when Im to lazy to hit keys.

Here is one for MOBS not SW

/script TargetNearestEnemy() ;
/cast Shadow Prison
/wait 1
/cast Joint Blow
/wait 2.1
/cast Blind Stab
/wait 1
/cast Wound Attack
/wait 1
/cast Shadow Stab
/wait 1
/cast Low Blow
/wait 1
/cast Shadow Stab
/wait 1
/cast Low Blow

*note the wait time after Joint Blow, it gives you time to meet up with the mob and continue the rest of the sequence.

And here is the one I use for Sw

/script TargetNearestEnemy() ;
/cast Joint Blow

(Or shadow Prison or whatever flavor, you want, I use it like this as I hit the macro then as I run to the them I Hit my regular hot key for Shadow Prison.)

Then I have the keys (actions / spells) I want most as 3456789 and I just
Run down the line. If you try to Fully Automate, it will probably target a balloon and you get whacked. SO you have to be careful before you Press a key for a Lazy Combat macro. You can use a variant and make it a Combat mele Macro on a key beside it. Once your sure your headed for the right target then Let lose the Second Macro.

I like to write my own and I am not great at it, but all you got to do is tinker with the timers on a MOB that will live through the combo.

Again, 2 Keys Assigned, 1 Finds and Targets, 2'nd *(unnecessarily ) re targets and runs mele combo. For SW I use only the first Targeting Macro. For Mob Farming I will set up Combos like the above,

Once you have a target ( assumes you use "auto target ) you can actually delete the second macros Re-targeting and just start it with /cast "spell" or action or whatever. I am a novice and I read some of the Calls to the 1-40 boxes and what you say is possible, I just haven't done it yet.

Couple of code snippets I culled from the forums.,
/script TargetNearestEnemy(); FollowUnit("target");
/script UseAction(1) <----- 1 being regular attack MELEE
/wait 1.2
/script UseAction(2); <--- Long range Attack
/wait 1.2
/script UseAction(3); <---- Long range Attack
/wait 1.2
/script UseAction(1); <---- same as 1st
~~~~~~~~~~~~~~~~~~~~~~~~~~~
/script TargetNearestEnemy(); FollowUnit("target"); <---target and follow
/wait 1.2
/script UseActon(1); <--will make you go to if out of range
/wait 1.2
/script UseAction(2); <--this is my rage attack vamp shot
/wait 1.2
/script UseAction(3); <-- Bone Breaker "well i forget the name off hand"


Best bet is to just Read Read Read. *( You can make macros and Call them from the box # they are put in on your Hot bar) This is what you are after / asking about and no, I haven't gotten around to messing with it yet

12

Tuesday, November 22nd 2011, 11:56am

Quoted from "Cike;484559"

ok, then it would be easier to make a macro, but u will still get best dps manual


wrong... when i started using DIYCE macro my dps went up atleast 2% and i save my energy 2x. this is why i am interested in macros now. i only use skills manually when pvping

13

Saturday, November 26th 2011, 12:06pm

well good news =) got the macro going and works for me, not perfect but so is the game so thanks for all your suggestions and comments.

Charlymurphy
Dead town Indigo
R/S 70/68
will stab your QQs

14

Sunday, November 27th 2011, 6:38pm

You may also want to give this a try. http://rom.curseforge.com/addons/roguecomboq/ It works well for me on trash mobs.