Jump to content
  • 0

Taekwon No Level Buff


Bisuke

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  177
  • Reputation:   10
  • Joined:  04/02/12
  • Last Seen:  

There has been a bug in our server. It seems that when a taekwon class level up it doesnt give the player buffs. When a taekwon class usually levelup, it gives them Agi Up and Blessing Buffs. Does anyone k ow how to fix the bug? Thanks in advance! :)

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  802
  • Reputation:   228
  • Joined:  01/30/13
  • Last Seen:  

It works fine in the current Git version you can get from:

https://github.com/rathena/rathena

You can find the bonus in pc.c in function pc_checkbaselevelup:

} else if( (sd->class_&MAPID_BASEMASK) == MAPID_TAEKWON ) {
	sc_start(&sd->bl,&sd->bl,status_skill2sc(AL_INCAGI),100,10,600000);
	sc_start(&sd->bl,&sd->bl,status_skill2sc(AL_BLESSING),100,10,600000);
}
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...