Soul Link Scroll

does anyone how to add soul link screen or can i give me a link thanks
Add this on your scroll item script

 

Script: <"
        if(BaseJob==Job_Alchemist) {skilleffect "SL_ALCHEMIST",0; sc_start4 SC_SPIRIT,350000,5,445,0,0;}
        else if(BaseJob==Job_Monk) {skilleffect "SL_MONK",0; sc_start4 SC_SPIRIT,350000,5,447,0,0; }
        else if(BaseJob==Job_Star_Gladiator) {skilleffect "SL_STAR",0; sc_start4 SC_SPIRIT,350000,5,448,0,0; }
        else if(BaseJob==Job_Sage) {skilleffect "SL_SAGE",0; sc_start4 SC_SPIRIT,350000,5,449,0,0; }
        else if(BaseJob==Job_SuperNovice) {skilleffect "SL_SUPERNOVICE",0; sc_start4 SC_SPIRIT,350000,5,451,0,0;}
        else if(BaseJob==Job_Knight) {skilleffect "SL_KNIGHT",0; sc_start4 SC_SPIRIT,350000,5,452,0,0;}
        else if(BaseJob==Job_Wizard) {skilleffect "SL_WIZARD",0; sc_start4 SC_SPIRIT,350000,5,453,0,0;}
        else if(BaseJob==Job_Priest) {skilleffect "SL_PRIEST",0; sc_start4 SC_SPIRIT,350000,5,454,0,0;}
        else if(BaseJob==Job_Bard) {skilleffect "SL_BARDDANCER",0; sc_start4 SC_SPIRIT,350000,5,455,0,0;}
        else if(BaseJob==Job_Dancer) {skilleffect "SL_BARDDANCER",0; sc_start4 SC_SPIRIT,350000,5,455,0,0;}
        else if(BaseJob==Job_Rogue) {skilleffect "SL_ROGUE",0; sc_start4 SC_SPIRIT,350000,5,456,0,0;}
        else if(BaseJob==Job_Assassin) {skilleffect "SL_ASSASIN",0; sc_start4 SC_SPIRIT,350000,5,457,0,0;}
        else if(BaseJob==Job_Blacksmith) {skilleffect "SL_BLACKSMITH",0; sc_start4 SC_SPIRIT,350000,5,458,0,0;}
        else if(BaseJob==Job_Hunter) {skilleffect "SL_HUNTER",0; sc_start4 SC_SPIRIT,350000,5,460,0,0;}
        else if(BaseJob==Job_Soul_Linker) {skilleffect "SL_SOULLINKER",0; sc_start4 SC_SPIRIT,350000,5,461,0,0;}
    ">

 
thanks but where can find soul link in item_db?

7361,Lotto01,Lotto Ball 01,3,0,,10,,,,,,,,,,,,,{},{},{}
7362,Lotto02,Lotto Ball 02,3,0,,10,,,,,,,,,,,,,{},{},{}
7363,Lotto03,Lotto Ball 03,3,0,,10,,,,,,,,,,,,,{},{},{}
7364,Lotto04,Lotto Ball 04,3,0,,10,,,,,,,,,,,,,{},{},{}
7365,Lotto05,Lotto Ball 05,3,0,,10,,,,,,,,,,,,,{},{},{}
7366,Lotto06,Lotto Ball 06,3,0,,10,,,,,,,,,,,,,{},{},{}
7367,Lotto07,Lotto Ball 07,3,0,,10,,,,,,,,,,,,,{},{},{}
7368,Lotto08,Lotto Ball 08,3,0,,10,,,,,,,,,,,,,{},{},{}

 
Back
Top