02-10-2012, 10:11 AM
aceofspades86 Wrote:Hi also receiving similar error to everyone else where load config is not defined. I ensured that username in config and manager match. Here is a copy of my config:
NTConfig_Paladin_hamiguess - Pastebin.com
All help is much appreciated. Thanks.
running windows vista if that helps.
sorry it took a while to get back to you but your error mean your char config is not named right and/or a error in that file
and you said your char name is right for that file
in your char config file if you c/p it right in pastebin.com the very first line you are missing the va in the - var NTConfig_UseRedemptionHP; you have - r NTConfig_UseRedemptionHP;
and change the 4 - NTConfig_FreeSpace = 4; to a 6
you took the // off this group - NTConfig_NIPFilePath.push("extreme/normal.nip"); the extreme which is ok but you should add // to this group - NTConfig_NIPFilePath.push("advance/normal.nip"); that way the bot doesn't have to look in both groups when they are both almost the same
down in your skills this line - NTConfig_AttackSkill[4] = 0; you need to add 113 to it - NTConfig_AttackSkill[4] = 113;
then that should fix you up - but your main error is that first line if it that way
thanks