insanepoet
New Member
- Joined
- Feb 12, 2015
- Messages
- 28
I have put together a "few" profiles to handle gathering items as a miner, botanist, fishing, and mob farming while I gather and test all of the required data to build a new and improved gather assist. I want to share these with folks while I am working through the code for the botbase however I wondered how best to handle class switching and other configuration. I am aware I am able to use a CodeChunk to handle the gear swap like:
However is it possible to create an options file and have it imported into each of the profiles in orderbot on load using <!ENTITY or <xi:include ?
For example the options file would contain a few variables such as:
I have been putting this off for too long... lol
Code:
<CodeChunk Name ="WhackAMole">
<![CDATA[ff14bot.Managers.ChatManager.SendChat("/gs change 4");]]>
</CodeChunk>
However is it possible to create an options file and have it imported into each of the profiles in orderbot on load using <!ENTITY or <xi:include ?
For example the options file would contain a few variables such as:
- Miner (gs# for Miner)
- Arbor (gs# for Botanist)
- WhackAMole(gs# for mob farming)
- MaxStacks(How many stacks to gather by default)
I have been putting this off for too long... lol
Last edited: