judedaryl2 Posted May 30, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 05/29/12 Last Seen: May 31, 2012 Share Posted May 30, 2012 I've set-up quests for levels 256~265. What I'd like to happen is to restrict the exp gain for a level 255 character. I've tried editing the exp tables but nothing works. Quote Link to comment Share on other sites More sharing options...
F0xxy Posted May 30, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 224 Reputation: 22 Joined: 03/23/12 Last Seen: April 21, 2020 Share Posted May 30, 2012 http://rathena.org/wiki/Edit_Max_Level This? Quote Link to comment Share on other sites More sharing options...
Euphy Posted May 30, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted May 30, 2012 I've seen this done before too. I haven't tested these suggestions, but they're worth a shot: Set max base to 265 in exp.txt and use "0" or negative values for 256~265 Set max base to 265 in exp.txt and use 2^31 for levels 256~265 Create a "OnPCBaseLvUpEvent" NPC:if (BaseLevel > 255) set BaseLevel, 255; (note that this won't activate by level 265 - optionally, combine this with suggestion #2) Quote Link to comment Share on other sites More sharing options...
judedaryl2 Posted May 31, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 05/29/12 Last Seen: May 31, 2012 Author Share Posted May 31, 2012 Thanks euphy! @euphy: I tried the fix you gave but most of them don't work. I think i'll stick with the Baselevel 255 script! thanks. Quote Link to comment Share on other sites More sharing options...
Question
judedaryl2
I've set-up quests for levels 256~265. What I'd like to happen is to restrict the exp gain for a level 255 character.
I've tried editing the exp tables but nothing works.
Link to comment
Share on other sites
3 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.