• Visit Rebornbuddy
  • [O][MIN][BTN] Blue & Red Scripts | Unspoiled & Legendary Materials Farm

    Discussion in 'Mining-Botany Profiles' started by entrax, Sep 10, 2015.

    1. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      If Morel or Cloud Bana were unknow to you, the fix for that should coming soon, ExMatt is working on it right now.

      U can also discover material by yourself it'll be easy then :)
       
    2. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      The fix should be up, i tried it myself on an old unspoiled, so it should be working(for unspoiled and legendary).
       
    3. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Nice i'll try on red quatz when it's up then :)

      Btw is it hard to make an other rotation ?

      I know there are already those rotation
      SmartYield = +2 Yield / +X% yield
      SmartQuality = +30% quality / +X% yield
      CollectX...

      But is it possible to make +2 yield item / +10% quality (if Gp > 100 after yield2) ?
       
    4. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Interesting....it would be...I am just trying to determine how to handle that.... I guess I could make another enum value for YieldAndQuality, that does that type of rotation, you would just have to set it as the gatherIncrease.
       
    5. Djdave

      Djdave New Member

      Joined:
      Feb 22, 2015
      Messages:
      166
      Likes Received:
      1
      Trophy Points:
      0
      I don't seem to dismount in any of the nodes in Sea of Clouds. It goes right to the node and I get this in the log

      [22:39:34.254 N] Landing took 00:00:00.1502286 ms or less

      It just stays mounted after :/
       
    6. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Landing doesn't include dismounting, Interacting with a node will automatically dismount you. If you are using a stealth gather spot, it will also dismount you to stealth.
       
    7. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Not yet sadly !

      Just tried on Red quartz / Abalathian Salt :

      Console log
      Code:
      [22:45:04.754 D] Moving to next hop: <-753.8181, -84.75386, -664.8791> (Unspoiled Rocky Outcrop) D: 4,830388
      [22:45:04.987 N] Started Landing Task
      [22:45:05.022 D] [POI Set] Type: Gather, Name: Carrière de pierre intacte, ObjectId: 4000026C, NpcId: 0, Location: <-753.7292, -87.2616, -665.3483>
      [22:45:05.026 V] Blacklisting 4000026C for 00:00:36 [Type: Interact] - Reason : Blacklisting node so that we don't retarget -> Carrière de pierre intacte 0x14DEC310
      [22:45:05.027 D] DoAction General 23 0xE0000000
      [22:45:05.137 N] Landing took 00:00:00.1498002 ms or less
      [22:45:05.152 D] Interacting with Carrière de pierre intacte 0x14DEC310
      [22:45:06.369 N] GatherCollectable: Rotation Override -> Old: Collect450 , New: DiscoverUnknowns
      [22:45:06.685 D] DoAction Spell 295 0x1035B88E
      [22:45:06.685 N] ExBuddy: Casted Ability -> Sharp Vision III
      [22:45:08.120 N] GatherCollectable: Unable to find an item to gather, moving on.
      [22:46:24.142 N] Stopping the bot. Reason:Pushed the stop button.
      
      Reborn Console (after Sharp Vision III)
      Code:
      ItemName: Chance:75 HqChance:14 Amount:1 RawItemId:0
      97
      4294967295
      False
      1
      NormalOnly
      0
      ItemName: Chance:108 HqChance:0 Amount:0 RawItemId:0
      255
      0
      False
      0
      None
      1
      ItemName: Chance:248 HqChance:0 Amount:0 RawItemId:0
      255
      0
      False
      0
      None
      2
      ItemName: Chance:72 HqChance:0 Amount:0 RawItemId:0
      255
      0
      False
      0
      None
      3
      ItemName: Chance:7 HqChance:0 Amount:0 RawItemId:0
      255
      0
      False
      0
      None
      4
      ItemName: Chance:75 HqChance:12 Amount:1 RawItemId:0
      115
      4294967295
      False
      1
      NormalOnly
      5
      ItemName: Chance:12 HqChance:0 Amount:0 RawItemId:0
      255
      0
      False
      0
      None
      6
      ItemName: Chance:64 HqChance:0 Amount:0 RawItemId:0
      255
      0
      False
      0
      None
      7
      
      Slot 1 (0 for the bot) should be Salt / Slot 6 (5 for the bot) should be Red quartz
       
    8. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38

      yea... lol... 25% is now 75%.... i need to work some more logic magic here...
       
    9. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      If (Amount == 1 and (yieldrate == 25 or yieldrate == 30 or yieldrate == 40 or yieldrate == 75) )

      25 = no skill lvl <4
      30 = +5% lvl <5
      40= +15% lvl <10
      75 = +50% lvl >= 10

      Something like this ? x)
       
    10. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Umm maybe... but the fact that it might just get something you already can gather but have shitty gathering rating is possible too... I might handle it differently.

      Also...levels won't matter..since this only happens on unspoiled. I might have to check for the auras.
       
    11. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      Unknows (and others empty slot) doesn't have name with your Reborn console message so " No_Name and X Yield rate" can't work ?
       
    12. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      I went with what you suggested in a way, very similar. thank you.
       
    13. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      It needs an amount too, and a rawitemid of 0..there are a few things you can test...but i got it.
       
    14. entrax

      entrax Member

      Joined:
      Jul 23, 2012
      Messages:
      459
      Likes Received:
      15
      Trophy Points:
      18
      I'm glad to help :)
      Nice and thanks you for "my" rotation btw x)

      Titme to sleep now, i'll try more things later.
       
    15. Burn

      Burn New Member

      Joined:
      Jul 25, 2015
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      Scripts_Material_Farm_1.02.xml is not working for me (does nothing). Here's the log:
      The two plugins I have enabled are: Skywatcher and Enable Flight. I'm current on Matt's SVN.

      The only things I changed on the profile were the Gear Set numbers and then the Gathering Settings. I double checked that I do not have more than one item enabled in each time slot. Any other ideas what might be wrong?
       
    16. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      It is possible that UseMount is unchecked in your global settings. I may be removing that check now that I have a better takeoff routine.
       
    17. Mooncloud

      Mooncloud Member

      Joined:
      Aug 19, 2015
      Messages:
      120
      Likes Received:
      2
      Trophy Points:
      18
      Encountered some more fun. The bot successfully went and harvested Heavens Lemon (From the North most node). However, when I went to check on it afterwards the following was being spammed the console:

       
    18. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      This was on an island somewhere in the sky right? I haven't done much testing in sea of clouds yet.
       
    19. EnternalEnvy

      EnternalEnvy Member

      Joined:
      May 11, 2014
      Messages:
      222
      Likes Received:
      3
      Trophy Points:
      18
      Yea same here I was gathering Abaltathian Mistletoe in Sea of clouds and suddently the bot stuck and spam this in console

      [03:20:12.954 N] Angle of deviation: 9.727661
      [03:20:12.971 N] Angle of deviation: 8.179504
      [03:20:12.988 N] Angle of deviation: 6.476639
      [03:20:13.006 N] Angle of deviation: 25.61148
      [03:20:13.027 N] Angle of deviation: 10.34903
      [03:20:13.046 N] Angle of deviation: 7.616295
      [03:20:13.067 N] Angle of deviation: 5.993134
      [03:20:13.087 N] Angle of deviation: 25.21008
      [03:20:13.108 N] Angle of deviation: 0.5618134
      [03:20:13.128 N] Angle of deviation: 8.660751
      [03:20:13.145 N] Angle of deviation: 7.009895
      [03:20:13.162 N] Angle of deviation: 5.481636
      [03:20:13.181 N] Angle of deviation: 24.78563
      [03:20:13.196 N] Angle of deviation: 0.14431
      [03:20:13.215 N] Angle of deviation: 8.323021
      [03:20:13.236 N] Angle of deviation: 6.63607
      [03:20:13.260 N] Angle of deviation: 5.166931
      [03:20:13.277 N] Angle of deviation: 33.8552
      [03:20:13.295 N] Angle of deviation: 9.727661
      [03:20:13.313 N] Angle of deviation: 8.179504
      [03:20:13.334 N] Angle of deviation: 6.476639
       
    20. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Please include lines for the Generating Path from .. to ... etc. So i can use these spots to test when I get the chance.
       

    Share This Page