Jump to content
  • 0

characters lvl 85 Code


Question

1 answer to this question

Recommended Posts

  • 0
Posted

Hello , go to gameserver/data/stats/experience.xml, best to edit with notepad.

Change the values on the first line.


<table maxLevel="85" maxPetLevel="85"



after these lines


    <experience level="80" tolevel="4200000000" />
    <experience level="81" tolevel="6299994999" />   may be another value,a little bit different , its not a problem.


Add these
 


	<experience level="82" tolevel="10499905559" />
	<experience level="83" tolevel="16800005559" />
	<experience level="84" tolevel="27299995559" />
	<experience level="85" tolevel="44100005559" />
	<experience level="86" tolevel="71400000000" />

Then go to gameserver/data/xsd/experience.xsd

And change every line thats is like this..
 

<element name="experience" minOccurs="1" maxOccurs="80">

                         or

<maxInclusive value="80" />

to 85

<element name="experience" minOccurs="1" maxOccurs="85">

                         or

<maxInclusive value="85" />




 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock