judedaryl2 Posted May 30, 2012 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
Euphy Posted May 30, 2012 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
judedaryl2 Posted May 31, 2012 Author 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
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.
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.