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, July 7th 2012, 9:18pm

Help needed Scout/Knight macros 2 ea

I have been trying to make a pair of simple macros with no luck. Anyone help a newbie out

Macro1) store my targeted player for use later in macro 2

Macro2) change target to stored player; use Healing Shot on him/her; set my target to assit the healed player dpsing his target

My attempts only get Healing Shot to heal me:mad:

Peryl

Intermediate

Posts: 313

Location: Elsewhere

  • Send private message

2

Sunday, July 8th 2012, 11:09pm

You can store up to 12 different targets in the focus frame.

To put your current target as a focus use

Source code

1
/focus

so that would pretty much cover macro 1

For macro 2, you could do something like:

Source code

1
2
3
/run TargetUnit("focus1")
/cast Healing Shot
/run TargetUnit("targettarget")


The first line sets your target to that of what is in the first focus slot, the third line sets your target to whatever your current target is targeting.
2013... The year from hell....

3

Tuesday, July 10th 2012, 5:14am

Well it works after I hand typed it all in. Copy and paste worke don t the first one but not the 2nd.

I see nothing differnt in my hand typed over the paste version but it works.

Thanks.