What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Reqeust] help!Is there any random function for gather?

python2red

New Member
Joined
Sep 28, 2017
Messages
3
Reaction score
0
Tks for any help. Please forgive me for my poor English.
I used the rebornbuddy for gather by order.
But it's high risk for gather.So I want to do some changes for the profiles.
My issue is change behavior by adding random function.The random function return a variable for condition.
Either the XmlAttribute("XYZ") can accpet range ,not a point. Such as XYZ="[354.7423,-354.2423], [-0.6031662,-0.7031662], [306.9599,306.9899]".

IS there any documents for the XMLTAG, XmlAttribute and XmlElement? I study using RB for read the souce code by *.XML and *.cs. It's a hard way.I didn't find condition function such as IsOnMap(621) from source code. I wish to use condition to make my profiles more like manually.


God bless you
 
There is a gather tags in exbuddy specifically for doing random approaches.
https://github.com/Entrax643/ExBudd...ather/GatherSpots/RandomApproachGatherSpot.cs

use that instead of GatherSpot


tks for your help. DO you mean that I should use <RandomApproachGatherSpot> instead of <HotSpots>

like

<ExGather While="not HasAtLeast(20006,&Diatomite;)" CordialType="&CordialType;" CordialTime="&CordialTime;" DiscoverUnknowns="True">

<GatherObject>Rocky Outcrop</GatherObject>

<RandomApproachGatherSpot>
<RandomApproachGatherSpotRadius="50" XYZ="-467.2245, -143.4036, -91.59293" name="Diatomite" />
<RandomApproachGatherSpotRadius="50" XYZ="-525.9633, -125.9583, -163.2514" name="Diatomite" />
<RandomApproachGatherSpotRadius="5" XYZ="-542.1462, -101.5293, -236.6118" name="Diatomite" />
<RandomApproachGatherSpotRadius="5" XYZ="-447.541, -117.4667, -302.7095" name="Diatomite" />
<RandomApproachGatherSpotRadius="5" XYZ="-375.0061, -137.6296, -274.9613" name="Diatomite" />
</RandomApproachGatherSpot>

<ItemNames>
<ItemName>Diatomite</ItemName>
</ItemNames>


</ExGather>
 
Back
Top