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

[Release] RebornBuddyKR Version 1.0.600 - Korean supported once again!

mastahg

Administrator
Staff member
Joined
Feb 27, 2011
Messages
5,404
Reaction score
395
rb64-webp.219567


Changelog


Known Issues

Notes to third party developers

Asides for any temporarily missing api there are a few things you need to note.
IntPtrs are now 8 bytes instead of 4 bytes
RB_X64 is #defined to tell if you are running 64bit rebornbuddy.
Working with game windows has slightly changed
  • AtkAddonControl.SendAction now takes pairs of ulongs instead of uints. Most values work as is.
  • TwoInt struct is actually two longs now, and they often don't clear the top 4 bytes of data when twoint.Type == 4, we provide a new api twoint.TrimmedData which will get the data you are looking for, but be warned TrimmedData isn't always what you want to be using



RebornBuddyKR: Zip





Requirements



Buddywizard is currently outdated, please install the requirements manually below:

Reporting Bugs
When reporting a bug, please include your full log file (found in your bot folder under the "Logs" directory, sort by creation date to find it easier), a full and detailed explanation of the bug, as well as any screenshots that may be useful in tracking down the bug.

Enjoy!
 
Last edited:
ok. i tested this version
but, only can used CN client message
 
[12:36:37.840 N] Logging in...
[12:36:38.918 N] T: 5247447048406067774 H: 4126634722
[12:36:39.039 N] RebornbuddyCN can only be used with the chinese client.


here is my log
 
Sorry about that, failed to push a change last night before building. New version is available that fixes the issue.
 
same problem with new version 1.0.010 KR RB

this vesion FF14 is not supported. in case after update, spam RebornbuddyCN can only be used with the chinese client
 
Something is wrong with the update server. Its sending out the cn release when it shouldn't be. I'm looking into it.
 
yes. works now :)
i have one suggestion and one question

please remove CN language file. almost korean can't read Chines.
and kr version can't using plugins?
Ultima CR, FFxiv AllInOne, OrderBotTags, MudAssist plugins is displayed error.
 
yes. works now :)
i have one suggestion and one question

please remove CN language file. almost korean can't read Chines.
and kr version can't using plugins?
Ultima CR, FFxiv AllInOne, OrderBotTags, MudAssist plugins is displayed error.


Chinese files aren't used and are just a placeholder until we can get a korean translation completed.

As for combat routines, the creators probably did not take care to use #if !RB_CN && !RB_KR #endif to disable content that is not available for other regions. If you remove any files related to ninjas,astrologians,dark knights, and machinists the routines will probably work fine.

As to why plugins/tags don't work I can't say without a log.
 

Looks like mudassist has something with darknights, the fishing tag has some code for handling collectible items and the combat routines well refrence the classes that are not in the korean version of the game.

Since we don't offer any official support for the 3rd party plugins your best bet is to ask the creators of the content to create a version that makes use of

Code:
#if !RB_CN && !RB_KR
//Code that won't be activated in the other regions.

#endif

so that itll work in the other regions.
 
I found works version of mud assist and ultima cr
yeah! ty :)

but, ordertag fish display error or crash

https://www.thebuddyforum.com/rebor...plugin-fish-v3-0-profiles-support-thread.html
> compiled error.
View attachment 7952 2015-08-26 04.27.txt

https://www.thebuddyforum.com/rebor...shing-profiles-leveling-farming-grinding.html
> crash RB.
View attachment 2176 2015-08-26 04.28.txt

anyone please tell me works version :(

EDIT :
fatebot not works. just crash rb
View attachment 6708 2015-08-26 04.09.txt

oh sorry. now attached log file
 
Last edited:
edited post. sorry

As I said for the fishing issue you will need to post in its thread for any support.

As for the fatebot issue, there was a problem with the build server not including the dll properly. I have pushed a new version which has the dll.
 
Some navigate path problem with order bot

autoequip is working but character dont move.

attach log

Thank you.



That is an issue with the profile. It has poor support for starting and stopping the profile and bringing you to the correct map. Post in the thread for more support.
 
Back
Top