statsAddAuto_list not worked

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

Moderator: Moderators

kejiaweiren
Noob
Noob
Posts: 8
Joined: 01 Jun 2013, 10:01
Noob?: No

statsAddAuto_list not worked

#1 Post by kejiaweiren »

Hi,according to API
statsAddAuto 1
statsAddAuto_dontUseBonus 0
statsAddAuto_list 50 agi, 30 str

i write a macro like this:
automacro goBase15{
exclusive 1
run-once 1
call {
do statsAddAuto_list 20 agi, 15 str
}
}
but the error log created,it says :unknown command statsAddAuto_list
can you help me?thanks
mimzmimz
Noob
Noob
Posts: 3
Joined: 08 Mar 2013, 22:53
Noob?: Yes

Re: statsAddAuto_list not worked

#2 Post by mimzmimz »

the do line should be

do conf statsAddAuto_list 20 agi, 15 str
adburrico
Noob
Noob
Posts: 1
Joined: 15 Jan 2012, 21:10
Noob?: Yes

Re: statsAddAuto_list not worked

#3 Post by adburrico »

@mimzmimz in bRO does not work even with the correct macro "do conf statsAddAuto_list 20 agi, 15 str"

:lol: someone make function fix in bRO ?? :D