Phallock Wrote:Wozza, tyvm for your sage advice. I see you helping here often and I am sure a lot of us really appreciate your input. I am not sure where you are (or what you do) to be waking up at 6:21 pm my time but if I put those lines in each section won't it just save the armors that have exactly 900 defense? or was the original program written to automatically understand that "Armour"="900" should be intrepreted as 'any armor with a defense >=900 is stashed'? Can I use a generic term like 'Armor' (or is it 'Armour") or do I need to list each like "Cuirass" defense >= "900"?
And what about trying to gather all the set items (since my stuff sucks so much)?
Thanks again for your help.
Im from Australia, when i posted it was 9:30am on a saturday morning lol, sleep in time.
There is a bit ive missed in that i believe, something like "Armor" = "Min def 900"
I would have to look around at that, i havent exactly tried picking rare armors with high def before, i only get items by ed.
The way the bot reads it is ok the class is armor, and then it reads the defence checks how much is required before its allowed to stash it and if its allowed to it will. You can fiddle with that in your pkid file under rares should look like this
;"Body Armors" = "Normal" & "AC%170" & "Ethereal"
"Body Armors" = "Exceptional" & "AC%185" & "Ethereal"
"Body Armors" = "Min Def 900"
Still not very sure about that so i would look at mm's main forum (d2trade.pl)
As for set items
It depends what ones you want. I assume you need most half decent ones so you would include trang belt, helm and the defaults?
The way to put in a set item is to put it under the "set item" part in pkid using the base item to list it
I.E Trang belt (trang ouls girth)
"Troll Belt" = "Stash"
The bot then will stash any set troll belts which is a trang belt.
Lastly for your question bout generic terms, the bot will understand them im sure. It would just take a test, so add something and see if the bot picks it up
Any other assistance i can provide just ask
Wozza