Jump to content
  • 0
Sign in to follow this  
ThyroDree

HELP Skill and Get Stoned o-o

Question

if(endostart == 0){
specialeffect2 583;
sc_start SC_FIREWEAPON,300000,1;
set endostart, 1;
end;
}
if(endostart == 1){
specialeffect2 257;
sc_start SC_WINDWEAPON,300000,1;
set endostart, 2;
end;
}
if(endostart == 2){
specialeffect2 258;
sc_start SC_WATERWEAPON,300000,1;
set endostart, 3;
end;
}
if(endostart == 3){
specialeffect2 255;
sc_start SC_EARTHWEAPON,300000,1;
set endostart, 4;
end;
}
if(endostart == 4){
specialeffect2 403;
sc_start SC_SHADOWWEAPON,300000,1;
set endostart, 0;
end;
}
}

Share this post


Link to post
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Sorry Newbie.. Anyone? :)(

rAthena:

SC_FIREWEAPON 96
SC_WATERWEAPON 97
SC_WINDWEAPON 98
SC_EARTHWEAPON 99
 
Hercules:
SC_PROPERTYFIRE 96
SC_PROPERTYWATER 97
SC_PROPERTYWIND 98
SC_PROPERTYGROUND 99
 

Share this post


Link to post
Share on other sites
  • 0

 

Sorry Newbie.. Anyone? :)(

rAthena:

SC_FIREWEAPON 96
SC_WATERWEAPON 97
SC_WINDWEAPON 98
SC_EARTHWEAPON 99
 
Hercules:
SC_PROPERTYFIRE 96
SC_PROPERTYWATER 97
SC_PROPERTYWIND 98
SC_PROPERTYGROUND 99
 

SHADOW? :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.