Jump to content
  • 0
Sign in to follow this  
Yoh Asakura

Soul Linker for all jobs

Question

Hi,

 

I just search all the topics in here and I found many Soul Linker scripts, but none of them are working.

 

I tried this one that seems good but it's not working. My char stays blue because of the link, but the effect of the link does not work. I gave soul link to my char with another account and them worked, which means that Soul Linker is working in my server, but this script is not.

Also tried this script but it's not working also.

 

Could anyone help me with this script?

Edited by Yoh Asakura

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Thank you. I only had to make some modifications like change baselevel to BaseLevel.

 

Script Working:

 

prontera,162,180,3	script	Soul Linker	719,{  OnLink:switch ( BaseJob ) {    case Job_Alchemist: set .@spirit, 445; break;    case Job_Monk: set .@spirit, 447; break;    case Job_Star_Gladiator: set .@spirit, 448; break;    case Job_Sage: set .@spirit, 449; break;    case Job_Crusader: set .@spirit, 450; break;    case Job_SuperNovice: set .@spirit, 451; break;    case Job_Knight: set .@spirit, 452; break;    case Job_Wizard: set .@spirit, 453; break;    case Job_Priest: set .@spirit, 454; break;    case Job_Bard: case Job_Dancer: set .@spirit, 455; break;    case Job_Rogue: set .@spirit, 456; break;    case Job_Assassin: set .@spirit, 457; break;    case Job_Blacksmith: set .@spirit, 458; break;    case Job_Hunter: set .@spirit, 460; break;    case Job_Soul_Linker: set .@spirit, 461; break;    default:    if ( Upper == 1 && BaseLevel < 70 )        set .@spirit, 494;    break;} if ( .@spirit ) {    sc_start4 SC_SOULLINK, 360000, 5, .@spirit,0,0;    skilleffect .@spirit, 5;} end; OnInit:defpattern 1, "link","OnLink";activatepset 1;end;}

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...
Sign in to follow this  

×
×
  • Create New...

Important Information

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