Ok guys, i've been struggling for months with gold making, since raw materials don't sell well anymore... I have all gathering professions maxed out but ores, herbs and skins' prices sunk to the bottom of the sea.
I have recently discovered that adding some processing to the raw materials is the key here... So, i've been selling gems that were prospected from the ore. The problem is that i'm not a jewelcrafter myself, so i have to ask a guildmate to prospect my ore every time... (which is kinda time consuming, and if he's not online, i'm not able to get my jewels...)
So, i decided to level up jewelcrafting, and i thought about doing it thru professionbuddy.
I am a developer myself, i code in C++ and Java, and i know exactly what are the conditions for the behavior i desire to implement. However, i'm not sure if this is possible... So, i wanted to check this out with you guys before i put some time and effort into it...
I know PB is for leveling gathering professions, and what i need is something similar, but with the crafting included. I'm going to write a sample of how the pseudo-code would be...
Let's say i have a maxed out miner. So...
1) The bot has to learn LVL 1 Jewelcrafting.
2) The bot has to load a profile to farm copper veins.
3) The bot has to continue farming till it has 100 coper ore
4) The bot has to go back to orgrimmar and smelt 60 copper bars
5) The bot has to craft 30 delicate copper wire
6) The bot has to prospect the remaining ores to until it gets 20 Tigerseyes
7) The bot has to make 20 Tigereye's bands (using the wires and the jewels he got earlier). (NOW IT WOULD LEVEL 50)
8) The bot has to load a profile to farm bronze...
AND SO ON...
By farming your own materials you can craft your stuff almost to lvl 400... (until you start needing some other components you don't get from prospecting ore) basically, the bot would just need to load the farming profiles, get a certain amount of that ore, prospect it, craft the jewels, and sell them, or mail them and repeat...
Is this behavior possible to code with PB?
I have recently discovered that adding some processing to the raw materials is the key here... So, i've been selling gems that were prospected from the ore. The problem is that i'm not a jewelcrafter myself, so i have to ask a guildmate to prospect my ore every time... (which is kinda time consuming, and if he's not online, i'm not able to get my jewels...)
So, i decided to level up jewelcrafting, and i thought about doing it thru professionbuddy.
I am a developer myself, i code in C++ and Java, and i know exactly what are the conditions for the behavior i desire to implement. However, i'm not sure if this is possible... So, i wanted to check this out with you guys before i put some time and effort into it...
I know PB is for leveling gathering professions, and what i need is something similar, but with the crafting included. I'm going to write a sample of how the pseudo-code would be...
Let's say i have a maxed out miner. So...
1) The bot has to learn LVL 1 Jewelcrafting.
2) The bot has to load a profile to farm copper veins.
3) The bot has to continue farming till it has 100 coper ore
4) The bot has to go back to orgrimmar and smelt 60 copper bars
5) The bot has to craft 30 delicate copper wire
6) The bot has to prospect the remaining ores to until it gets 20 Tigerseyes
7) The bot has to make 20 Tigereye's bands (using the wires and the jewels he got earlier). (NOW IT WOULD LEVEL 50)
8) The bot has to load a profile to farm bronze...
AND SO ON...
By farming your own materials you can craft your stuff almost to lvl 400... (until you start needing some other components you don't get from prospecting ore) basically, the bot would just need to load the farming profiles, get a certain amount of that ore, prospect it, craft the jewels, and sell them, or mail them and repeat...
Is this behavior possible to code with PB?