02-08-2012, 05:20 AM
comper Wrote:you have the wp to halls and bot goes to the vaught stairs and errors out? is this right or bot won't even take halls wp?
yep its this bot. bot goes to wp, kills nih, runs pindle exst., attempts to go up stairs and then either fails or chickens...the only difference that I am noticing is that on my regular tower pc, this never happens. but, when i am on my lap top is when this happens. this is a brand new lap top and i have no idea why it does it on my lap top but not my tower.[COLOR="Silver"]
---------- Post added at 06:50 PM ---------- Previous post was at 06:48 PM ----------
[/COLOR]
comper Wrote:ok first off you need to leave the // in front of these lines - ##### Shields ####################### all that is doing is showing that group are for shields
and this line - [Name] == GrimShield && [Quality] == unique && [Flag] != ethereal # [EnhancedDefense] >= 110 // Lidless Wall = is the bot will pick up all non-eth Lidless Wall and id and if it has ed of 110+ it will keep it if it is less then 110 ed it will sell it - this - [Flag] != ethereal means not equal to if you want just eth it wouls look like this - [Flag] == ethereal
and if you don't if it is eth or non-eth you can just leave that part out
now to keep thing unid they need to be with no stats added like this - [Name] == GrimShield && [Quality] == unique && [Flag] != ethereal that will keep ALL non-eth Lidless Wall
so if there is any stats on the right side of this # that mean it has to id the item to match the stats
and make sure to not make a mistake in the nip files or for that matter any of the files you end up getting a error maybe not right away but you will get one
thanks a lot! yea, i am very careful when punching in each key. if i mess up, i just copy over from the downloaded "fresh" char log and start over