zxoom 0 Posted December 20, 2013 (edited) its function is to change the user's element when the item associated with this function is used. but it's not working properly. the user is being stone cursed when they used the item.script: function script endower { 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; } } make it work for me please! thank you! Edited December 20, 2013 by zxoom Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 20, 2013 because your SC is not updated replace all with this SC_PROPERTYFIRESC_PROPERTYWATERSC_PROPERTYWINDSC_PROPERTYGROUNDSC_PROPERTYUNDEADSC_PROPERTYDARKSC_PROPERTYTELEKINESIS source: Status List 1 zxoom reacted to this Quote Share this post Link to post Share on other sites
0 zxoom 0 Posted December 20, 2013 because your SC is not updated replace all with this SC_PROPERTYFIRESC_PROPERTYWATERSC_PROPERTYWINDSC_PROPERTYGROUNDSC_PROPERTYUNDEADSC_PROPERTYDARKSC_PROPERTYTELEKINESIS source: Status List Thanks! It's Working Like A Charm Now!!! Quote Share this post Link to post Share on other sites
its function is to change the user's element when the item associated with this function is used. but it's not working properly. the user is being stone cursed when they used the item.
script:
make it work for me please! thank you!
Edited by zxoomShare this post
Link to post
Share on other sites