Is it possible for AutoAngler2 to use the Angler's Raft, which is a reward for rep with The Anglers/Nat Pagle? I have the raft, but often do not have water walking elixir available and would imagine it could help prevent some of the stuck issues and random "can't land on an object" type scenarios I find the bot hit from time to time. Basically, if you have the item and no elixir of water walking buff, it use the raft before blacklisting the node or something?
Edit:
After digging into the waterwalking.cs I noticed that within the WW class there is a method to get Utility.IsItemInBag(FishingRaftId) // Anglers Fishing Raft and defines the ID of the item as 85500 on line 127, which is all correct; but it isn't using/casting it.
Edit 2:
I can attach a full log, but I noticed that within the log there is an issue calling Singular for casting the raft, after watching the bot, it is jumping and trying to cast the raft but it starts the cast then jumps, seems timing is slightly off; I am using Sinfular.
Code:
[18:22:55.419 N] (Singular) [WoWRedError] Item is not ready yet.
[18:22:55.419 N] (Singular) error parsing Guid ''
[18:22:55.420 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Anglers Fishing Raft#124036 failure: 'Item is not ready yet'
[18:22:55.356 D] Activity: Moving to Spinefish School
[18:22:56.435 N] (Singular) [WoWRedError] Item is not ready yet.
[18:22:56.436 N] (Singular) error parsing Guid ''
[18:22:56.436 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Anglers Fishing Raft#124036 failure: 'Item is not ready yet'
[18:22:57.423 N] (Singular) [WoWRedError] Item is not ready yet.
[18:22:57.424 N] (Singular) error parsing Guid ''
[18:22:57.424 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Anglers Fishing Raft#124036 failure: 'Item is not ready yet'
[18:22:58.354 N] (Singular) [WoWRedError] Item is not ready yet.
[18:22:58.355 N] (Singular) error parsing Guid ''
[18:22:58.355 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Anglers Fishing Raft#124036 failure: 'Item is not ready yet'
View attachment 141103
In the log file, when you see it successfully cast the raft for landing on the water's surface, that is me clicking the raft manually. It seems to just be a jumping issue perhaps.. but I am unsure. I have tested with and without rndbuddy enabled to no avail.