Re: Lvl 100 skills (fixed)
Just put the activeskill.shn from outspark in your shine folder, then make Abstate.dats in the abstate folder for each of those skills (Just copy the other ones and rename), example: StaIceField.dat then after that make a script and this is how u call the skills
Code:
open [StaIceField]
if @@Player<>StaIceField === true
then open
abstateset "StaIceField" 1 3000 @@PlayerAttacked.
close
close
after that add the script to your maps now in activeskillserver make sure u set the abstate row to 999
Re: Lvl 100 skills (fixed)
Quote:
Originally Posted by
Bakey
after that add the script to your maps now in activeskillserver make sure u set the abstate row to 999
Abstate row... where is it? there are only StaNameA and StaStrengthA. In StaNameA I puted "StaSummon". I cant find where the "999" goes
Re: Lvl 100 skills (fixed)
Re: Lvl 100 skills (fixed)
Quote:
Originally Posted by
Bakey
Just put the activeskill.shn from outspark in your shine folder, then make Abstate.dats in the abstate folder for each of those skills (Just copy the other ones and rename), example: StaIceField.dat then after that make a script and this is how u call the skills
Code:
open [StaIceField]
if @@Player<>StaIceField === true
then open
abstateset "StaIceField" 1 3000 @@PlayerAttacked.
close
close
after that add the script to your maps now in activeskillserver make sure u set the abstate row to 999
wow :0 Worked for me Thanks ! lol