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

[Query] Grind-Profile-Plugin, should it be kept private?

Should it be released?

  • Yes

    Votes: 0 0.0%
  • No

    Votes: 0 0.0%
  • Don't care.

    Votes: 0 0.0%
  • You have to do something about how to obtain profiles.

    Votes: 0 0.0%

  • Total voters
    0
Status
Not open for further replies.
And the plugin itself is open for everyone to view as it runs barely 20 lines of code.
^ maybe just release the code to HB devs to check, then once "verified" they or you can pack it or w/e...something that balances security concerns of genuine users and subverts unauthorized leechers is what I'm trying to say.
 
A better way to approach this would be to have dynamically generated profiles. You query everything and create a NEW profile on-the-fly.
 
A better way to approach this would be to have dynamically generated profiles. You query everything and create a NEW profile on-the-fly.

This ^^ is the direction we need to be heading in.
 
A better way to approach this would be to have dynamically generated profiles. You query everything and create a NEW profile on-the-fly.

I agree, and i have been playing around with some back-logging to the server where bot report what it kills and where it kills it. This way i should be able to populate a quite large database with mobs where i can later build query's that can do this exact thing. This since i do not plan to data-mine sites such as wowhead for this kind of data as i personally think they are too generalized to be used for a botting environment.
 
Better idea:

Maybe the HB guys can store mob data since its available through the many EMU DB's and then auto-generate hotspots based on your level sending you to kill mobs appropriate for your level.

No need for websites or prebuilt profiles... true automation.
 
Stole my idea right from under me. I actually have my own plugin that does basically what this does. (Except; it's using 100% ASP.NET, so there's no annoyances related to PHP)

I may end up having to change it a bit, and release it publicly.

The main issue you're going to run into; is performance (on the server-side). Parsing a ton of XMLs can turn out to be incredibly slow. Your best bet is to parse 'incoming' XMLs into a usable DB format for MySQL. So you can do queries there; and just 'build' the XML when serving it. Slightly more complicated; but allows for much more granularity profile-wise.

Currently; my personal solution 'combines' a bunch of subprofiles with matching criteria into a single subprofile. (I've seen one profile response with well over 100 hotspots, which were within a 1k radius. Though, I haven't ran it through a TSP alg to make the hotspots more useful.)
 
Is there anyway to make plugin that let you make profiles on fly?
Say get to new area. Have button simular to the blacklist spot.
Find ur grind area set hot spots. Find mailbox, set mailbox. Find repair, set that. Then at end create profile, run.
If miss step can have warning "there is no repair is that ok?"
Set to grind in said spot few hrs, or when ding. Or on mix mode.
Wanna farm cloth. Ok move here.
Would be kinda like GB, can make route, record, play. Done

Sent from my DROID2 using Tapatalk
 
Is there anyway to make plugin that let you make profiles on fly?
Say get to new area. Have button simular to the blacklist spot.
Find ur grind area set hot spots. Find mailbox, set mailbox. Find repair, set that. Then at end create profile, run.
If miss step can have warning "there is no repair is that ok?"
Set to grind in said spot few hrs, or when ding. Or on mix mode.
Wanna farm cloth. Ok move here.
Would be kinda like GB, can make route, record, play. Done

Sent from my DROID2 using Tapatalk

I would also love to see something along these lines.

What i would like to see in the future is a plugin that links itself to profiles on a server that allow you to choose what you want to do i.e. 1-60, cloth grinding, herbalism 1-525 e.t.c
 
Kind of useless until I can leave the bot running on anything other than archaeology buddy and wake up and it still be running and not frozen up.
 
Why not make the web server just a database for profile downloads and have no upload of any kind?
 
Hum what is the question?

should it be kept private?
or
Should it be released?

The first one ----> no
The second one--> yes

I think you should release it because a bo rely on his community and your project is good way to contribute at.

If you release it maybe you should add a donation button.

Sorry for my english it's not my native language
 
I will release it, tho the concept have changed, as i was planning on running a NPC recorder in the plugin itself, I have now written a NPC recorder where i scan all areas for NPC's then my web-server will generate profiles on-the-fly based on a set of arguments. How i wont go deep into, but basically i query all mobs on the continent who are viable "enemies" then a set of different algorithms will create a grind profile in area that is close to you and contains a density above average of the different grind areas.


Also this means i wont "steal" any profiles form anyone on the forum for those who were afraid of that.
 
I will release it, tho the concept have changed, as i was planning on running a NPC recorder in the plugin itself, I have now written a NPC recorder where i scan all areas for NPC's then my web-server will generate profiles on-the-fly based on a set of arguments. How i wont go deep into, but basically i query all mobs on the continent who are viable "enemies" then a set of different algorithms will create a grind profile in area that is close to you and contains a density above average of the different grind areas.


Also this means i wont "steal" any profiles form anyone on the forum for those who were afraid of that.

Sounds pretty good to me. Profiles generated on the fly. I can't wait. :D
 
If I may add a potentially stupid suggestion but perhaps could each generated profile could have an expiry time frame so that after X hours a brand new (and different) profile is generated (if the same criteria such as level area and so forth are true) and used by the bot - this should definitely decrease the bottish look of the bot if its' moving apparently randomly.

Perhaps even an option (although I understand this might require an alteration to HB) to "go fishing/herbing/mining/ for X amount of time every so often again to decrease the illusion of bottingness
 
that is a great idea kramxel hope he puts that in a later version
 
Profiles are 100% unique depending on your Level, Class and Location. The chance for 2 making the same grind profile at once is ultra slim.

And since distance to a grind area is weighted against density (average amount of mobs within a set radius), which is also a factor depending on your class.

So unless 2 players start the bot and are at exact same location is same level and class they would not get the same profile.


Could i make bot do other things based on a timer / events yes i could, if it could take control over other plugins i don't know. But its a good idea and maybe i can at some point look at this. However creating a profile is just a part of the task, next on the agenda is to build a big blacklist table so that profiles are not created within a blacklisted area. Which is a easy thing but it requires ALOT of labor, which is why i think i will make a simple site for adding a blackspot that way everyone can contribute to make it generate better profiles.
 
Status
Not open for further replies.
Back
Top