09-19-2010, 04:01 PM
Hey DNA64,
You can certainly tell what items your bot is set to pick up. Your bot has three types of pick up settings: normal, advanced, and extreme. It looks like you've commented out the normal and extreme and you are using advanced. This is the default behavior so it's probably what 99% of people do.
Want to see what the advanced setting gives you? Go into the following folder:
Want to find out what runes you are picking up? Open up normal.nip and look for a particular rune. Happy hunting.
You can certainly tell what items your bot is set to pick up. Your bot has three types of pick up settings: normal, advanced, and extreme. It looks like you've commented out the normal and extreme and you are using advanced. This is the default behavior so it's probably what 99% of people do.
Want to see what the advanced setting gives you? Go into the following folder:
Quote:<NT_Bot Root folder>\scripts\NTBot\item_configs\advanceNow you can open up each file in a text editor to see if you are picking up the item or not. If the item is commented out (aka it has a "//" in front of it) then you are not picking it up. If you want to stop picking it up, simply add a "//" in front of it.
Want to find out what runes you are picking up? Open up normal.nip and look for a particular rune. Happy hunting.