Bisuke Posted November 23, 2014 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 177 Reputation: 10 Joined: 04/02/12 Last Seen: November 2, 2024 Share 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 Link to comment Share on other sites More sharing options...
Playtester Posted November 23, 2014 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: Yesterday at 09:07 AM Share 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 Link to comment Share on other sites More sharing options...
Bisuke Posted November 23, 2014 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 177 Reputation: 10 Joined: 04/02/12 Last Seen: November 2, 2024 Author Share Posted November 23, 2014 Thanks Playtester! Big help! Quote Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.