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!

Ask APIs for fishing info

holymhx

New Member
Joined
May 2, 2016
Messages
10
In order to create scripts for Big Fishing, I need some APIs such like to get the current tug type, to ignore current tug irrelevant to the big fishes, and to get the name of hooked fish to check whether it is proper for next mooch and so on.

But as the documentation indicates, the only methods the FishingManager has are Cast, Hook and Mooch and the only fields and properties exposed are MoochLevel, CanHook, CanMooch and poor State indicating no tug type. Is it possible to combine other APIs to finish the above jobs or publish new APIs?
 
FishingManager has several more fields including TugType
OK. I just noticed that the documentation is outdated. But I still have no idea what do the enum int values mean. Could you help me with that?
 
Get visual studio community edition. Create c# library. Add rebornbuddy executable as a reference. Use object browser to explore the api.
 
Back
Top