cowdude
Active Member
- Joined
- Feb 17, 2010
- Messages
- 337
- Reaction score
- 27
Hi,
I've been working on a custom bot that powerlevels your toon's professions for a few weeks.
The bot is currently working as expected: visits trainer when needed, gets reagents using the mailbox or even the auction house if the user wants it, and crafts automatically, of course.
In a few words, it does powerlevel your toon's profession to 1-525 without any interaction. Well, it may stop if you did not submit him the reagents or the AH prices are too high. In fact, it should keep going as if you were doing it by yourself.
I got it working for Blacksmithing (1 to ~300) and Jewelcrafting (1-495). What I currently need to release it are the following:
I'm using powerleveling guides like This one.
You can help me designing the missing profiles if you:
I will give you a test version once your crafting profile is done and supposed to work, so you'll be able to fix small mistakes or tweak it a bit more. Yes, it means you'll have to level the same profession twice (I don't care if that's on two different toons...).
Here's a crafting profile example to give you an idea:
Please send me a PM if you're interested and know you're up to the task.
Don't waste your time asking for a test version if you cannot help me writing the profiles.
Current WIP profiles:
- tailoring
- alchemy
- jewelcrafting
- engineering
- cooking
Looking for:
- blacksmith
- herbalism, skinning and mining (PM me before doing one of those. they use questing profiles)
- inscription
- leatherworking
- first aid (yes, even that useless one)
I've been working on a custom bot that powerlevels your toon's professions for a few weeks.
The bot is currently working as expected: visits trainer when needed, gets reagents using the mailbox or even the auction house if the user wants it, and crafts automatically, of course.
In a few words, it does powerlevel your toon's profession to 1-525 without any interaction. Well, it may stop if you did not submit him the reagents or the AH prices are too high. In fact, it should keep going as if you were doing it by yourself.
I got it working for Blacksmithing (1 to ~300) and Jewelcrafting (1-495). What I currently need to release it are the following:
- Profession profile (CSV file) for every missing profession
- Auction house price list for every missing profession
I'm using powerleveling guides like This one.
You can help me designing the missing profiles if you:
- Actually can powerlevel the profession by yourself without the bot (1-~500)
- Know how to write a CSV file (txt file with fields separated by tabs)
- Understand the bot limitations. The most important point is that you must not use craft patterns sold by NPCs/looted unless you don't have the choice.
- Have time to check the auction house on a populated server and carefully choose which crafts to do to minimize the levelling cost.
- Can take a look at the AH and set a default max unit price for every reagent needed in your profile.
I will give you a test version once your crafting profile is done and supposed to work, so you'll be able to fix small mistakes or tweak it a bit more. Yes, it means you'll have to level the same profession twice (I don't care if that's on two different toons...).
Here's a crafting profile example to give you an idea:
Code:
#skill item keep description
1-30 2862 0 Rough Sharpening Stone
30-65 3470 0 Rough Grinding Stone
65-75 2851 0 Copper Chain Belt
75-90 3478 50 Coarse Grinding Stone
90-110 2857 0 runned copper belt
110-125 3480 0 Rough Bronze Shoulders
125-150 3486 40 Heavy Grinding Stone
150-155 11128 0 Golden Rod
155-165 3842 0 Green Iron Leggings
165-190 3835 0 Green Iron Bracers
190-200 6040 0 Golden Scale Bracers
200-205 7964 0 Solid Sharpening Stone
205-210 7966 0 Solid Grinding Stone
210-225 7919 0 Heavy Mithril Gauntlet
225-235 7920 0 Mithril Scale Pants
235-250 7931 0 Mithril Coif
250-260 12404 0 Dense Sharpening Stone
260-275 12408 0 Thorium Bracers
275-290 12425 0 Imperial Plate Bracers
290-300 12409 0 Thorium Boots
300-305 28420 0 Fel Weightstone
305-315 23484 0 Fel Iron Plate Belt
315-320 23491 0 Fel Iron Chain Gloves
320-325 23487 0 Fel Iron Plate Boots
325-330 23559 0 Lesser Rune of Warding
330-335 23489 0 Fel Iron Breastplate
Please send me a PM if you're interested and know you're up to the task.
Don't waste your time asking for a test version if you cannot help me writing the profiles.

Current WIP profiles:
- tailoring
- alchemy
- jewelcrafting
- engineering
- cooking
Looking for:
- blacksmith
- herbalism, skinning and mining (PM me before doing one of those. they use questing profiles)
- inscription
- leatherworking
- first aid (yes, even that useless one)
Last edited: