Jump to content
  • 0

petrifying script


IsabelaFernandez

Question


  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.07
  • Content Count:  354
  • Reputation:   8
  • Joined:  04/16/18
  • Last Seen:  

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.";

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   68
  • Joined:  10/25/20
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.07
  • Content Count:  354
  • Reputation:   8
  • Joined:  04/16/18
  • Last Seen:  

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?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  75
  • Reputation:   9
  • Joined:  11/27/16
  • Last Seen:  

Just now, IsabelaFernandez said:

how can i script these buffs using rAthena codes?

look for herc.ws that SC_ and copy it to your rathena

Link to comment
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.   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.

×
×
  • Create New...