Bien, si du monde est motivé, on peu directement passé aux dernier package chinois et kr de d2nt, ya gros à traduire mais c'est encore plus complet.
Elle est énorme cette version, y'a trop de truc! C'est fou ! Je sens que je vais bosser sur celle la maintenant

if (me.gametype)
{ // 확장용 아이템 이니 //Spécial craft? (à vérifier)
NTConfig_NIPFilePath.push("gems.nip");
NTConfig_NIPFilePath.push("charmsjewels.nip");
NTConfig_NIPFilePath.push("crafteds.nip");
NTConfig_NIPFilePath.push("keys.nip");
NTConfig_NIPFilePath.push("magics.nip");
NTConfig_NIPFilePath.push("potions.nip");
NTConfig_NIPFilePath.push("rares.nip");
NTConfig_NIPFilePath.push("ringsamulets.nip");
NTConfig_NIPFilePath.push("runes.nip");
NTConfig_NIPFilePath.push("runewords.nip");
NTConfig_NIPFilePath.push("sets.nip");
NTConfig_NIPFilePath.push("uniques.nip");
NTConfig_NIPFilePath.push("whites.nip");
}
else
{ // Parier (à vérifier)
NTConfig_NIPFilePath.push("gems_ori.nip");
NTConfig_NIPFilePath.push("magics_ori.nip");
NTConfig_NIPFilePath.push("potions.nip");
NTConfig_NIPFilePath.push("rares_ori.nip");
NTConfig_NIPFilePath.push("ringsamulets_ori.nip");
NTConfig_NIPFilePath.push("sets_ori.nip");
NTConfig_NIPFilePath.push("uniques_ori.nip");
NTConfig_NIPFilePath.push("whites_ori.nip");
//NTConfig_NIPFilePath.push("MyShopBot.nip");
}
MyConfig_JordanMessage = [false, 1800, 3]; // [조단 메시지 검사하기, 마을에서 대기할 시간(초), 대기하는 동안 확인할 조던 메시지 수]
MyConfig_OpenChest = [false, false, false, false, false]; // Ouvrir [les boîtes, les tonneaux, les paniers, les bouteilles] * 참고: "NTConfig_OpenChest = true"로 설정해야 작동합니다.
MyConfig_CheckHostile = 0; // 0: Désactiver/ 1: Si hostile faire tp et attendre en ville/ 2: Si il y a un joueur hostile, vous stockez son pseudo + nom de l'acc dans le fichier log "scripts/NTBot/MyData/Hostile/Hostile[Name].txt"
MyConfig_VisitCain = [0, 0, 0, 0, 0]; // Va chez Cain pour identifiés les items [acte 1, acte2, acte3, acte5, acte5]
//##########################################################################
// 공격 설정하기
//---------------
// MyConfig_AttackSkill[X] = [Skill, espacement du monstre, 무기 번호, 오라]
// Si vous n'entrez par de compétence, des compétences auto seront utilisé (Blessed Hammer, Zeal, Fist of the Heavens, Smite)
// 블래시드 해머의 공격 좌표는 "scripts/NTBot/MyConfigs/Attack.ntl"에서 설정합니다.
//==========================================================================
MyConfig_AttackSkill[0] = [0, 0, 0, 0]; // 처음 한번만 공격할 스킬
MyConfig_AttackSkill[1] = [112, 0, 0, 0]; // 대장 공격할 스킬
MyConfig_AttackSkill[2] = [113, 0, 0, 0]; // 1번 쿨타임 동안 공격할 스킬
MyConfig_AttackSkill[3] = [112, 0, 0, 0]; // 부하 공격할 스킬
MyConfig_AttackSkill[4] = [113, 0, 0, 0]; // 3번 쿨타임 동안 공격할 스킬
MyConfig_AttackSkill[5] = [0, 0, 0, 0]; // 1, 3번이 저항일 경우 공격할 스킬
MyConfig_AttackSkill[6] = [0, 0, 0, 0]; // 5번 쿨타임 동안 공격할 스킬
Et des centaines d'autres