• Visit Rebornbuddy
  • Ask APIs for fishing info

    Discussion in 'Community Developer Forum' started by holymhx, Oct 2, 2019.

    1. holymhx

      holymhx New Member

      Joined:
      May 2, 2016
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      1
      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?
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      FishingManager has several more fields including TugType
       
    3. holymhx

      holymhx New Member

      Joined:
      May 2, 2016
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      1
      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?
       
    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Get visual studio community edition. Create c# library. Add rebornbuddy executable as a reference. Use object browser to explore the api.
       

    Share This Page