Jump to content
  • 0
Sign in to follow this  
ShankS

Custom LINK Error

Question

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 ShankS

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

SC_SPIRIT is no longer a valid constant since it was changed more than a year ago. Try using SC_SOULLINK constant instead.

Share this post


Link to post
Share on other sites
  • 0

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!

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.