BurgerKing
New Member
- Joined
- Mar 8, 2015
- Messages
- 7
I'm playing around with a profile that is largely stolen from everyone on here who knows what they're doing and merged so that I have a money making profile (Clusters, Cocoons) and that would also farm Silver Sovereigns, Umbral Rocks, and Fragrant Logs all at the same time.
I'd like to make it so when I run back to fish, it doesn't always go to the first FishSpot in line.. I could manually change which one to target based on the piece of the profile, but I was wondering if there is any way to randomly select a FishSpot through xml. My google-fu was weak on this one and I wasn't able to find much that was helpful at all.
This specific chunk of xml:
So... random function in XML?
I'd like to make it so when I run back to fish, it doesn't always go to the first FishSpot in line.. I could manually change which one to target based on the piece of the profile, but I was wondering if there is any way to randomly select a FishSpot through xml. My google-fu was weak on this one and I wasn't able to find much that was helpful at all.
This specific chunk of xml:
Code:
<FishSpots>
<FishSpot XYZ="142.4022, 57.68546, 930.2143" Heading="0.8122025" />
<FishSpot XYZ="135.7394, 58.55893, 940.8663" Heading="0.9687042" />
<FishSpot XYZ="130.9483, 59.73428, 948.3847" Heading="0.6300395" />
<FishSpot XYZ="109.0178, 59.71759, 950.4835" Heading="6.053735" />
<FishSpot XYZ="97.6573, 60.01523, 948.7998" Heading="5.830524" />
<FishSpot XYZ="90.14629, 59.66103, 943.6596" Heading="5.4739" />
</FishSpots>
So... random function in XML?