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

Sunday, September 16th 2012, 10:40pm

help adding potion use to macro

I'm trying to write up a simple macro for burns.

I want to use Elemental Catalysis, use Arcane Potion, then swap titles cast fire training, then swap titles back.

I can get everything working except the using the arcane potion. Can someone show me how the line should be written to use it please? Thanx

mrmisterwaa

Professional

Posts: 670

Location: Kuwait

  • Send private message

2

Sunday, September 16th 2012, 10:49pm

Quoted from "Ziav;569934"

I'm trying to write up a simple macro for burns.

I want to use Elemental Catalysis, use Arcane Potion, then swap titles cast fire training, then swap titles back.

I can get everything working except the using the arcane potion. Can someone show me how the line should be written to use it please? Thanx


You most likely can achieve this in DIYCE 2.0.

You can find the link to a R/S DIYCE macro in my signature and I do have my cooldowns in there. Just modify it so it casts Elemental Catalysis, Arcane Potion and you could easily do a title swap with just a small modification.

3

Sunday, September 16th 2012, 10:54pm

Quoted from "mrmisterwaa;569935"

You most likely can achieve this in DIYCE 2.0.

You can find the link to a R/S DIYCE macro in my signature and I do have my cooldowns in there. Just modify it so it casts Elemental Catalysis, Arcane Potion and you could easily do a title swap with just a small modification.


That's the thing, I don't want to mess with diyce if I dont have to. I'd rather just have a simple macro to do it. If need be I'll just do the macro and press the button for the potion

4

Monday, September 17th 2012, 2:42am

once you have the /wait command the lest line should be
/use Arcane Potion

5

Monday, September 17th 2012, 3:18am

Quoted from "timthum;569946"

once you have the /wait command the lest line should be
/use Arcane Potion


I figured thats what it was, but that command doesn't trigger the potion use.

6

Monday, September 17th 2012, 3:21am

make sure you have the appropriate wait time and the name of potion EXACTLY as it is in item descrption

7

Monday, September 17th 2012, 3:22am

Quoted from "timthum;569952"

make sure you have the appropriate wait time and the name of potion EXACTLY as it is in item descrption


I have a...

/wait 1.5
/use Arcane Potion

and that doesn't trigger it for me

dropbear

Assistant of the Storyteller

Posts: 185

Location: Thalia. Australia. The redheaded stepchild server.

Occupation: Living Dead

  • Send private message

8

Monday, September 17th 2012, 9:35am

tried using the line

/use itembyname "Arcane Potion"

Noguai

Beginner

Posts: 5

Location: Germany

  • Send private message

9

Thursday, September 20th 2012, 10:07pm

@Dropbear: You're mixing the syntaxes a bit.
"/use ITEMNAME" expects the item name without any quotes and stuff like that after the slash command.
"/script UseItemByName("ITEMNAME")" executes a lua script which calls a respective lua function.

10

Saturday, September 22nd 2012, 5:41am

Have u tried:

Source code

1
/script UseAction( slotno )


u will have to put the potion on the action bar and put that slot no. in the script

11

Tuesday, November 20th 2012, 10:31am

Ziav, i was having a similiar issue with the potion macro :

/use Elemental Mana Stone

worked fine when i created a macro by itself to test it, but when i added it to my line up it didnt work.

The problem was this :

i wasnt using the correct /wait time, i had a skill /cast group heal, which is a cast time of 3, but then i only had a /wait of 1.5 after for the pot, i needed to extend the /wait time to 4 seconds after group heal, to account for the actual skills cast time.

I hope that helped.

God Bless you.

May Jesus Christ be Charitable unto you all :D