Jump to content

Question

Posted

Hi everyone. whenever I use this script my character is petrified, does anyone know how to fix it?

Spoiler

-    script    Buffs    -1,{
OnInit:
bindatcmd ("Buffs", "Buffs::OnAtcmd_Buffs");
end;
OnAtcmd_Buffs:
specialeffect2 EF_HEAL2; percentheal 100,100;
//atcommand "@repairall";
sc_start SC_FOOD_STR_CASH,1800000,20;
sc_start SC_FOOD_AGI_CASH,1800000,20;
sc_start SC_FOOD_INT_CASH,1800000,20;
sc_start SC_FOOD_VIT_CASH,1800000,20;
sc_start SC_FOOD_DEX_CASH,1800000,20;
sc_start SC_FOOD_LUK_CASH,1800000,20;
sc_start SC_CASH_PLUSEXP,18000000,100; 
sc_start SC_CASH_PLUSONLYJOBEXP,1800000,100;
sc_start SC_INC_AGI,240000,8;
sc_start SC_MAGNIFICAT,240000,5;
sc_start SC_IMPOSITIO,240000,5;
sc_start SC_GLORIA,240000,5;
sc_start SC_BLESSING,240000,8;
sc_start SC_CONCENTRATION,240000,1;
sc_start SC_ANGELUS,240000,10;
sc_start SC_ATTHASTE_POTION1,1800000,4;
sc_start SC_ATTHASTE_POTION2,1800000,6;
sc_start SC_PLUSATTACKPOWER,60000,20;
sc_start SC_PLUSMAGICPOWER,60000,20;
sc_start SC_MOVHASTE_INFINITY,5000,0;
sc_start SC_GENTLETOUCH_REVITALIZE,240000,3;
message strcharinfo(0), ""+strcharinfo(0)+" Blessed player.";

 

3 answers to this question

Recommended Posts

  • 0
Posted

You have some SC_ from Hercules and they don't exist on rAthena...
 

sc_start SC_ATTHASTE_POTION1,1800000,4;
sc_start SC_ATTHASTE_POTION2,1800000,6;
sc_start SC_PLUSATTACKPOWER,60000,20;
sc_start SC_PLUSMAGICPOWER,60000,20;
sc_start SC_MOVHASTE_INFINITY,5000,0;
sc_start SC_GENTLETOUCH_REVITALIZE,240000,3;



If you are getting petrified is because they don't exist and the server turns NULL SC_ to Stone_Curse

  • 0
Posted
1 hour ago, cook1e said:

You have some SC_ from Hercules and they don't exist on rAthena...
 

sc_start SC_ATTHASTE_POTION1,1800000,4;
sc_start SC_ATTHASTE_POTION2,1800000,6;
sc_start SC_PLUSATTACKPOWER,60000,20;
sc_start SC_PLUSMAGICPOWER,60000,20;
sc_start SC_MOVHASTE_INFINITY,5000,0;
sc_start SC_GENTLETOUCH_REVITALIZE,240000,3;



If you are getting petrified is because they don't exist and the server turns NULL SC_ to Stone_Curse

how can i script these buffs using rAthena codes?

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...