Hi,
i want to do daily quest on main class, get to maid and change to second class.
Do anyone know how to do this ?
Regards
class changing
Re: class changing
not sure what it is now days but when it was only 2 classes this was the code.
Code: Select all
--target the house person
sendMacro("ChoiceOption(4);");
yrest(1000);
sendMacro("ExchangeClass(EXCHANGECLASS_SUBCLASS, EXCHANGECLASS_MAINCLASS)");
Remember no matter you do in life to always have a little fun while you are at it 
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: class changing
Yep, still works.
Some Extra Unnecessary Info:
The variables EXCHANGECLASS_SUBCLASS and EXCHANGECLASS_MAINCLASS just hold the classes that are selected in the popup. So that command just switches them. You can also specify specific classes eg. to change to warden/mage you could useor
'+ 1' because the bot class numbers are off by 1 compared to the ingame class numbers.
Some Extra Unnecessary Info:
The variables EXCHANGECLASS_SUBCLASS and EXCHANGECLASS_MAINCLASS just hold the classes that are selected in the popup. So that command just switches them. You can also specify specific classes eg. to change to warden/mage you could use
Code: Select all
sendMacro("ExchangeClass(8, 5)");Code: Select all
sendMacro("ExchangeClass("..(CLASS_WARDEN + 1)..","..(CLASS_MAGE + 1)..")");- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Who is online
Users browsing this forum: Bing [Bot] and 16 guests