[BotBase] Eclipse - EclipseReborn Ver 1.0.5 by Twist! This is officially in development again as of today 9/18/2021! UPDATE: Learning mode now works and correctly classifies NPCs/MOBs No longer uses SQLite to store mob and npc data. Kill list has been hooked up and will now hunt all the things on your list. Improvements - will kill the CLOSEST thing on your list first. - Using the new navigation engine instead of slide mover - Kill list now updates instantly (without having to reload the screen) To Do: - Ignore list doesn't work yet - Navigate to X area doesn't work - Pathing doesnt work at all... - Walk of shame doesnt work at all - There is no Zone awareness at all... need to find that memory location or API reference... Summary: Eclipse Reborn: Version 1 "Patrols" an area killing everything that's attack-able. Does not require profiles or anything of the sort. Just walk around and kill. This is a port of my popular skin/travel bot from HonorBuddy Features Patrol Mode - This is all it has at the moment. Learning Only - Newly implemented! What it does: Kills - Kill-able Mobs in a zone - adds to the list as you wander around. Uses your selected/installed/configured cc to fight Learning mode - so it always knows where to find mobs in the future. What it Doesn't do: Change zones Use Porters anything but kill mobs in an area (zone). What it will do (but doesn't yet): Avoid Elites. Use mount. Ignore targets that it cant navigate to (it should, but it doesn't yet) Lots more... Requirements: DOT NET 4.5!! Not sure if you have .net 4.5 or not? if your log has a bunch of lines that say this: "Eclipse-Reborn\Data\DAL.cs(189,61) : error CS1501: No overload for method 'GetValue' takes 1 arguments" You need 4.5. Usage: Put in BOTS (NOT PLUGINS) folder press Start on RB. Ok - here is the Reborn Bot - by downloading this you agree to provide feedback if something isn't working right or if something is working right. I'm not required to make these things, or to share them. So if you like it show some love! Known bugs/Issues It tries to attack peoples Leve targets if someone starts one right next to you. There is no pathing in RB yet everything is arrow straight movement - therefore you might get stuck on things. I would suggest going to a wide open area free of cliffs. Changelog: ------------------------------------------ -- Ver1.0.1 Initial Version. -- Ver1.0.3 BugFixes -- Ver1.0.4 Ported more of the SkinBot from WoW. Hooked up DataBase to the 'learning' mode. Download: New Version Pending: 9/18/2021 (working locally). Have fun and bot safe! --Twist--.
Getting this error on start-up. Code: Compiler Error: c:\Users\Bekie\Desktop\RB\BotBases\EclipseReborn\EC.cs(2,7) : error CS0246: The type or namespace name 'ArachnidCreations' could not be found (are you missing a using directive or an assembly reference?) Gonna love this BotBase, thank you.
Just uploaded the zip... give it a go? Let me know if I borked anything- about 90% of it is non-op since its a partial port - but it shouldn't error.
Getting an error on launch now, it happens after clicking the "Login" button where we enter our key, the main RB window never appears. Code: System.TypeInitializationException was unhandled Message: An unhandled exception of type 'System.TypeInitializationException' occurred in RebornBuddy.exe Additional information: The type initializer for 'ff14bot.Managers.BotManager' threw an exception.
I know whats wrong! I referenced the .net version of sqlite manually since rebornbuddy uses the non .net typed library. I didnt think it was actually working. Good to know that it is. In the meantime... i need to delete that....