Jump to content
  • 0

Help SC_Start and OnPCStatCalcEvent


Onairda

Question


  • Group:  Members
  • Topic Count:  71
  • Topics Per Day:  0.03
  • Content Count:  167
  • Reputation:   8
  • Joined:  12/30/16
  • Last Seen:  

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
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/30/20
  • Last Seen:  

did you find solutions to this?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

2 hours ago, SevySevy said:

did you find solutions to this?

OnPCStatsCalculate are no longer existed now.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  03/30/20
  • Last Seen:  

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?

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