Posts: 99
Threads: 32
Joined: Sep 2004
Reputation:
0
Ok, I think that I will be able to help you with this problem. When you go into the "mAndyLibs" file you will something like this:
////////////////////////////////////////////////////////
castrate = 250; //
//////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// Just uncomment your type of sorc. //
///////////////////////////////////////////////////
//Cold Sorc //
//killspell="Glacial Spike"; //
//Fire Sorc //
//killspell="Fire Ball"; //
//Lightning sorc //
//killspell="Lightning"; //
/////////////////////////////////////////////
Now from what I understand is all you have to do is remove the // in front of your "Killspell" and that is all there is to it, but of course though I can't seem to be able to get mine to work past the wp in town so I am not positive about it, but that's what I could see. I don't know if you can change your "Killspell" or not, I would have to try that out and see after I get mine working. I hope this helped.
L8er,
Nate
P.S.
So it would look something like this if you are a cold sorc:
////////////////////////////////////////////////////////
castrate = 250;
//////////////////////////////////////////////////////
/////////////////////////////////////////////////////
// Just uncomment your type of sorc.
///////////////////////////////////////////////////
//Cold Sorc
killspell="Glacial Spike";
//Fire Sorc //
//killspell="Fire Ball";
//Lightning sorc
//killspell="Lightning";
/////////////////////////////////////////////
Also, ONLY delet the 2 // in front of your killspell.