Jump to content
  • 0

Need help on level caps.


judedaryl2

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  05/29/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

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)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  05/29/12
  • Last Seen:  

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...