Page 1 of 1

housemaid macro question

Posted: Fri Apr 29, 2016 8:53 pm
by pugzilla
i use ingame
/script TargetNearestFriend()
/script UseAction(1)
/script ChoiceOption(2)

tryin to change class but wont select it.

is there a differnt code for the house maids?

/script ChoiceOption() doesnt work for some reason

Re: housemaid macro question

Posted: Sat Apr 30, 2016 10:54 pm
by beanybabe
I don't know your answer but I have been making some class swap waypoints that use home sweet home and found that the house maids swap class is not the same every zone or maid.

Re: housemaid macro question

Posted: Sun May 01, 2016 7:43 pm
by pugzilla
ya i just found your home sweet home the other day for another project i was doing. that worked really well

Re: housemaid macro question

Posted: Fri May 06, 2016 6:37 am
by kenzu38
pugzilla wrote:i use ingame
/script TargetNearestFriend()
/script UseAction(1)
/script ChoiceOption(2)

tryin to change class but wont select it.

is there a differnt code for the house maids?

/script ChoiceOption() doesnt work for some reason
You're probably talking to the maid inside the house? Then try:

Code: Select all

/run TargetNearestFriend()
/run UseAction(1)
/run ClickRequestDialogButton(1)
First choice in the dialog is 0 that's why you use 1 for the second choice.