What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Garrison Fishing Profile + Modified Tidybags

joachimb

Member
Joined
Nov 18, 2011
Messages
289
[Horde] Garrison Fishing Profile + Modified Tidybags

horde_10.jpg

Hello everyone,

I wish to contribute a little bit with my first fishing profile. I made it to farm and mail what you can fish in your garrison.
The garrison is perfect for fishing because it provides all the different types of fishes without moving.

Things you need to know :

- I recommend fishing in the garrison as no one can see you ! :cool:
- The size of the fishes you get depends on the level of your garrison fishing building.
- To automatically gut and clean the fishes, I modified the plugin provided here to add the 24 fishes from WoD. The plugin is made by LiquidAtoR.

Things you need to do :

- Just unzip the "FishingWithTidyBags.zip" in your plugin folder
- Load "GarrisonFishing.xml"
- In bot config, disable pool fishing
- Start the Autoangler bot somewhere no too far from your fishing shack​

You may be interested in using baits, here is the link to the plugin !

Modified plugin (I have no idea about plugin writing I just added the 24 items to the list of things like herbalism, looks like it works :p ) :
View attachment Tidybags.zip
Simple profiles with mailbox, vendor and fishing hotspot (still needs testing) :
View attachment GarrisonFishingHorde.xml
View attachment GarrisonFishingAlly.xml

There are a few improvements that can be made (protect baits and partial stacks of fished from being sent, ...) but that's over my knowledge level :p

Have fun !
 
Last edited:
I guess Liquidator will "properly" modidy his plugin, I will update my thread once he updates his plugin. In the meantime, what I have posted will help people gain some bag space, from my testing, it works perfectly well.

Just saw this message on his thread, the better way to modify the plugin ^^"

Hi LiquidAtoR, Thanks again for continued maintenance of this very useful plugin

Please add the following WoD fishing drop items.

USE ON FIVE
Code:
private HashSet<uint> _itemUseOnFive = new HashSet<uint>() {
111671, // Enormous Abyssal Gulper Eel
111601, // Enormous Crescent Saberfish
111675, // Enormous Fat Sleeper
111674, // Enormous Blind Lake Sturgeon
111673, // Enormous Fire Ammonite
111672, // Enormous Sea Scorpion
111676, // Enormous Jawless Skulker
111670, // Enormous Blackwater Whiptail
118566 // Enormous Savage Piranha
};

USE ON TEN
Code:
private HashSet<uint> _itemUseOnTen = new HashSet<uint>() {
111664, // Abyssal Gulper Eel
111595, // Crescent Saberfish
111668, // Fat Sleeper
111667, // Blind Lake Sturgeon
111666, // Fire Ammonite
111665, // Sea Scorpion
111669, // Jawless Skulker
111663, // Blackwater Whiptail
118565 // Savage Piranha
};

USE ON TWENTY
Code:
private HashSet<uint> _itemUseOnTwenty = new HashSet<uint>() {
111659, // Small Abyssal Gulper Eel
111589, // Small Crescent Saberfish
111651, // Small Fat Sleeper
111652, // Small Blind Lake Sturgeon
111656, // Small Fire Ammonite
111658, // Small Sea Scorpion
111650, // Small Jawless Skulker
111662, // Small Blackwater Whiptail
118564 // Small Savage Piranha
};

And under if (InventoryCheck) please add..

} else if (_itemUseOnTwenty.Contains(item.Entry)) { // stacks of 20
if (item.StackCount >= 20) {
this.useItem(item);

Thank you
 
Last edited:
After some testing, modified plugin does the job but bot uses hearthstone when bags full instead of running to the mailbox i added, idk how to make him skip hearthstone...
 
Last edited:
mail isn't working because the tag is wrong

Code:
<Mailboxes>
	<Mailbox X="5580.682" Y="4570.392" Z="136.558" />
</Mailboxes>
 
GarrisonFishing.xml
<Mailboxes>
<X="5580.682" Y="4570.392" Z="136.558" />
</Mailboxes>


i think it should be
<Mailbox X="5580.682" Y="4570.392" Z="136.558" />
 
Last edited:
When i go to profession buddy and try and load up the profile is says:
Cannot load profile!
The '=' character, hexadecimal value 0x3D, cannot be included in a name. Line 36, position 3.
 
Hi
I updated the profile with corrected tags
included the one for ally, thank you Shaniqua
and provided the link to the plugin to use baits.
 
Thank you joachimb. I'm going to be using this for sure! Fish is the new goldmine! :)
 
Hello there.. Im loading this profile and it starts.. But then it just stops and says "loading profile" but never moves on.. Want me to include a log or? :)

Sorry if im asking a dumb question :)
 
hum ...
Where did you start it ?
Do you have a fishing pole ?

I don't know, it's working for me ... :/
 
isnt working for me . it moves to the water , but then it just stands there .
im using AutoAngler.

do u maybe know what it could be ?
 
Tried to use this today in Garrison and keeps clicking something, when game response to me "You can't use it here" i've checked professing window Autoangler keeps spamming Archeology button(instead of fishing one i guess?) any clues how to fix it?
 
Will this level from 1-700 as well? I started the bot and it tried flying me somewhere else. Thanks
 
Tried to use this today in Garrison and keeps clicking something, when game response to me "You can't use it here" i've checked professing window Autoangler keeps spamming Archeology button(instead of fishing one i guess?) any clues how to fix it?

Disable water walking
 
Back
Top