01-18-2012, 07:24 PM
grtre2 Wrote:var NTConfig_UseRedemptionHP; var NTConfig_UseRedemptionMP; function NT_Load - Pastebin.com
ok first thing I see is you have your inventory locked out - do you have any free spaces in your inventory?
2. I see you didn't set any skills even tho it can run without them its still a good choice to add them
3. at the bottom of your file there are these 2 lines
NTConfig_CheckSelfSafe = 0x04|0x40; change it to this - NTConfig_CheckSelfSafe = 0;
NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40; this one to this - NTConfig_CheckMercSafe = 0;
see if that will help
thanks