Jump to content
  • 0

[Question]Class penalty


Question

2 answers to this question

Recommended Posts

  • 0
Posted

Gameserver/Data/Stats/Armor/9400-9499.xml

 

Open that file, and ctrl+F 9417.

You can now see how the stats are which is like this:

 

	<item id="9417" name="Dynasty Breast Plate - Shield Master">
	<cond msgId="1518">
		<player class_id_restriction="90, 91, 99, 106"/>
	</cond>
	<for>
		<add order="0x10" stat="pDef" val="226"/>
		<enchant order="0x0C" stat="pDef" val="0"/>
	</for>
</item>

 

This is the restriction:

 

		<cond msgId="1518">
		<player class_id_restriction="90, 91, 99, 106"/>
	</cond>

 

Copy that and add it on the other armor parts you want to in gameserver/data/stats/armor

 

to add other player classes to the restriction, open table: char_templates in your DB to see other class ID's

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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