Soul Linker for all jobs

Yoh Asakura

New member
Messages
261
Points
0
Emulator
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?

 
Last edited by a moderator:
Thank you. I only had to make some modifications like change baselevel to BaseLevel.

Script Working:

Code:
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;}
 
After soul, the WhiteSmish Job not display "Full Adrenaline Rush" skill and The Clown Job not display skill of Gyps too -> so can't use these skill, please help !

 
Back
Top