Quote:
Originally Posted by Gither79
hi i just started to use the bot it work's great.
how do i set up the skill's i use on my Sorc and pick up itme's?
.....
if you reply to this post please use english
|
How comes you didn't post in my topic if your question refers to my D2NT Version? :rolleyes:
Though these are actually general D2NT questions which don't refer specificly to my bot.
Anyway...
You should take a look at your char config and find something likes this:
Code:
//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 56; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 64; // Primary skill to boss.
NTConfig_AttackSkill[2] = 47; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 64; // Primary skill to others.
NTConfig_AttackSkill[4] = 47; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 56; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 47; // Secondary untimed skill. Set to 0 if you won't
This would be a config for a FB/Meteor/Orb Sorc. All you need to do is replacing the skill ids with the ones of your desired skills. A reference can be found in the file
skills.txt in the
sdk folder.
For item configuration, check the .nip files which are located in the
items_config folder. Just check the existing files to get a vague idea on how to write .nip files. ;)
Regards
Muddy