AtomicBomb
Member
- Joined
- Jul 31, 2011
- Messages
- 112
Using orderbot, is it possible to parse an ItemCount to the RB log?
I've checked a bunch of profiles and so far I have not seen anyone parsing anything beside plain text in Log or ExLog.
Example as seen in honorbuddy:
<CustomAction Code="int ItemCount = InbagCount(31231);" />
<CustomAction Code="Log(Colors.LightSeaGreen,"Item remaining: ",Colors.DodgerBlue, ItemCount);" />
This would be extremely helpful information to quickly keep track of material quantities when crafting or gathering stuff.
I've checked a bunch of profiles and so far I have not seen anyone parsing anything beside plain text in Log or ExLog.
Example as seen in honorbuddy:
<CustomAction Code="int ItemCount = InbagCount(31231);" />
<CustomAction Code="Log(Colors.LightSeaGreen,"Item remaining: ",Colors.DodgerBlue, ItemCount);" />
This would be extremely helpful information to quickly keep track of material quantities when crafting or gathering stuff.