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

    Discussion in 'Rebornbuddy Profiles' started by python2red, Sep 28, 2017.

    1. python2red

      python2red New Member

      Joined:
      Sep 28, 2017
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      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
       
    2. zzi

      zzi Active Member

      Joined:
      Mar 10, 2016
      Messages:
      308
      Likes Received:
      47
      Trophy Points:
      28
    3. python2red

      python2red New Member

      Joined:
      Sep 28, 2017
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1

      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>
       
    4. python2red

      python2red New Member

      Joined:
      Sep 28, 2017
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1

    Share This Page