Autor Thema: [D2NT] LeftClick Mod  (Gelesen 753 mal)

medix

  • Full Member
  • ***
  • Danke
  • -vergeben: 2
  • -erhalten: 17
  • Beiträge: 101
    • Profil anzeigen

[D2NT] LeftClick Mod
« am: Oktober 23, 2011, 11:18:13 »
NTMap öffnen

case 86: /// V

if(NTC_PutSkill(NTConfig_LeftSkillMod, 1))
{
Print("Skill ID: " + NTConfig_LeftSkillMod +" set as leftclick");
}
else
{
Print("Couldn't set LeftSkill");
}

break;
adden nach

case 106: // auto party on/off - keypad '*'
if(NTConfig_AutoParty)
{
NTConfig_AutoParty = false;
Print("Auto Party : Off");
}
else
{
NTConfig_AutoParty = true;
Print("Auto Party : On");
}
break;


NTMap/Charconfig/NTConfig öffnen

var NTConfig_LeftSkillMod;

hinzufügen


jetzt die charconfig eurer klasse öffnen

NTConfig_LeftSkillMod = 54 //add here the skill id for the leftclick mod activate ingame with Hotkey: V

hinzufügen


fertig, simple aber geht problemlos =)


einfach dort den gewünschten skill einsetzen und ingame den hotkey usen :<