Jump to content
  • 0

Help SC_Start and OnPCStatCalcEvent


Question

Posted (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 by G-RO
i add the script

3 answers to this question

Recommended Posts

  • 0
Posted
2 hours ago, SevySevy said:

did you find solutions to this?

OnPCStatsCalculate are no longer existed now.

  • 0
Posted
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?

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