Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP]Increase the max level of Eidolons and Masteries

Newbie Spellweaver
Joined
Mar 16, 2021
Messages
5
Reaction score
0
I would like to know how I can change the maximum level for the eidolons and masteries, currently the eidolons are level 75 and the masteries 55, I also wanted to know, to use the position that gives 12, 15 and 20%.When I use it, it only leaves me the stats of 1 and 2 in the costumes
79bTLh0 - [HELP]Increase the max level of Eidolons and Masteries - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 16, 2022
Messages
11
Reaction score
3
Masteries LVL can be changed in the S_Parameter.ini on the server side. Just follow this tutorial here:

[Tutorial]Change Mastery MAX LVL


As for the Eidolon Level, I think it‘s capped to your character LVL. You can change that as well in the S_Parameter.ini and config.ini.

Go to the S_Parameter.ini on the root folder of the server.
Go to line 22. There should be a „75“ behind it. Just change it to „99“ and save.

In the config.ini you gotta find the line that says „MAXLevel=75“. Change that to 99 as well.

Save and restart the server.

Not 100% sure that it will work for the Eidolons though. But again, I think it is capped to the player Level.

--------------------------

Edit: It works for the Eidolons as well. Like I thought their LVL is capped to the player.
 
Last edited:
Newbie Spellweaver
Joined
Jan 16, 2022
Messages
11
Reaction score
3
I even don't know much about it. But I would like to learn more. Thank you so much for your reply in advance.

What exactly do you want to know? Most things can be solved by reading through the posts on the forum. But if you have specific questions, feel free to DM me. I‘ll try to help the best I can.

But I ain‘t no pro when it comes to this. So don‘t be disappointed if I can‘t answer some of your questions.
 
Last edited:
Newbie Spellweaver
Joined
Nov 10, 2015
Messages
77
Reaction score
60
Eidolon max level
You can edit the maximum level of your Eidolons in the S_Partner.ini.
Code:
101|P00005|M611011|無雙力士|海克力斯|3|25|[COLOR=#ff0000]99[/COLOR]|如要塞般的龐大身軀,邁開步伐便能使天地為之撼動,這就是力大無窮的海克力斯。為了夥伴,再艱難的阻礙他都願意挺身而出,是位重情重義的硬漢。堅硬的鎧甲能使海克力斯承受更強悍的攻擊,雙腕的旋力機構所產生的電磁能可大幅增加海克力斯的攻擊威力,無疑是站在前線奮鬥的最佳人選。|2||2|2|3|5|3|3|2|2|4|6|4|4|4|4|6|8|6|6|5|5|7|9|7|7|11045|30|11187|4|11155|1|||11155|1|40201|1|||||40782|1|||||||54049;55711;55712;55713;55714;55715|54050;55716;55717;55718;55719;55720|54051|||1001|59081|59083|10|59085|59086|59087|||10|59088|59091|59092|59084|59089|59090|s02752|10005|10005|10005|10005|10005|10005|10005|10005|10005|10005||M649011||M605011|||||3114|3100|3126|3140|54851|35049|35050|35051|45005|100|0|10|30|70|130|150005|0;0;0|||11358|5|10|15|20|11358|25|2574|0805|打鬥|認輸|
The number marked red in the example above is the maximum level for your Eidolon.

Mastery max level
To change your mastery level cap, you have to edit your S_Parameter.ini.
Find entry 566 and set it to your new maximum level.
Beware however, that you might also have to edit S_WeaponExpert.ini.
Code:
1|1|0|WP0101|6238|50740[COLOR=#ff0000]$99[/COLOR]|50741[COLOR=#ff0000]$29[/COLOR];50742[COLOR=#ff0000]$59[/COLOR];50743:51849[COLOR=#ff0000]$89[/COLOR]|50744[COLOR=#ff0000]$29[/COLOR];50745[COLOR=#ff0000]$59[/COLOR];50746[COLOR=#ff0000]$89[/COLOR]|||||||||||
I've marked the numbers you need to keep an eye on. These numbers determine what buffs you get up to what mastery level.

Reroll potion buffs
Your issue with the "Costume Attribution Potion" takes more effort.
First let me tell you that what you are trying to achieve is not possible in v7.
What you can do is add the new stats to all reroll potions. To do this you need to take a look at S_ItemCombo.ini and add rates for the specific enchantments you want to add.
 
Back
Top