Jump to content
  • 0
Sign in to follow this  
mrlongshen

Soul Linker buffer for all job

Question

3 answers to this question

Recommended Posts

  • 0
prontera,148,190,5    script    Sample    759,{mes "^0000FF[ "+strnpcinfo(1)+" ]^000000",    "Hello "+strcharinfo(0)+",do",    "You want me to Soul Link you?";next;switch(select("Yes:No")) {    case 1:        if(countitem(.itemid[0]) < .itemid[1] || basejob < 7) {            mes "^0000FF[ "+strnpcinfo(1)+" ]^000000"," ",                "First jobs aren't allowed to use my service. or",                "You need "+.itemid[1]+"x ^0000ff"+ getitemname(.itemid[0]) +"^000000 for a Soul Link.";            close;        }        delitem .itemid[0], .itemid[1]; // delete required item.        sc_start SC_SOULLINK, .time, 5; // start soul link        skilleffect 461, 5;    // Start Soul Link Effect.        message strcharinfo(0),jobname(Basejob)=="Bard"||jobname(Basejob)=="Dancer"?"Bard and Dancer Spirit !!":jobname(basejob)+" Spirit !!";        close;            case 2:        mes "^0000FF[ "+strnpcinfo(1)+" ]^000000",            "Okay,goodbye!";        close;}OnInit:    set .time, 300000; // the buff last 5 minutes    setarray .itemid[0],501,1; // replace with TCG Item id. Format Item id,Item quantity    end;}

Credit: quesoph

Edited by sevenzz23

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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