tokinterrorz
Member
- Joined
- Oct 12, 2012
- Messages
- 140
hi is there any way i can make this use charm and my hat doesnt always apply lure.
thx
thx
In English something like "Input string has the wrong format"Die Eingabezeichenfolge hat das flasche Format
my modified ApplyLureAction.cs
When lure is missing:
1. Applies charm
2. Casts one time
3. Applies lure
Also works with both hats
View attachment 73137
Since fishing skill does not matter when pool fishing, is there a way to prevent the bot from weapon/pole switching when pool fishing is enabled? This would prevent it from having to weapon swap when attacked.
Just remove the rod form your bag
no offense but thats just a work around to the issue. I dont want to have to go back to the bank everytime i want to fish open water.
Can anyone explain why autoangler do not loot fish each time? IT loots from time to time... can't find the bug(((
Hi,
I'm getting this error when I try to use a ProfessionBuddy profile with fishing.
View attachment 74076
This is already present in the codebase and applies it fine to my char (look into applylureaction.cs in composites).Ancient Pandaren Fishing Charm this really need to be implementedraises fishes caught by 20%
//Awesome panda lure
WoWItem pandalure = StyxWoW.Me.BagItems.FirstOrDefault(r => r.Entry == 85973);
if (pandalure != null && !_me.HasAura(125167))
{
AutoAngler.Instance.Log("Appling awesome panda lure");
Utils.UseItemByID(85973);
return true;
}