07-30-2010, 02:15 AM
nerull Wrote:Ok.. now I have a real question..
How can I make the bot stop picking unid magic/rare monarch?
My item config for magic/rare says NOT to pick any shield..
My item config for normal says to pick any 0/3/4 open sockets Monarch [non-ethereal]..
Yet, it picked alreade two or three of those magic/rare monarch and kept it unid at my stash/inventory..
I know nothing of programming but is it possible to add the line "[flag] != magic && != rare" for my monarch config in "normal items" file??
Will it fix my prob???
Thanks!!!
Have u set
// ##### Shields #######################
[Name] == Monarch && [Quality] == magic && [Flag] != ethereal # [Sockets] >= 4 && [Defense] >= 133 && [FBR] >= 15
to
// ##### Shields #######################
//[Name] == Monarch && [Quality] == magic && [Flag] != ethereal # [Sockets] >= 4 && [Defense] >= 133 && [FBR] >= 15
in magic_rare item config?