Bisuke Posted November 23, 2014 Posted November 23, 2014 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! Quote
Playtester Posted November 23, 2014 Posted November 23, 2014 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); } Quote
Question
Bisuke
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!
2 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.