Are there....

05/23/2012 23:06 denominator#16
"lol apparently u want a forum that has free bots" And you came to this conclusion how?
05/24/2012 09:25 I don't have a username#17
Quote:
Originally Posted by denominator View Post
"lol apparently u want a forum that has free bots" And you came to this conclusion how?
Because you have no idea how much effort there is used to keep a bot alive.
05/24/2012 20:37 cheater3000#18
Quote:
Originally Posted by denominator View Post
"lol apparently u want a forum that has free bots" And you came to this conclusion how?
lol coz its the only thing that elite pvpers doesnt have currently
05/26/2012 02:10 denominator#19
Actually for the record CHROME is acting a single character free bot these days ^^ Like I already said I have my reasons and it's NOT free bots so please stop being so judgemental.
05/26/2012 02:38 pro4never#20
Quote:
Originally Posted by I don't have a username View Post
Because you have no idea how much effort there is used to keep a bot alive.
It's only hard if you listen to them whine and want to make something to compete with commercial bots.

Could easily take a few hours to write a basic hook based bot using hawtness' framework and have a rather functional hunt/loot bot.

I simply don't have the desire to.

Write it in a modular sort of way and people could update the damn thing themselves (packet structures using xml, memory addresses in external file, customizable hunting settings, etc)
05/26/2012 17:30 cheater3000#21
Quote:
Originally Posted by pro4never View Post
It's only hard if you listen to them whine and want to make something to compete with commercial bots.

Could easily take a few hours to write a basic hook based bot using hawtness' framework and have a rather functional hunt/loot bot.

I simply don't have the desire to.

Write it in a modular sort of way and people could update the damn thing themselves (packet structures using xml, memory addresses in external file, customizable hunting settings, etc)
well personally my programming experience is really really weak but from what i know the reason that free bots dont compete anymore is that because they end up malfunctioning due to tq's continuous updates so people dont really bother making free bots coz they will end up dead anyway, correct me if am wrong
05/26/2012 17:49 pro4never#22
It all boils down to the scope of the project.

Free bots fail because...

#1: NO reward. We aren't allowed survey type download links on epvp and so there's no way to make money off it. CoOperative had INSANE amounts of users yet he earned nothing. Not worth continued effort.
#2: Whining. A bot gets someone botjailed.. they harass you on pm. People can't figure out how to run so they bitch at you... TQ patches something and it's now your responsibility to fix the bot.
#3: Harms creator. There's no bonus from sharing the bot and you have the drawbacks of listening to people complain... why should I release my private bot to other users? It might even cause it to be patched sooner thus creating more work for myself while giving no benefits.

That being said... this boils down to an issue of scope.

Lets say I want to create a hunt/loot bot... I could write the basic code for a "kill anything near me" type bot in a few hours. What if I want more features though? This requires exponentially more time required for initial development, testing, feature compatibility and then the increased time required to update if tq changes something.

The actual updates themselves are usually small and require little time. The only way I see a free bot surviving more than a week or two is if it's designed in away that users can update it themselves. The creator can then essentially release and forget.
05/26/2012 19:17 cheater3000#23
Quote:
Originally Posted by pro4never View Post
It all boils down to the scope of the project.

Free bots fail because...

#1: NO reward. We aren't allowed survey type download links on epvp and so there's no way to make money off it. CoOperative had INSANE amounts of users yet he earned nothing. Not worth continued effort.
#2: Whining. A bot gets someone botjailed.. they harass you on pm. People can't figure out how to run so they bitch at you... TQ patches something and it's now your responsibility to fix the bot.
#3: Harms creator. There's no bonus from sharing the bot and you have the drawbacks of listening to people complain... why should I release my private bot to other users? It might even cause it to be patched sooner thus creating more work for myself while giving no benefits.

That being said... this boils down to an issue of scope.

Lets say I want to create a hunt/loot bot... I could write the basic code for a "kill anything near me" type bot in a few hours. What if I want more features though? This requires exponentially more time required for initial development, testing, feature compatibility and then the increased time required to update if tq changes something.

The actual updates themselves are usually small and require little time. The only way I see a free bot surviving more than a week or two is if it's designed in away that users can update it themselves. The creator can then essentially release and forget.
thanks for the thorough explanation, however i was wondering if it was really possible for some1 to design a bot in a way that users can update it themselves coz that sounds kinda weird lol
05/26/2012 20:23 Captivate#24
Quote:
Originally Posted by cheater3000 View Post
thanks for the thorough explanation, however i was wondering if it was really possible for some1 to design a bot in a way that users can update it themselves coz that sounds kinda weird lol
Make the packet structure to be edited in xml etc.
05/26/2012 20:49 pro4never#25
Quote:
Originally Posted by Captivate View Post
Make the packet structure to be edited in xml etc.
Quote:
Originally Posted by pro4never View Post
.....
Write it in a modular sort of way and people could update the damn thing themselves (packet structures using xml, memory addresses in external file, customizable hunting settings, etc)
trololol
05/26/2012 20:54 Captivate#26
Quote:
Originally Posted by pro4never View Post
trololol
Indeed, couldn't find it anymore to quote it.

Edit: Better said, too lazy.
06/01/2012 12:27 I don't have a username#27
I already released packetstructuring in xml I think or I had it posted once.
06/01/2012 14:33 Korvacs#28
Writing packet structures in xml from a user based updating point of view is frankly retarded, this implies the users can figure out packet structures for themselves.

A better idea is to make the bot smart enough to search for fields using data its collected from use and then adapt the packet structures when it encounters one that doesnt fit its layout. I've toyed with this idea but never gone far with it myself.