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, August 25th 2012, 2:34am

How to switch between costumes fast

/run CoolSuit_SetPageID(2)

I'm using this macro to switch between my costumes, is there are way to do them very quickly and to have them flash multiple times?

This or could I change my current costume's color fast :3 idk how to do that either :P

Cike

Rogue

Posts: 4,171

Occupation: Being Human

  • Send private message

2

Saturday, August 25th 2012, 4:55am

so u want a macro that makes you blink like christmas tree lights?
my r/p can outdps r/m. your name is stupid.

mages should stack dex. word.

3

Saturday, August 25th 2012, 5:05am

Quoted from "Cike;566476"

so u want a macro that makes you blink like christmas tree lights?


yes yes

MrNympho

Trainee

Posts: 80

Location: Central Florida

  • Send private message

4

Wednesday, January 23rd 2013, 10:10am

only thing I could think of is
/run SwapEquipmentItem(0) for the first slot
/run SwapEquipmentItem(1) for the second slot
/run SwapEquipmentItem(2) for the third slot


to swap between gear sets lol
Breathless
100 Warrior/100 Warden/100 Scout/ 100 Mage
Temporary leader of Whitesharks on Aeterna ^.^

1Rausch1

Beginner

Posts: 42

Location: Midwest

Occupation: Network Engineer

  • Send private message

5

Thursday, January 24th 2013, 12:57am

Quoted from "ChaosArmored;566455"

/run CoolSuit_SetPageID(2)

I'm using this macro to switch between my costumes, is there are way to do them very quickly and to have them flash multiple times?

This or could I change my current costume's color fast :3 idk how to do that either :P




I could give you my color changing macro, as your health drops your gear changes colors,

I could give you my Sexy Dance Macro with singing,

As you dance your clothes slowly come off while you sing
we can dance if we want to

I could give you my original Cool Suit macro that flashed different colors.

But I wont
I Tank For Guildies!
K 80 / S 73 / W 65
[img][/img]

Alecvisable

Intermediate

Posts: 375

Location: Thalia - Somewhere between AU and US

  • Send private message

6

Thursday, January 24th 2013, 5:29am

Quoted from "1rausch1;586058"

i could give you my color changing macro, as your health drops your gear changes colors,

i could give you my sexy dance macro with singing,

as you dance your clothes slowly come off while you sing
we can dance if we want to

i could give you my original cool suit macro that flashed different colors.

But i wont


lol!!!!!!
Location: Somewhere between Australia and United States.


mrmisterwaa

Professional

Posts: 670

Location: Kuwait

  • Send private message

7

Thursday, January 24th 2013, 1:13pm

It's possible to modify the swap-equipment macro to alternate between two different costumes. (I use to let my macro cycle through a few different costumes)

Source code

1
/run swapequip = {0, 1, 2}  /run swapequipindex = swapequipindex or 0 swapequipindex = (swapequipindex + 1)  SwapEquipmentItem(swapequip[swapequipindex % #swapequip + 1])


Just change swap "SwapEquipmentItem" with "CoolSuit_SetPageID"