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!

RebornBuddyCN r202

Once i updated to Build 67, it comes 'Rebornbuddy can not be used with the chinese client'.
And the download link seems like a international client(1.0.235.0) not the chinese one.
Please check! THX~
 
Once i updated to Build 67, it comes 'Rebornbuddy can not be used with the chinese client'.
And the download link seems like a international client(1.0.235.0) not the chinese one.
Please check! THX~

Thanks, looking into it.
 
Version 90
Code:
Updated for latest version of ff14.

Ninja/Rogue support
Improved crafting support
ChocoboRaising advanced details api available.
 
For r90, it seems all the craft plugins falied. I used Lisbeth, log is attached
View attachment 173878
Third party plugins are not supported in any official capacity. If you can find a problem with orderbots crafting let me know, otherwise you'll need to post in the lisbeth or whatever thread.
 
Third party plugins are not supported in any official capacity. If you can find a problem with orderbots crafting let me know, otherwise you'll need to post in the lisbeth or whatever thread.

It also won't work with OrderBot profile. It will select the receipt, then it'll stuck and do nothing. But if the Start crafting button is manually pushed in the game, it'll craft normally. THe attachment is the profile I used to test and the log.

Log:View attachment 13164 2015-04-01 22.33.txt

Profile:View attachment test.xml
 
It also won't work with OrderBot profile. It will select the receipt, then it'll stuck and do nothing. But if the Start crafting button is manually pushed in the game, it'll craft normally. THe attachment is the profile I used to test and the log.

Log:View attachment 173880

Profile:View attachment 173881

I just tried to download a clean one without any Plugin and use the OrderBot only, but it seems that it's not the Plugin's problem. It won't start crafting until you manually start that in the game. It will stuck at the screen shoot's scene.

Log:View attachment 7876 2015-04-02 14.21.txt

Profile I used to test:View attachment test.xml

Screenshot: 20150402142307.jpg
 
Thanks for the report. A new version is building now and should be ready in a minute.
 
93CN RB Fighting the bug

use orderbot find problem, fate playing no problem

[07:41:29.376 N] TargetMobs name field has been removed. Use the Id field instead.

You'll need to update your profile from

Code:
      <GrindArea name="UnholierBoth">
         <Hotspots>
....
         </Hotspots>
         <TargetMobs>
            <TargetMob Name="somethingsomethingsomething" />
         </TargetMobs>
         <MinLevel>0</MinLevel>
         <MaxLevel>50</MaxLevel>
      </GrindArea>


to

Code:
      <GrindArea name="UnholierBoth">
         <Hotspots>
....
         </Hotspots>
         <TargetMobs>
            <TargetMob Id="1231" />
         </TargetMobs>
         <MinLevel>0</MinLevel>
         <MaxLevel>50</MaxLevel>
      </GrindArea>

You can find the id by targeting the unit and running

Code:
Log(Core.Target.NpcId);
 
Hello Mastahg,

The CN server has been updated to version 2.45.
Could you update the RebornBuddyCN?

Regards,
 
Request for the new version RebornBuddyCN.

As the title requested, the Chinese server has been updated to Ver2.5, please update the RebornBuddyCN version.
Cheers.
 
As the title requested, the Chinese server has been updated to Ver2.5, please update the RebornBuddyCN version.
Cheers.

Thanks for the update, I have a warning system that lets me know when a new version is out so its usually not needed, but it was down due to a bad hdd in the server its on.

I am pushing a release now that will work with the new cn version, however plugins that interact with the inventory will have issues as I will need to update the code that generates our database and its already 3am so itll have to wait till the morning for a more complete version.
 
Thanks for the update, I have a warning system that lets me know when a new version is out so its usually not needed, but it was down due to a bad hdd in the server its on.

I am pushing a release now that will work with the new cn version, however plugins that interact with the inventory will have issues as I will need to update the code that generates our database and its already 3am so itll have to wait till the morning for a more complete version.


there is new patch just now to fix 2.5 patch problem CN version need to upgrade again. thanks
 
Back
Top