Quote:
Originally Posted by wolf_of_the_north
Hey guys,
I wanted to thank all of you for contributing to this thread (also thanked most of you with the button)!
I am familar with python and haven't done any autoit programming, so I wanted to ask for your opinion before i invest alot fo time in learning it.
I would like to add a function to the feather farmer bot, that salvages specific runes and ainsignias (the ones that are most expensive ) and sells them to the rune trader.
alternatively it could just store these specified runes and insignias, or the unsalvaged items containing the runes, in the chest for manual selling later. do you think it is possible to program something like this?
I am not asking anyone to program it for me, just if they think it is possible to do so :)
cheers
|
Yeah ... its possible and not that hard to code.
But you have to modify some base GWA2/gwAPI-Function to make it run.
Here some hints to you:
- Make a Pattern-Scan within the modstruct of the unsalvaged item to find mods(runes/insignias/whatever).
- TraderRequest per modstruct.
- Verify (armor) whenever there 2 mods on armor which is more expensive and salvage/sell it first.
HF/GL!