Custom LINK Error

ShankS

New member
Messages
85
Points
0
Github
ShankZ
Emulator
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 ..

Code:
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;	">},
 
Last edited by a moderator:
SC_SPIRIT is no longer a valid constant since it was changed more than a year ago. Try using SC_SOULLINK constant instead.

 
Back
Top