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!

RebornBuddy - Limited Beta - FF14:ARR Bot

Status
Not open for further replies.
Whoops...Forgot to bump the version number on the site...0.1.26 is out get it from the front page.
 
Im curious to know if this runs on 64bit windows 7?

I am trying to get the application to launch with no luck.

When i launch the application it comes up as FF14bot has stopped working.

Any suggestions?
 
Im curious to know if this runs on 64bit windows 7?

I am trying to get the application to launch with no luck.

When i launch the application it comes up as FF14bot has stopped working.

Any suggestions?

I run on the same setup just fine, post a log.
 
Im curious to know if this runs on 64bit windows 7?

I am trying to get the application to launch with no luck.

When i launch the application it comes up as FF14bot has stopped working.

Any suggestions?

antivirus eating one of the dlls is the most common cause.
 
I am using the black mage profile that came with the bot, however when my MP gets low it usually just sits there waiting for mp to re, it never uses stuff like blizzard/convert etc. Is there something i need to change? If it helps, this is what the lines say:

Cast("Blizzard", r => Core.Player.CurrentManaPercent <= 10 && Core.Player.ClassLevel < 38),
Cast("Convert", r => Core.Player.CurrentMana < 79 && Core.Player.ClassLevel >= 30), //79 Mana is how much Blizzard III is with AstralFire ... don't want to be stuck with no mana
 
I am using the black mage profile that came with the bot, however when my MP gets low it usually just sits there waiting for mp to re, it never uses stuff like blizzard/convert etc. Is there something i need to change? If it helps, this is what the lines say:

Cast("Blizzard", r => Core.Player.CurrentManaPercent <= 10 && Core.Player.ClassLevel < 38),
Cast("Convert", r => Core.Player.CurrentMana < 79 && Core.Player.ClassLevel >= 30), //79 Mana is how much Blizzard III is with AstralFire ... don't want to be stuck with no mana

Remove && Core.Player.ClassLevel <38 .. not an optimal solution for BLM but it should work.
 
Fry-Shut-up-and-take-my-money.webp

i want to buy THIS NOW!
 
[02:26:51.309 N] Logging in...
[02:26:52.284 N] We did it, yay!
[02:26:52.583 N] Current version is 0.1.26 Latest version is 0.1.26
[02:26:52.876 D] Microsoft Windows NT 6.1.7601 Service Pack 1
[02:26:52.883 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing
[02:26:53.291 D] [BotManager] Botbases have been reloaded.
[02:26:53.291 D] Raidbro v1.0.0.0
[02:26:53.291 D] GrindBot v1.0.0.0
[02:26:53.291 D] Gatherbro v1.0.0.0
[02:26:53.311 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing
[02:26:53.713 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing
[02:26:53.775 D] Compiler Error: c:\Users\JP\Desktop\FF14 FUN\Routines\Kupo\Rotations\ThaumaturgeBlackMageOrig.cs(16,8) : error CS0101: The namespace 'Kupo.Rotations' already contains a definition for 'ThaumaturgeBlackMage'
[02:26:53.777 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
[02:26:53.779 N] Building Actioncache
[02:26:53.940 N] Action Name:Attack Action Id:7
[02:26:53.940 N] Action Name:Raging Strikes Action Id:101
[02:26:53.940 N] Action Name:Fire Action Id:141
[02:26:53.940 N] Action Name:Blizzard Action Id:142
[02:26:53.940 N] Action Name:Surecast Action Id:143
[02:26:53.940 N] Action Name:Thunder Action Id:144
[02:26:53.940 N] Action Name:Sleep Action Id:145
[02:26:53.940 N] Action Name:Blizzard II Action Id:146
[02:26:53.940 N] Action Name:Fire II Action Id:147
[02:26:53.940 N] Action Name:Thunder II Action Id:148
[02:26:53.940 N] Action Name:Transpose Action Id:149
[02:26:53.940 N] Action Name:Swiftcast Action Id:150
[02:26:53.940 N] Action Name:Lethargy Action Id:151
[02:26:53.940 N] Action Name:Fire III Action Id:152
[02:26:53.940 N] Action Name:Thunder III Action Id:153
[02:26:53.940 N] Action Name:Blizzard III Action Id:154
[02:26:53.940 N] Action Name:Aetherial Manipulation Action Id:155
[02:26:53.940 N] Action Name:Scathe Action Id:156
[02:26:53.940 N] Action Name:Manaward Action Id:157
[02:26:53.940 N] Action Name:Convert Action Id:158
[02:26:53.940 N] Action Name:Freeze Action Id:159
[02:26:53.940 N] Action Name:Apocatastasis Action Id:160
[02:26:53.940 N] Action Name:Manawall Action Id:161
[02:26:53.940 N] Action Name:Flare Action Id:162
[02:26:53.940 N] Action Name:Virus Action Id:169
[02:26:53.940 N] Action Name:Eye for an Eye Action Id:175
[02:26:53.940 N] Action Name:Physick Action Id:190
[02:26:53.940 N] Done building Actioncache
[02:26:53.942 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
[02:26:53.942 N] No supported routines found for this job class.
[02:27:01.636 N] Plugin RebornConsole has been enabled.


Am in Black Mage gear, and it won't find my profile, even though I only have allt he ones it comes with.
 
Is is possible to add non class specific skills to the rotations for the classes?

IE you cna use cure on other classes once you get it on a conjurer

So i put the following line in the Archer rotation so it will heal its self when it get below 50% but when i start the ot the combat routine button is grayeout and it says "no supported routines for this job class"

protected override Composite CreateHeal()
{
return new PrioritySelector(
//we has healz
Cast("Cure", r => Core.Player.CurrentHealthPercent <= 60, r => Core.Player)
);
 
Any chance the no casting while moving can be added as a changeable option in Kupo? It's not ideal as a Bard.
 
Status
Not open for further replies.
Back
Top