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.

TheMann64

Intermediate

  • "TheMann64" started this thread

Posts: 340

Occupation: I do accounting, when I'm not cruising the forums

  • Send private message

1

Tuesday, July 17th 2012, 2:13am

Offer a Ride macro?

Does anybody know the script for offering another player a ride on a 2 person mount?

Thanks!
Govinda
Guild: Theblacknights
Babesmann - Dwarfmann

ArkanaROM

Intermediate

Posts: 193

Location: Devon, UK

Occupation: Making games...

  • Send private message

2

Tuesday, July 17th 2012, 4:05am

Just tested this out and works -

Source code

1
/run InviteRideMount("target")


It'll invite whoever you have targeted for a ride, you can change "target" to "player1" "raid1" etc for inviting specific people in your party.

3

Tuesday, July 17th 2012, 4:07am

Quoted from "ArkanaROM;545903"

Just tested this out and works -

Source code

1
/run InviteRideMount("target")


It'll invite whoever you have targeted for a ride, you can change "target" to "player1" "raid1" etc for inviting specific people in your party.


what about one for accepting :P

ArkanaROM

Intermediate

Posts: 193

Location: Devon, UK

Occupation: Making games...

  • Send private message

4

Tuesday, July 17th 2012, 4:21am

Quoted from "ChaosArmored;545904"

what about one for accepting :P



That would be something like -

Source code

1
/run AcceptRideMount()


:P

5

Tuesday, July 17th 2012, 4:22am

Quoted from "ArkanaROM;545907"

That would be something like -

Source code

1
/run AcceptRideMount()


:P


or I could just click the prompt :P

What would happen if I made a macro to invite myself for a ride and accept in a macro? lol would anything funky happen?

TheMann64

Intermediate

  • "TheMann64" started this thread

Posts: 340

Occupation: I do accounting, when I'm not cruising the forums

  • Send private message

6

Tuesday, July 17th 2012, 5:31am

Quoted from "ArkanaROM;545903"

Just tested this out and works -

Source code

1
/run InviteRideMount("target")


It'll invite whoever you have targeted for a ride, you can change "target" to "player1" "raid1" etc for inviting specific people in your party.


You, sir, are my macro hero for the day.

BTW, your accept ride macro works as well. It leaves the acceptance box open, but my toon pops right onto the horse.

Thanks!
Govinda
Guild: Theblacknights
Babesmann - Dwarfmann