08-26-2004, 10:23 PM
Never klnew there was 9x.... Shano, go to your XP script_config, (meph, or pind or wtv u use) and scroll down to this section :
//XP_SorcSkill.push(59); // "Blizzard"
//XP_SorcSkill.push(45); // "Ice Blast"
//XP_SorcSkill.push(55); // "Glacial Spike"
//XP_SorcSkill.push(64); // "Frozen Orb"
//XP_SorcSkill.push(48); // "Nova"
//XP_SorcSkill.push(62); // "Hydra"
//XP_SorcSkill.push(56); // "Meteor"
//XP_SorcSkill.push(38); // "Charged Bolt"
//XP_SorcSkill.push(47); // "Fire Ball"
//XP_SorcSkill.push(51); // "Fire Wall"
//XP_SorcSkill.push(49); // "Lightning"
XP_SorcSkill.push(53); // "Chain Lightning"
notice that there is no '//' before xP_SORCSKILL.PUSH53 chain light, and that is my attack. taking the two //'s out will make that your add and adding the two '//'s back in will disable it. so just do
//XP_SorcSkill.push(59); // "Blizzard"
//XP_SorcSkill.push(45); // "Ice Blast"
//XP_SorcSkill.push(55); // "Glacial Spike"
XP_SorcSkill.push(64); // "Frozen Orb"
//XP_SorcSkill.push(48); // "Nova"
//XP_SorcSkill.push(62); // "Hydra"
//XP_SorcSkill.push(56); // "Meteor"
//XP_SorcSkill.push(38); // "Charged Bolt"
//XP_SorcSkill.push(47); // "Fire Ball"
//XP_SorcSkill.push(51); // "Fire Wall"
//XP_SorcSkill.push(49); // "Lightning"
//XP_SorcSkill.push(53); // "Chain Lightning"
for your orb
//XP_SorcSkill.push(59); // "Blizzard"
//XP_SorcSkill.push(45); // "Ice Blast"
//XP_SorcSkill.push(55); // "Glacial Spike"
//XP_SorcSkill.push(64); // "Frozen Orb"
//XP_SorcSkill.push(48); // "Nova"
//XP_SorcSkill.push(62); // "Hydra"
//XP_SorcSkill.push(56); // "Meteor"
//XP_SorcSkill.push(38); // "Charged Bolt"
//XP_SorcSkill.push(47); // "Fire Ball"
//XP_SorcSkill.push(51); // "Fire Wall"
//XP_SorcSkill.push(49); // "Lightning"
XP_SorcSkill.push(53); // "Chain Lightning"
notice that there is no '//' before xP_SORCSKILL.PUSH53 chain light, and that is my attack. taking the two //'s out will make that your add and adding the two '//'s back in will disable it. so just do
//XP_SorcSkill.push(59); // "Blizzard"
//XP_SorcSkill.push(45); // "Ice Blast"
//XP_SorcSkill.push(55); // "Glacial Spike"
XP_SorcSkill.push(64); // "Frozen Orb"
//XP_SorcSkill.push(48); // "Nova"
//XP_SorcSkill.push(62); // "Hydra"
//XP_SorcSkill.push(56); // "Meteor"
//XP_SorcSkill.push(38); // "Charged Bolt"
//XP_SorcSkill.push(47); // "Fire Ball"
//XP_SorcSkill.push(51); // "Fire Wall"
//XP_SorcSkill.push(49); // "Lightning"
//XP_SorcSkill.push(53); // "Chain Lightning"
for your orb