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!

Request for ExBuddy help/bug report

CAcove

Active Member
Joined
Dec 14, 2014
Messages
896
Hello @mastahg I am just here reporting a bug with ExBuddy, it seems for fishing it has incorrectly identified cast as spell 299 (which is actually quit) instead of 289. I suspect this is just a minor typo, however it has rendered most fishing profiles including y2krazy's unusable. If this could be fixed, it would be appreciated.

Cheers,

CAcove
 
In case this helps identify whether it's RB or ExBuddy. My guess is that it's ExBuddy.
Code:
foreach(var action in ActionManager.CurrentActions) { Log(action); }
Code:
[3, Sprint]
[5, Teleport]
[288, Bait]
[289, Cast]
[296, Hook]
[297, Mooch]
[298, Stealth]
[299, Quit]
[300, Release]
[2135, Cast Light]
[4100, Snagging]
[4102, Patience]
[4103, Powerful Hookset]
[4104, Chum]
[4105, Fish Eyes]
[4179, Precision Hookset]
 
Back
Top