EvenLessSpam
Active member
- Joined
- Oct 31, 2005
- RedCents
- 91¢
Name:
AdvTrader.mac
Description:
Macro for controlling your trader. It has a lot of features for allowing multiple users of the AdvTrader bot.
To use you must manually add at least 1 user in the ini file with userlevel 3 (Master). For more help just use the !help command from any character added to the userlist.
Changes:
1.0.0
1.0.1
1.1.0
1.2.0
Credits:
Todo:
Feel free to vote me towards that GP2X if you like this macro
AdvTrader.mac
Attached below.
Remember to change the CharacterNameGoesHere to whatever character is the master of the traderbot.
AdvTrader.ini
AdvTrader.mac
Description:
Macro for controlling your trader. It has a lot of features for allowing multiple users of the AdvTrader bot.
To use you must manually add at least 1 user in the ini file with userlevel 3 (Master). For more help just use the !help command from any character added to the userlist.
Changes:
1.0.0
- Initial release.
1.0.1
- Fixed so that items would be added to traderlist after running Underbid.
1.1.0
- Fixed !setprice with a bit of sanity checking.
- Changed output of pricecheck to give same information on fewer lines.
- Added optionable auto-setprice on under-/overbid. See !help !underbid
- Added !reload (or !restart) command for restarting the macro. Only really usefull during development.
1.2.0
- Added !free command, which reports number of free inventory/trader slots.
- Added !tmpprice command, which will set the price on specied item in the BazaarWnd right away, untill next !underbid.
- Fixed (hopefully) a bug where the script would hang in a ClearField loop
Credits:
- ebs2002 on MacroQuest2 forums
For the inspiration for the pricechecking and underbidding feature. - Anubis on MacroQuest2 forums
For the inspiration for the "remote control" idea.
Todo:
- Add !report command. Give a list of every item currently being sold by AdvTrader, with the current price and saved SellMin/SellMax prices. One line/tell per item. Should figure out automatically whether to report for barter or trader (How? Check if BarterWnd is open?) Should I just remove the barter features completely (except for pricecheck)?
- Add timer for re-enabling trader if disabled. Operators (level 2) should not be able to permanently turn off tradermode. Masters (level 3) should be able to turn off tradermode permanently.
- Maybe add auto overbid/underbid at certain intervals?
Feel free to vote me towards that GP2X if you like this macro

AdvTrader.mac
Attached below.
Remember to change the CharacterNameGoesHere to whatever character is the master of the traderbot.
AdvTrader.ini
Rich (BB code):
[Userlist]
; 3 = Master.
; Can do everything Operators can do.
; Can make the bot end the AdvTrader macro.
; Can retrieve money/items.
; Can add/modify users.
;
; 2 = Operator
; Can change min/max prices on items.
; Can trade new items to be sold
; Can force overbid (barter)/underbid (trader).
; Can set tradermode on/off.
; Can set AFK.
; Can check money.
;
; 1 = User
; Can do pricechecks.
;
CharacterNameGoesHere=3
Last edited:


sort of 
