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

Idea for simple instance farmer.

SkyHigh

Member
Joined
Apr 15, 2010
Messages
396
Reaction score
4
This is an idea for a plugin that solo farms low level instances.
Basically you make a profile with hotspots all along the path of the instance and back to the entrance and the pugin detects when the last hotspot is reached and stops HB, then it runs forward through the portal, resets instance, runs backward through the portal and starts hb again, rinse and repeat.
Does this sound possible? :)
 
It would be a good idea, especially if your running 2 different accounts that are yours, RAF'd together. I honestly think this would be pretty good, but i think instancebuddy is a similar thing coming out later.
 
It would be a good idea, especially if your running 2 different accounts that are yours, RAF'd together. I honestly think this would be pretty good, but i think instancebuddy is a similar thing coming out later.
Yes but I think this would be really easy to code. Its just a few things that need to be checked. :)
 
(Filler)
I would also love this as my least favorite (but neccessary) task is running my lowbies through dungeons there all rafd and its pretty crazy to reset them all normally
 
I would love something that could enter and exit instances and reset them when you're done. Possibly even find a vendor after each run to clear the bags.
 
HB can't auto reset the instance after you ran it, you would need a seperate plugin to do that for you.
 
HB can't auto reset the instance after you ran it, you would need a seperate plugin to do that for you.
Some simple LUA can do that
Code:
if (CanShowResetInstances()) then ResetInstances() end
You will probably need something to click Yes, easy enough once you know the Frame Name. It's all on wow programming.
 
Yep, lua can handle that easily, everything is possible, someone just needs to put some time in putting it together, I lack the skill :(
 
This is an epic idea, being able to auto-farm say SM for Silk Cloth would be so helpful... Might be a good project to start to learn C#/LUA with :) *ponders...*
 
Im working on something like this, still quite some work though... will post it somewhere when its done ;)
 
Back
Top