hi great plug in. Having loads of fun making gathering profiles, but i wanted to make a grind profile for some rep mobs it makes the route fine but when i run the profile that`s all it does run the route is there any way to make it attack the mobs or is that a honorbuddy thing im missing? Ps i`m using grind bot
Hello, I would like too know can you add a function where we can straight copy the hotspots from inside of the program itself,
make some replace replace next strings in frmMain.cs double x = double.Parse(strX); double y = double.Parse(strY); double z = double.Parse(strZ); to double x = double.Parse(strX, new CultureInfo("en-US")); double y = double.Parse(strY, new CultureInfo("en-US")); double z = double.Parse(strZ, new CultureInfo("en-US")); and all will be work
Grind profile People who want to make a grind profile read what Slapbacon wrote ^_^ Also use this as an idea of how your profile should look like. Thanks to Crazybuz.
This looks AWESOME!!!! Is there any way for it to record <RunLikehell spots and use a questing botbase foir creating raid and instance farming profiles? Would be most helpful because its much more efficient choosing EXACTLY what spots and packs to pull, where to pull them, then initiate combat and know how many breaks to take and juice up on hp
Im very happy to find this Plugin but when im try to load it i got this error can anyone help me Compiler Error: d:\Honor\Plugins\Hotspot Recorder\frmMain.cs(386,37) : error CS1501: No overload for method 'Dismount' takes 0 arguments
At the 2 lines it gives an error for, just replace: Styx.CommonBot.Mount.Dismount(); with Styx.CommonBot.Mount.Dismount("Because reasons."); Works fine for me that way.
A little late to this thread but for all the people that recently posted that it's not showing up in your plugins...if you simply do the fix that tomit12 says to do, it will work. Thanks a bunch tomit12. Much appreciated.
Hotspot Recorder\frmMain.cs(361,37) : error CS1501: No overload for method 'Dismount' takes 0 arguments I should have looked above. The solution is there. Silly me.