Jump to content
  • 0

Question

Posted

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

Posted

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)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...