Reducto Posted October 21, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 231 Reputation: 9 Joined: 12/16/11 Last Seen: August 10, 2016 Share Posted October 21, 2012 Help! I've been searching how to edit the normal level up effect. I want to change the normal level up effect to the novice guardian level up effect. Where in the src is it? HELP! Quote Link to comment Share on other sites More sharing options...
lekkereten Posted October 22, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 148 Reputation: 46 Joined: 11/02/11 Last Seen: November 25, 2024 Share Posted October 22, 2012 src/map/pc.c find clif_misceffect(&sd->bl,0); change to clif_misceffect(&sd->bl,7); src/map/atcommand.c find clif_misceffect(&sd->bl, 0); change to clif_misceffect(&sd->bl, 7); Quote Link to comment Share on other sites More sharing options...
Reducto Posted October 22, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 231 Reputation: 9 Joined: 12/16/11 Last Seen: August 10, 2016 Author Share Posted October 22, 2012 Still the same. Hmmmm... Quote Link to comment Share on other sites More sharing options...
nanakiwurtz Posted October 22, 2012 Group: Members Topic Count: 81 Topics Per Day: 0.02 Content Count: 1654 Reputation: 583 Joined: 08/09/12 Last Seen: January 14, 2020 Share Posted October 22, 2012 i guess you haven't recompile your code yet. /// 0 = base level up /// 1 = job level up /// 2 = refine failure /// 3 = refine success /// 4 = game over /// 5 = pharmacy success /// 6 = pharmacy failure /// 7 = base level up (super novice) /// 8 = job level up (super novice) /// 9 = base level up (taekwon) Quote Link to comment Share on other sites More sharing options...
Reducto Posted October 22, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 231 Reputation: 9 Joined: 12/16/11 Last Seen: August 10, 2016 Author Share Posted October 22, 2012 I already did it. I recompiled 2x already. But, still no effect. Quote Link to comment Share on other sites More sharing options...
lekkereten Posted October 22, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 148 Reputation: 46 Joined: 11/02/11 Last Seen: November 25, 2024 Share Posted October 22, 2012 Tried both common leveling and @baselevelup? Quote Link to comment Share on other sites More sharing options...
Question
Reducto
Help! I've been searching how to edit the normal level up effect. I want to change the normal level up effect to the novice guardian level up effect.
Where in the src is it? HELP!
Link to comment
Share on other sites
5 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.