j0achim
New Member
- Joined
- Jan 15, 2010
- Messages
- 532
- Reaction score
- 15
Welcome everyone to
┏━━━┓╋╋╋╋╋┏━┓┏┓╋╋╋┏━━━┳━━┓
┃┏━┓┃╋╋╋╋╋┃┏┛┃┃╋╋╋┗┓┏┓┃┏┓┃
┃┗━┛┣━┳━━┳┛┗┳┫┃┏━━┓┃┃┃┃┗┛┗┓
┃┏━━┫┏┫┏┓┣┓┏╋┫┃┃┃━┫┃┃┃┃┏━┓┃
┃┃╋╋┃┃┃┗┛┃┃┃┃┃┗┫┃━╋┛┗┛┃┗━┛┃
┗┛╋╋┗┛┗━━┛┗┛┗┻━┻━━┻━━━┻━━━┛
Some of you might know that I've been working on a Grind-Profile-Plugin project for some time. But there is not really any clarity if its "right" if its released.
So whats the idea with this?
The basic idea is making grinding a automated task, and not a day worth of research on the forum for the "perfect" profile. No matter where you are or what level you are. (ofc trying to start a lvl 1 in Northrend, Outlands... would fail) [Read more about features further down.]
How does this work?
A small plugin will tell my web-server its Location, Level, Faction and ContinentID. A script on the web-server then make a profile most suiting your character depending on the factors given.
Heres a small scenario, i make a new character a Orc Hunter, i then start the bot, bot then tells the server I am a lvl 1 character, Im located in Kalmidor, and i am in the starting area (would actually tell It It's X,Y and Z location). Now server replies with a profile. It has several profiles for Kalmidor, and there are several profiles for a lvl 1. But It will pick the profile which is closest distance from my location. So it replies with a profile in the orc starting area.
Further down the road i plan to expand this idea with having additional filters so which a profile found would also suit your character depending on its class, profession etc.. [Read more about technical information further down.]
Do you make the profiles in the database?
No, i do not make the profiles in the database. I use a process called xml-parse where then all "required" data is then transfered to a database where its all tied together. I view profiles as "open source" if you willingly share it without any form to license, i can do whatever i like with it. I have not read any concrete laws about this otherwise. However i do understand the ethical perspective, which is why I made this thread in the first place.
So basically you are stealing other peoples work?
No, its not about stealing, if a profile-writer do not want their profile in this database i remove it, by default a profile author is credited by the name of the original name of the profile + its name. A example would be "Profile loaded: Orc 1-3 [Author: j0achim]" and a few lines in the profile as commented text. Every profile will include, thread where i found the profile. Original Author. Misc...
A disclaimer is provided in a profile stating that i have not made the profile and that its only stored in the database and "recreated" to include, original author, mailbox, vendor, protected items, etc...
Features
Technical Information
Back-end is a Apache web-server running PHP and MySQL, profiles are parsed with a PHP script using DOM object. The Honorbuddy plugin itself downloads profile generated by server then loads it. This happens on events such as level-up and when bot is started.
As you might understand i fully respect other peoples work and i do not want to come here and make any drama. If this is not wanted i wont release it.
If you vote anything but Yes and Dont care, please reply to this thread and be objective why it should not be released.
Yours sincerely
j0achim
┏━━━┓╋╋╋╋╋┏━┓┏┓╋╋╋┏━━━┳━━┓
┃┏━┓┃╋╋╋╋╋┃┏┛┃┃╋╋╋┗┓┏┓┃┏┓┃
┃┗━┛┣━┳━━┳┛┗┳┫┃┏━━┓┃┃┃┃┗┛┗┓
┃┏━━┫┏┫┏┓┣┓┏╋┫┃┃┃━┫┃┃┃┃┏━┓┃
┃┃╋╋┃┃┃┗┛┃┃┃┃┃┗┫┃━╋┛┗┛┃┗━┛┃
┗┛╋╋┗┛┗━━┛┗┛┗┻━┻━━┻━━━┻━━━┛
Some of you might know that I've been working on a Grind-Profile-Plugin project for some time. But there is not really any clarity if its "right" if its released.
So whats the idea with this?
The basic idea is making grinding a automated task, and not a day worth of research on the forum for the "perfect" profile. No matter where you are or what level you are. (ofc trying to start a lvl 1 in Northrend, Outlands... would fail) [Read more about features further down.]
How does this work?
A small plugin will tell my web-server its Location, Level, Faction and ContinentID. A script on the web-server then make a profile most suiting your character depending on the factors given.
Heres a small scenario, i make a new character a Orc Hunter, i then start the bot, bot then tells the server I am a lvl 1 character, Im located in Kalmidor, and i am in the starting area (would actually tell It It's X,Y and Z location). Now server replies with a profile. It has several profiles for Kalmidor, and there are several profiles for a lvl 1. But It will pick the profile which is closest distance from my location. So it replies with a profile in the orc starting area.
Further down the road i plan to expand this idea with having additional filters so which a profile found would also suit your character depending on its class, profession etc.. [Read more about technical information further down.]
Do you make the profiles in the database?
No, i do not make the profiles in the database. I use a process called xml-parse where then all "required" data is then transfered to a database where its all tied together. I view profiles as "open source" if you willingly share it without any form to license, i can do whatever i like with it. I have not read any concrete laws about this otherwise. However i do understand the ethical perspective, which is why I made this thread in the first place.
So basically you are stealing other peoples work?
No, its not about stealing, if a profile-writer do not want their profile in this database i remove it, by default a profile author is credited by the name of the original name of the profile + its name. A example would be "Profile loaded: Orc 1-3 [Author: j0achim]" and a few lines in the profile as commented text. Every profile will include, thread where i found the profile. Original Author. Misc...
A disclaimer is provided in a profile stating that i have not made the profile and that its only stored in the database and "recreated" to include, original author, mailbox, vendor, protected items, etc...
Features
- Level filtering
- Location filtering
- Continent filtering
- Side filtering (horde/alliance)
- Vendor filtering
- Mailbox filtering
- Protected Items filtering
Technical Information
Back-end is a Apache web-server running PHP and MySQL, profiles are parsed with a PHP script using DOM object. The Honorbuddy plugin itself downloads profile generated by server then loads it. This happens on events such as level-up and when bot is started.

As you might understand i fully respect other peoples work and i do not want to come here and make any drama. If this is not wanted i wont release it.
If you vote anything but Yes and Dont care, please reply to this thread and be objective why it should not be released.
Yours sincerely
j0achim
Last edited: