• Visit Rebornbuddy
  • [Release] RebornBuddy Version 1.0.461

    Discussion in 'Archives' started by mastahg, Jan 11, 2014.

    1. Ansk

      Ansk New Member

      Joined:
      Dec 9, 2011
      Messages:
      13
      Likes Received:
      1
      Trophy Points:
      3
      Well the code already exists in ExCombatAssist so it's not really that huge of a mess.
      Either way a suggestion never hurts!

      Btw will the bot work after today's update? As was the case with the one two days ago?
       
    2. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      It will probably need an update. As usual, be patient and it will be working again before you know it lol
       
    3. Heritage

      Heritage Member

      Joined:
      Dec 13, 2013
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      8
      How's the update going mastah?
       
    4. Miku_

      Miku_ New Member

      Joined:
      Jun 13, 2012
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
      Holy Cow...., Guys, take it easy!

      mastahg is the only responsible developer of RebornBuddy, it's not like HonorBuddy where you have multiple devs. - Be sure, he'll fix it asap as he can.
       
    5. Shambo

      Shambo New Member

      Joined:
      Jul 4, 2014
      Messages:
      89
      Likes Received:
      1
      Trophy Points:
      0
      LOL, what? One person asked how the update was going...
       
    6. Fog

      Fog New Member

      Joined:
      Oct 2, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      I hate these ninja patches.
       
    7. Ormazd

      Ormazd New Member

      Joined:
      Mar 25, 2013
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Hey, it's working! Thanks, mastahg!
       
    8. Darium

      Darium New Member

      Joined:
      Oct 17, 2014
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      Thanks again MastahG, good man.
       
    9. Heritage

      Heritage Member

      Joined:
      Dec 13, 2013
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      8
      Thanks mastahg, you're doing a fine job! (was just making sure he was aware of the ninja patch in my earlier post Miku... and im fully aware of that he is the lone developer)
       
    10. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Version 260

      Code:
      
      Overall:
      Grind tags should be much more efficient at grinding
      Grind areas using only mob names are now unsupported. This has been deprecated for a while and the write of the combat targeting was the final straw for this. Attempting to use an unsupported profile will now throw an error.
      
      ZodiacManager added
      Currently only supports getting information about the currentbook. 
      Currently available api:
      
      ZodiacManager.CurrentBook
      	 int KillTask1 
               int KillTask2 
               int KillTask3 
               int KillTask4 
               int KillTask5 
               int KillTask6 
               int KillTask7 
               int KillTask8 
               int KillTask9 
               int KillTask10
      
               bool KillTask1Completed 
               bool KillTask2Completed 
               bool KillTask3Completed 
               bool KillTask4Completed 
               bool KillTask5Completed 
               bool KillTask6Completed 
               bool KillTask7Completed 
               bool KillTask8Completed 
               bool KillTask9Completed 
               bool KillTask10Completed
      
               bool DungeonTask1Completed 
               bool DungeonTask2Completed 
               bool DungeonTask3Completed 
      
      
               bool FateTask1Completed
               bool FateTask2Completed
               bool FateTask3Completed
      
               bool GuildleveTask1Completed 
               bool GuildleveTask2Completed 
               bool GuildleveTask3Completed 
      
      Kupo:
      
      Resting behavior has been rewritten
      Ninja mudras have received some love
      Now uses the logger class
      
      
      I don't have access to any accounts with a novus weapon to get information about the light farming. If anyone has an account theyd be willing to let me use please private message me.
       
    11. Psicu

      Psicu New Member

      Joined:
      Feb 1, 2015
      Messages:
      20
      Likes Received:
      3
      Trophy Points:
      0
      Thank you very much for this new update !
       
    12. bobbyx

      bobbyx Member

      Joined:
      Sep 12, 2014
      Messages:
      72
      Likes Received:
      5
      Trophy Points:
      6

      question : after update, now all profile include a mob name are not working. how can i replace the mob ID with the name? and where can i get the mob IDs?
       
    13. kromboy

      kromboy New Member

      Joined:
      Nov 28, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      oh sweet I came here with the exact question but I think you answered mine :) you can go to xivdb.com for IDs.. so I'm guessing I just have to replace the mob name with mob ID then?
       
    14. Psicu

      Psicu New Member

      Joined:
      Feb 1, 2015
      Messages:
      20
      Likes Received:
      3
      Trophy Points:
      0
      Use this to replace the name.

      Code:
      <TargetMobs>
      	<TargetMob id="000"  /> 
      </TargetMobs>
      
       
    15. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      You can use xivdb or use the following in the console to get the id of the current target :

      Code:
      
      Log(Core.Target.NpcId);
      
       
    16. dajinn

      dajinn New Member

      Joined:
      Mar 18, 2012
      Messages:
      51
      Likes Received:
      1
      Trophy Points:
      0
      is auth server down right now?
       
    17. bobbyx

      bobbyx Member

      Joined:
      Sep 12, 2014
      Messages:
      72
      Likes Received:
      5
      Trophy Points:
      6
      thx~
       
    18. bobbyx

      bobbyx Member

      Joined:
      Sep 12, 2014
      Messages:
      72
      Likes Received:
      5
      Trophy Points:
      6
      got it , thank u :D
       
    19. nishalp

      nishalp Member

      Joined:
      Sep 13, 2014
      Messages:
      177
      Likes Received:
      4
      Trophy Points:
      18
      I think the value for the ZodiacManager are reversed for the Dungeons and Fates. I have not done any Dungeons and completed Fate 1. The value for DungeonTask1 is true and FateTask1Completed is false. Can you check on that.
       
    20. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,229
      Likes Received:
      364
      Trophy Points:
      83
      Version 261

      Code:
      Handover and Turnin tags will once again properly search armoury chests
      SelectString and SelectIconString IsOpen will now return false until their list of displayed items is fully initialized.
      ZodiacManager.CurrentBook fixed dungons and fates being swapped
      
       

    Share This Page