Onairda Posted October 27, 2019 Posted October 27, 2019 (edited) Hi im having a problem using OnPCStatCalcEvent and SC_Start in my server i use OnPCStatCalcEvent to give some permanent skills to players and i used sc_start in my buffer npc so this is the case every time i clicked the buffer npc my OnPCStatCalcEvent skills has been remove it only comeback when i used @skillall how can i solve this ? thanks im using a script - script Skills -1,{ OnPCLoadMapEvent: if(strcharinfo(3) == "prontera") { addtoskill 2,10,0; addtoskill 3,10,0; addtoskill 4,10,0; addtoskill 5,10,0; } else { end; } } prontera mapflag loadevent every time i used awakening and clicked buffer npc that use SC_START <skills> the addtoskills has been remove ?? how to solve this Edited October 28, 2019 by G-RO i add the script Quote
0 Start_ Posted May 10, 2020 Posted May 10, 2020 2 hours ago, SevySevy said: did you find solutions to this? OnPCStatsCalculate are no longer existed now. Quote
0 SevySevy Posted May 10, 2020 Posted May 10, 2020 26 minutes ago, Start_ said: OnPCStatsCalculate are no longer existed now. yeah, someone told me this too, is there anyway to re introduce it to my current rathena version? or will it just cause alot of bugs? Quote
Question
Onairda
Hi im having a problem using OnPCStatCalcEvent and SC_Start
in my server i use OnPCStatCalcEvent to give some permanent skills to players and i used sc_start in my buffer npc
so this is the case
every time i clicked the buffer npc my OnPCStatCalcEvent skills has been remove it only comeback when i used @skillall
how can i solve this ? thanks
im using a script
- script Skills -1,{ OnPCLoadMapEvent: if(strcharinfo(3) == "prontera") { addtoskill 2,10,0; addtoskill 3,10,0; addtoskill 4,10,0; addtoskill 5,10,0; } else { end; } } prontera mapflag loadevent
every time i used awakening and clicked buffer npc that use SC_START <skills> the addtoskills has been remove ?? how to solve this
Edited by G-ROi add the script
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.