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!

[Plugin] Anglers Fishing Raft - When using a bot that does not already do it.

Proto

New Member
Joined
Jan 8, 2012
Messages
219
[Plugin] Anglers Fishing Raft
DESCRIPTION:
This plugin will automatically use Anglers Fishing Raft when using a bot that does not already do it for you.

WHAT IT WILL DO:
Cast Anglers Fishing Raft while swiming.
Will also cast while moving say you run from land into water deep enough to swim in.
Cast Anglers Fishing Raft while fishing (Ex: MrFishIt Questing Behavior)
As soon as it detects you're in the water, it will jump up and land you on your Anglers Fishing Raft.

WHAT IT WON'T DO:
Cast while mounted, in combat, out of water, etc..

REQUIREMENTS:
Must be Revered with "The Anglers" faction in Mists of Pandaria
Must have purchased an Anglers Fishing Raft from Nat Pagle <The Anglers Quartermaster> in Krasarang Wilds, Pandaria.
Must have the Anglers Fishing Raft in your bags.

INSTALLATION:
Unzip Anglers Fishing Raft.zip into your folder "Honorbuddy/Plugins/"
Once that is done you should have the file path "Honorbuddy/Plugins/Anglers Fishing Raft/Anglers Fishing Raft.cs"
 

Attachments

I need some help getting this to work in Legion.

For example this line is not correct since it's a toy (a spell with ID 124036) now.

public static bool HasAnglersFishingRaftItem() {
AnglersFishingRaftItem = Me.BagItems.FirstOrDefault(item => item.Entry == 85500);

return AnglersFishingRaftItem != null;
}

And then I think this line is wrong since ur not using it, ur casting it (I presume):

public static void UseAnglersFishingRaft() {
AnglersFishingRaftItem.Use();
}

But I'm not a C# coder so could anyone please help me out? :)
 
Anglers Raft

I need some help getting this to work in Legion.

For example this line is not correct since it's a toy (a spell with ID 124036) now.



And then I think this line is wrong since ur not using it, ur casting it (I presume):



But I'm not a C# coder so could anyone please help me out? :)




I would love to know if you found a way to get fishingbuddy to use Anglers Raft
 
Back
Top