HELP Skill and Get Stoned o-o

ThyroDree

New member
Messages
556
Points
0
Location
Philippines
Github
bosxkate23
Emulator
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;
}

}
 
Because does SC is not available in const.txt are you sure that script is for Hercules? I'm thinking its not ..

 
it's not.
default_sad.png
what will i change? to make it work?

 
Back
Top