IsabelaFernandez Posted April 2, 2022 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 Share Posted April 2, 2022 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."; Quote Link to comment Share on other sites More sharing options...
0 cook1e Posted April 3, 2022 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 172 Reputation: 68 Joined: 10/25/20 Last Seen: 10 minutes ago Share Posted April 3, 2022 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 Quote Link to comment Share on other sites More sharing options...
0 IsabelaFernandez Posted April 3, 2022 Group: Members Topic Count: 146 Topics Per Day: 0.06 Content Count: 355 Reputation: 8 Joined: 04/16/18 Last Seen: October 21, 2024 Author Share Posted April 3, 2022 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? Quote Link to comment Share on other sites More sharing options...
0 BlazingSpear Posted April 3, 2022 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 75 Reputation: 9 Joined: 11/27/16 Last Seen: April 11 Share Posted April 3, 2022 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 Quote Link to comment Share on other sites More sharing options...
Question
IsabelaFernandez
Hi everyone. whenever I use this script my character is petrified, does anyone know how to fix it?
- 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.