Setting values of getAuto and its maxAmount using macro

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
gooey
Noob
Noob
Posts: 10
Joined: 06 Jul 2018, 15:27
Noob?: Yes

Setting values of getAuto and its maxAmount using macro

#1 Post by gooey »

How to change the value of getAuto (and the likes, i mean those that have multiple arguments in it) using macro?

I usually do the console command (e.g. do conf lockMap prt_fild08) but that does not seem to work.

My goal is to modify the config getAuto maxAmount via macro.

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: Setting values of getAuto and its maxAmount using macro

#2 Post by fadreus »

Code: Select all

macro {
...
do conf getAuto_0_maxAmount #
...
}
Image

Change 0 to any numbers according to your config.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

gooey
Noob
Noob
Posts: 10
Joined: 06 Jul 2018, 15:27
Noob?: Yes

Re: Setting values of getAuto and its maxAmount using macro

#3 Post by gooey »

Ohhh.

So you need _N to call such function
and another _M for parameters

Thank you very much~

Post Reply