ThyroDree 3 Posted December 2, 2013 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; } } Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 2, 2013 Because does SC is not available in const.txt are you sure that script is for Hercules? I'm thinking its not .. Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 2, 2013 it's not. what will i change? to make it work? Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 2, 2013 Sorry Newbie.. Anyone? ( Quote Share this post Link to post Share on other sites
0 kyeme 71 Posted December 2, 2013 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 db/const.txt 1 ThyroDree reacted to this Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 2, 2013 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 db/const.txt SHADOW? Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 2, 2013 sc_start SC_PROPERTYSHADOW,300000,1; ?? Quote Share this post Link to post Share on other sites
0 Mumbles 193 Posted December 2, 2013 Here's a more detailed list of status changes: http://herc.ws/wiki/index.php?title=Status_List&diff=497&oldid=246 2 ThyroDree and kyeme reacted to this Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted December 2, 2013 THANKS! Problem Solved Quote Share this post Link to post Share on other sites
Share this post
Link to post
Share on other sites