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!

Increase Skill's maximum level

Newbie Spellweaver
Joined
Nov 28, 2007
Messages
99
Reaction score
0
I increased the Magic Claw's maximum level from 20 to 30. In detail, I added 10 additional levels to the [Magic Claw] on both skill.wz on the server and the client side. I also made changes on the String.wz file on the client side.

Here is a sample of the code I added for skill.wz .
Code:
                <imgdir name="21">
                    <string name="hs" value="h21"/>
                    <int name="mpCon" value="20"/>
                    <int name="mad" value="42"/>
                    <int name="mastery" value="10"/>
                    <int name="attackCount" value="2"/>
                </imgdir>

what do i need to do to tell the game to accept new skill information passing level 20?

Thanks in advance .
 
Back
Top