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!

Trouble creating a fishing profile.

Joined
Apr 2, 2012
Messages
137
I simply have no idea on how to creat FishSpots. Is there an option in the Profile Creator I'm missing or is it something else? I'd very much like to get a better understanding with fishing.
 
https://www.thebuddyforum.com/rebor...shing-profiles-leveling-farming-grinding.html

kaga created the custom tags that allow fishing to be used by reborn buddy.

A convenient FishSpot generator for Reborn Console:



Code:
string location = Core.Player.Location.ToString().Remove(0, 1);
location = location.Remove(location.Length - 1, 1);
Log("<FishSpot XYZ=\"" + location + "\" Heading=\"" + Core.Player.Heading + "\" />");


Edit: otherwise you can get the info you need from the profile creator. You need your characters xyz position and his heading. Which is all in the top right of the menu that opens when you hit profile creator.
 
Thank you Mr McGibblets for pointing this out. Feel pretty stupid not scrolling down on the 1-50 fishing profile.
 
Back
Top