Jump to content
  • 0
Sign in to follow this  
RyokoMVP

StoneCurse When Use Buff / Link From Healer

Question

prontera,159,192,4    script    Healer    729,{OnS1:if(Zeny < 500) goto NeedZenys;set Zeny,zeny-500;percentheal 100,100;skilleffect 34,0; sc_start SC_BLESSING,360000,10;skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10;sc_start SC_MAGNIFICAT,180000,10;end;OnS2:if(Zeny < 30000) goto NeedZenys;set Zeny,zeny-30000;percentheal 100,100;sc_start SC_BLESSING,360000,10;sc_start SC_INCREASEAGI,360000,10;sc_start SC_MAGNIFICAT,360000,10;sc_start SC_IMPOSITIO,360000,10;sc_start SC_SUFFRAGIUM,120000,2;skilleffect 361,0; sc_start SC_ASSUMPTIO,360000,10;end;OnS3:if(Zeny < 5000) goto NeedZenys;set Zeny,zeny-5000;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;}if ( .@spirit ) {  sc_start4 sc_spirit, 360000, 5, .@spirit,0,0;  skilleffect .@spirit, 5;}end;NeedZenys:mes "You Don't Have Money";close;OnInit:defpattern 1, "S1","OnS1";defpattern 1, "S2","OnS2";defpattern 1, "S3","OnS3";activatepset 1;initnpctimer;end;onTimer2000:delwaitingroom;waitingroom "S1 = 500z",0;end;OnTimer4000:delwaitingroom;waitingroom "S2 = 30.000z",0;end;OnTimer6000:delwaitingroom;waitingroom "S3 = 5000z",0;stopnpctimer;initnpctimer;end;}

 hello hercules , i want to ask..i use this script on rA and it's okay..but when i use in hercules , i got " stone curse effect " every use buff / soul link~ someone know why ?thanks...

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

For expanding the reply mofo posted and for your information, in a relatively recent commit (about 1 month ago or so) we changed some status change effects names to the official ones so that we're more close to official servers and scripts than rAthena.

 

This is the list of all Hercules SCs and rAthena SCs and an online comparation of them both to this date (Hercules is the left one; link expires in 1 year) so that this can help you further when converting rAthena scripts with status changes. As you can see most of them are the same, but you can see the difference between Hercules (official names) vs rAthena (unofficial ones). If you try to use a SC_ name that it's not in that list it defaults to 0, which you can see it's SC_STONE which means Stone Curse.

 

Hope this helped.

Share this post


Link to post
Share on other sites
  • 0

Yup there is a difference between of the two's. Rathena and Hercules i got the same problem when i switch to hercules 

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.