ShankS 0 Posted December 2, 2014 (edited) i have custom LINK items script. but when it use by the player it makes them stoned?? can you guys help me to find whats wrong with my script .. Id: 20500 AegisName: "Spirit_of_Alchemist" Name: "Spirit of Alchemist" Type: 2 Buy: 2 Weight: 10 Job: 0x00040000 Script: <" skilleffect "SL_ALCHEMIST",0; sc_start4 SC_SPIRIT,350000,5,445,0,0; ">},{ Id: 20501 AegisName: "Spirit_of_Monk" Name: "Spirit of Monk" Type: 2 Buy: 2 Weight: 10 Job: 0x00008000 Script: <" skilleffect "SL_MONK",0; sc_start4 SC_SPIRIT,350000,5,447,0,0; ">},{ Id: 20502 AegisName: "Spirit_of_Star_Gladiator" Name: "Spirit of Star Gladiator" Type: 2 Buy: 2 Weight: 10 Job: 0x00400000 Script: <" skilleffect "SL_STAR",0; sc_start4 SC_SPIRIT,350000,5,448,0,0; ">},{ Id: 20503 AegisName: "Spirit_of_Sage" Name: "Spirit of Sage" Type: 2 Buy: 2 Weight: 10 Job: 0x00010000 Script: <" skilleffect "SL_SAGE",0; sc_start4 SC_SPIRIT,350000,5,449,0,0; bonus bMaxHPrate,10; bonus bMatkRate,15; ">},{ Id: 20504 AegisName: "Spirit_of_Crusader" Name: "Spirit of Crusader" Type: 2 Buy: 2 Weight: 10 Job: 0x00004000 Script: <" skilleffect "SL_CRUSADER",0; sc_start4 SC_SPIRIT,350000,5,450,0,0; ">}, Edited December 2, 2014 by ShankS Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted December 2, 2014 SC_SPIRIT is no longer a valid constant since it was changed more than a year ago. Try using SC_SOULLINK constant instead. Quote Share this post Link to post Share on other sites
0 ShankS 0 Posted December 3, 2014 SC_SPIRIT is no longer a valid constant since it was changed more than a year ago. Try using SC_SOULLINK constant instead. Thanyou Sir jaBote Fixed! Quote Share this post Link to post Share on other sites
i have custom LINK items script.
but when it use by the player it makes them stoned??
can you guys help me to find whats wrong with my script ..
Id: 20500 AegisName: "Spirit_of_Alchemist" Name: "Spirit of Alchemist" Type: 2 Buy: 2 Weight: 10 Job: 0x00040000 Script: <" skilleffect "SL_ALCHEMIST",0; sc_start4 SC_SPIRIT,350000,5,445,0,0; ">},{ Id: 20501 AegisName: "Spirit_of_Monk" Name: "Spirit of Monk" Type: 2 Buy: 2 Weight: 10 Job: 0x00008000 Script: <" skilleffect "SL_MONK",0; sc_start4 SC_SPIRIT,350000,5,447,0,0; ">},{ Id: 20502 AegisName: "Spirit_of_Star_Gladiator" Name: "Spirit of Star Gladiator" Type: 2 Buy: 2 Weight: 10 Job: 0x00400000 Script: <" skilleffect "SL_STAR",0; sc_start4 SC_SPIRIT,350000,5,448,0,0; ">},{ Id: 20503 AegisName: "Spirit_of_Sage" Name: "Spirit of Sage" Type: 2 Buy: 2 Weight: 10 Job: 0x00010000 Script: <" skilleffect "SL_SAGE",0; sc_start4 SC_SPIRIT,350000,5,449,0,0; bonus bMaxHPrate,10; bonus bMatkRate,15; ">},{ Id: 20504 AegisName: "Spirit_of_Crusader" Name: "Spirit of Crusader" Type: 2 Buy: 2 Weight: 10 Job: 0x00004000 Script: <" skilleffect "SL_CRUSADER",0; sc_start4 SC_SPIRIT,350000,5,450,0,0; ">},Edited by ShankSShare this post
Link to post
Share on other sites