Onairda Posted October 27, 2019 Group: Members Topic Count: 74 Topics Per Day: 0.02 Content Count: 176 Reputation: 9 Joined: 12/30/16 Last Seen: March 8 Share 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 Link to comment Share on other sites More sharing options...
0 SevySevy Posted May 10, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 24 Reputation: 0 Joined: 03/30/20 Last Seen: October 17, 2022 Share Posted May 10, 2020 did you find solutions to this? Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted May 10, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 5 hours ago Share Posted May 10, 2020 2 hours ago, SevySevy said: did you find solutions to this? OnPCStatsCalculate are no longer existed now. Quote Link to comment Share on other sites More sharing options...
0 SevySevy Posted May 10, 2020 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 24 Reputation: 0 Joined: 03/30/20 Last Seen: October 17, 2022 Share 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 Link to comment Share on other sites More sharing options...
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
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.