i updated the plug in and it no longer appears in my plug in list even though its in the plug in folder
[15:20:38.455 D] Current Locale Eng [15:20:38.455 N] Currently a level 44 Miner [15:20:38.459 D] Reloading AssemblyLoader<ff14bot.AClasses.BotBase> - Initializing [15:20:38.804 D] [BotManager] Botbases have been reloaded. [15:20:38.804 D] Combat Assist v1.0.225.0 [15:20:38.804 D] Fate Bot v1.0.225.0 [15:20:38.804 D] PvP v1.0.225.0 [15:20:38.804 D] Fishing v1.0.225.0 [15:20:38.805 D] Grinding v1.0.225.0 [15:20:38.805 D] Gathering v1.0.225.0 [15:20:38.805 D] Order Bot v1.0.225.0 [15:20:38.831 D] Reloading AssemblyLoader<ff14bot.Interfaces.IBotPlugin> - Initializing [15:20:42.035 N] Compiler Error: c:\Users\Imsyu\Desktop\RBbuddy\Plugins\RePear\RePear.cs(430,9) : error CS0103: The name 'clicked' does not exist in the current context [15:20:42.555 N] [Zekken] Loaded spell shape data. [15:20:42.573 D] Added new hook [PreCombatLogic] d3fd20ae-a44c-4561-8b8a-be0d85137868 [15:20:42.573 N] [Zekken] Avoidance hooked. [15:20:42.582 N] [DFAlert] Settings loaded [15:20:42.582 N] [GatherAssist] v1.0.1 Enabled [15:20:42.585 N] Building Actioncache [15:20:43.733 N] Action Name:Sprint Action Id:3 [15:20:43.733 N] Action Name:Byregot's Ward Action Id:219 [15:20:43.733 N] Action Namerospect Action Id:227 [15:20:43.733 N] Action Name:Lay of the Land Action Id:228 [15:20:43.733 N] Action Name:Stealth Action Id:229 [15:20:43.733 N] Action Namereparation Action Id:230 [15:20:43.733 N] Action Name:Solid Reason Action Id:232 [15:20:43.733 N] Action Nameeep Vigor Action Id:233 [15:20:43.733 N] Action Name:Nald'thal's Ward Action Id:234 [15:20:43.733 N] Action Name:Sharp Vision Action Id:235 [15:20:43.733 N] Action Name:Sharp Vision II Action Id:237 [15:20:43.733 N] Action Name:King's Yield Action Id:239 [15:20:43.733 N] Action Name:King's Yield II Action Id:241 [15:20:43.733 N] Action Name:Unearth Action Id:242 [15:20:43.733 N] Action Name:Unearth II Action Id:243 [15:20:43.733 N] Action Name:Lay of the Land II Action Id:291 [15:20:43.733 N] Action Name:Thaliak's Ward Action Id:293 [15:20:43.733 N] Action Name:Sharp Vision III Action Id:295 [15:20:43.733 N] Action Name:Nophica's Ward Action Id:217 [15:20:43.733 N] Action Name:Llymlaen's Ward Action Id:292 [15:20:43.733 N] Action Name:Menphina's Ward Action Id:236 [15:20:43.733 N] Done building Actioncache [15:20:43.749 D] Reloading AssemblyLoader<ff14bot.Interfaces.ICombatRoutine> - Initializing [15:20:45.044 D] [RoutineManager] Routines have been reloaded. Current class-specific list:
hey, i think i found a bug. tried using this last night, and it repaired fine on the first repair, but the second repair, it just stayed at the vendor main menu indefinitely without clicking repair and it wasn't throwing any errors. i looked through the code and i think i found the problem. if the bot is set to fatebot or orderbot, the "clicked" bool is never set back to false after a repair. i added "clicked = false;" in the following code and this seemed to fix it. Code: new Decorator(ret => Poi.Current.Type == PoiType.Vendor && repaired, new Action(r => { Poi.Clear("[RePear] Reached " + RepairVendor.LocationName + " Vendor and Repaired!"); if (BotManager.Current.Name != "Fate Bot" && BotManager.Current.Name != "Order Bot") { Poi.Current = new Poi(new HotSpot(InitialLocation, 0), PoiType.Hotspot); } else { Logging.Write(Colors.SkyBlue, "[RePear] Resuming " + BotManager.Current.Name + " from here!"); timetorepair = false; repaired = false; clicked = false; } } ) ),
The entire clicked variable should have been removed in v3.0.2, as I noticed that bug and determined that variable was unnecessary.
Hello, I get this error and the plug does not show. Compiler Error: f:\Honorbuddy\Plugins\RePear\RePear.cs(10,7) : error CS0246: The type or namespace name 'ff14bot' could not be found (are you missing a using directive or an assembly reference?)
I get an invalid attachment error when clicking the link. It also points to 3.0.1 instead of the 3.0.2 you have been talking about.
I'm not sure if you're getting a cached page or something, but the link in the main post is working fine for me. Try Ctrl-F5ing the first page maybe?
[12:15:34.386 D] Exception while pulsing plugin RePear: System.ArgumentException: '0' is not a valid value for 'Interval'. 'Interval' must be greater than 0. at System.Timers.Timer.set_Interval(Double value) at Re_Pear.Re_Pear.<CreateBehaviorLogic>b__1e(Object r) in c:\Users\Miguel\Downloads\Rebornbuddy 1.0.230.0\Plugins\RePear\RePear.cs:line 438 at TreeSharp.Action.RunAction(Object context) at TreeSharp.Action.<Execute>d__0.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.Decorator.<Execute>d__0.MoveNext() at TreeSharp.Composite.Tick(Object context) at TreeSharp.PrioritySelector.<Execute>d__0.MoveNext() at TreeSharp.Composite.Tick(Object context) at Re_Pear.Re_Pear.OnPulse() in c:\Users\Miguel\Downloads\Rebornbuddy 1.0.230.0\Plugins\RePear\RePear.cs:line 487 at ff14bot.Managers.PluginManager.PulsePlugin(IBotPlugin plugin)
Too much work to post an explanation? You didn't open the settings and choose how often you want to repair. Do that and then restart. >.>
How about pressing hotkeys with the "Repair" button in the menu? I realize it's unprofessional in comparison to doing stuff through hooks or packets, and all that fancy stuff, but, if you can send a keypresses or something, we could simply put the repair feature on the hotbar, I've heard that we can use commands through the hotbar, so that -should- work, right?
I've been there and done that with this plugin already, I don't want to do that again, it made a lot of problems. You can modify your RePear to do that for yourself if you want, but I would ask that you don't distribute it - support for that would be hard.
Well, looks like mastahg added a way to toggle the repair window, pretty sweet, you plan to add that function?