Jump to content
  • 0
Sign in to follow this  
Petey Pablo

Chemical protection buff problem

Question

Need help for full chemical protection buff I got like stone curse and cant moving this is the sample script. Thanks

 

prontera.gat,150,170,4	script	Full Chem	4_DOG01,{

	skilleffect 479,0; sc_start SC_FULLPROTECTION,360000,5;

}
Edited by Will Su

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

put "end;" below skilleffect

 

prontera.gat,150,170,4	script	Full Chem	4_DOG01,{

	skilleffect 479,0; sc_start SC_FULLPROTECTION,360000,5;
        end;

}
Edited by x13th

Share this post


Link to post
Share on other sites
  • 0

Probably you would just use like this
sc_start  SC_PROTECTWEAPON,360000,5; ....

    SC_PROTECTSHIELD                
    SC_PROTECTARMOR              
    SC_PROTECTHELM

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.