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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Release] RebornBuddy Version 1.0.461

It took years to get a Pause feature in HB, so while it would be nice, I'm sure it's lower on the priority list. Suggestions never hurt, though!

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?
 
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?

It will probably need an update. As usual, be patient and it will be working again before you know it lol
 
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.
 
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)
 
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.
 
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.


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?
 
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?
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?
 
Use this to replace the name.

Code:
<TargetMobs>
	<TargetMob id="000"  /> 
</TargetMobs>
 
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?

You can use xivdb or use the following in the console to get the id of the current target :

Code:
Log(Core.Target.NpcId);
 
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.
 
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
 
Back
Top