Jump to content

Shindu

Members
  • Posts

    28
  • Joined

  • Last visited

Community Answers

  1. Shindu's post in Need help. was marked as the answer   
    okay this is what i have;
    - script battle_castle#bbase -1,{ OnTouch: sc_end sc_all; percentheal 100,100; specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; dispbottom "AGI/BLESS Complete - HP/SP Fully Regenerated 100%"; if(Class == 4049) sc_start4 SC_SPIRIT,240000,5,461,0,0; else if(Class == 4018) sc_start4 SC_SPIRIT,240000,5,456,0,0; end; } I got the bless, agi and heal but i didint get the soul link.

    nvm, its working
    - script battle_castle#bbase -1,{ OnTouch: sc_end sc_all; percentheal 100,100; sc_start SC_BLESSING,240000,10; sc_start SC_INCREASEAGI,240000,10; dispbottom "AGI/BLESS Complete - HP/SP Fully Regenerated 100%"; switch( Class ) { case /*Job_Stalker */4018: set(.@SL,456); break; case /*Job_Soul_Linker */4049: set(.@SL,461); } if(!.@SL) end; sc_start4 sc_spirit, 240000, 5, .@SL, 0, 0; skilleffect .@SL, 5; end; }
  2. Shindu's post in Update to latest git. was marked as the answer   
    Okay i figured it all out.
     
    I get this.
     
     
    Anyone help me on how to fix this? ive opened the files and removed the
     
    <<<<<<<
    =======
    >>>>>>>
     
    but still keeps failing to merge.

    NVM fixed
×
×
  • Create New...