Jump to content
  • 0
Battosai

Soul Link Scroll

Question

1 answer to this question

Recommended Posts

  • 0
47 minutes ago, Battosai said:

does anyone how to add soul link screen or can i give me a link thanks

Add this on your scroll item script

 

Spoiler

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;}
    ">

 

Share this post


Link to post
Share on other sites
  • 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,,,,,,,,,,,,,{},{},{}

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.