entrax
Member
- Joined
- Jul 23, 2012
- Messages
- 459
Hi everyone, this profile will not gather more thing than Azoth's profile but it's more focus on Gather and it's fully configurable.
What can it does ?
His fully rotation during 24hours ET loop :
Only Spinach, Black Truffle and Chysalh aren't enable in default settings because i I didn't do enough gils with them.
You can enable Spinach and/or Black truffle without having any GP issue, it's not the same for Chysalh so I cut both Chysalh spawn in two disctincts entity (Morning 9AM / Afternoon 9PM), like this you can gather Gold Ore at 9AM and Chyslah at 9PM.
How to use it ?
Player Settings
First of all, almost everything in this profile are using ExMatt's OrderBotTag, so big ovation for him plz.
You can found his Github here
After using SVN or direct download, put ExBuddy in your Plugins directory.
It'll be something like this
Don't forget to enable "EnableFlight" in your plugins list.
Then you need to set your Miner gear set to 20 and Botanist gear set to 21 or change codechunks.
And open the profile to set what you want from it to do.
You only have to set what you want it to gather and how it'll do it :
GatherIncrease_Tag : It's the specific rotation when you used Unspoiled rotation.
Tags possibles :
Yield : +2 Yield items / +5% or 15% Yield rate / 500-600 GP
Quality : +30% Quality / +5% or 15% Yield rate / 300-400 GP
YieldAndQuality : +2 Yield items / +10% Quality rate / 500-600 GP
Required : Depending on tag / 300-500+ GP
Set to 1 what you want to gather or 0 if you don't want.
Collect_XXX : Set to 1 if you want them as Collectable or 0 if you don't want.
If you want to gather Adamantite(or Chysalh) as collectable BOTH "Entity" have to be set at 1 !
Few tips
Be sure to synchronize your windows' clock if the bot take a while to detect new hour (with IsTimeBetween)
> Click the clock (in system tray, lower right corner)
> Change date and time settings
> Internet Time tab
> Change Settings button.
> From here you can select the synchronization source and do an immediate update.
Be sure to synchronize your OrderBotTags with ExMatt's one (via github)
There you go, load profile and Good Farm !
Enjoy the profit :
View attachment 187427
What can it does ?
Code:
<!-- 0-4 AM Both can be enable -->
<!ENTITY CrawlerCocoon "1">
<!ENTITY DarksteelOre "1">
<!-- 4-7 AM -->
<!ENTITY Spinach "0">
<!-- 7-10 AM & PM both can be enable -->
<!ENTITY Chysahl_Morning "0">
<!ENTITY Chysahl_Afternoon "0">
<!ENTITY GoldOre "1">
<!-- 10-11 AM & PM -->
<!ENTITY Adamantite "1">
<!-- 11-12 AM & PM Only 1 choice -->
<!ENTITY Porcini "1">
<!ENTITY AbalathianRockSalt "0">
<!-- 1-3 PM -->
<!ENTITY BlackTruffle "0">
<!-- 5-7 PM Only 1 choice -->
<!ENTITY ThavnairianMistletoe "1">
<!ENTITY Rosemary "0">
<!-- 7-8 PM Only 1 choice -->
<!ENTITY VirginBasiliskEgg "0">
<!ENTITY VolcanicRockSalt "1">
<!-- Collectable Settings | Set to 1 if you want them as Collectable or 0 if you don't want -->
<!ENTITY Collect_Chysahl "0">
<!ENTITY Collect_Adamantite "0">
His fully rotation during 24hours ET loop :
Code:
-> [Wait for GP] Cocoon
-> [Cordial] Darksteel
-> [I]Spinach[/I]
-> (Chysalh) And/Or Gold Ore
-> Adamantite
-> [Cordial] Porcini Or Abalathian Rock Salt
-> [I]BlackTruffle[/I]
-> Mistletoe Or Rosemary
-> Volcanic Rock Salt OR Virgin Basilisk Egg
-> Chysalh
-> Adamantite
-> [Cordial] Porcini Or Abalathian Rock Salt
-> Cocoon etc..
Only Spinach, Black Truffle and Chysalh aren't enable in default settings because i I didn't do enough gils with them.
You can enable Spinach and/or Black truffle without having any GP issue, it's not the same for Chysalh so I cut both Chysalh spawn in two disctincts entity (Morning 9AM / Afternoon 9PM), like this you can gather Gold Ore at 9AM and Chyslah at 9PM.
How to use it ?
Player Settings
First of all, almost everything in this profile are using ExMatt's OrderBotTag, so big ovation for him plz.
You can found his Github here
After using SVN or direct download, put ExBuddy in your Plugins directory.
It'll be something like this
Code:
Rebornbuddy\Plugins\ExBuddy
Then you need to set your Miner gear set to 20 and Botanist gear set to 21 or change codechunks.
And open the profile to set what you want from it to do.
You only have to set what you want it to gather and how it'll do it :
GatherIncrease_Tag : It's the specific rotation when you used Unspoiled rotation.
Tags possibles :
Yield : +2 Yield items / +5% or 15% Yield rate / 500-600 GP
Quality : +30% Quality / +5% or 15% Yield rate / 300-400 GP
YieldAndQuality : +2 Yield items / +10% Quality rate / 500-600 GP
Required : Depending on tag / 300-500+ GP
Set to 1 what you want to gather or 0 if you don't want.
Collect_XXX : Set to 1 if you want them as Collectable or 0 if you don't want.
If you want to gather Adamantite(or Chysalh) as collectable BOTH "Entity" have to be set at 1 !
Code:
<!ENTITY Adamantite "1"> <!-- 1 = Yes I want to gather some adamantite - 0 = No I don't care about this shit -->
<!ENTITY Collect_Adamantite "1"> <!-- 1 = Yes I want it collectable - 0 = I don't care about collectable -->
Few tips
Be sure to synchronize your windows' clock if the bot take a while to detect new hour (with IsTimeBetween)
> Click the clock (in system tray, lower right corner)
> Change date and time settings
> Internet Time tab
> Change Settings button.
> From here you can select the synchronization source and do an immediate update.
Be sure to synchronize your OrderBotTags with ExMatt's one (via github)
There you go, load profile and Good Farm !
Enjoy the profit :
View attachment 187427
Last edited: