Jump to content

Question

Posted

Anyone know why i get this error on Gameserver?
 

[22:47:46] WARN: OptionData: Could not parse file 24900-24999.xml at line 521, column 34: cvc-enumeration-valid: Value 'pDef' is not facet-valid with respect to enumeration '[mpConsume]'. It must be a value from the enumeration.

Also i have 

<option id="24965" name="high_five">
		<!-- Increase M. Def. P. Def. by 5% -->
		<for>
			<mul stat="pDef" val="1.05" />
			<mul stat="mDef" val="1.05" />
		</for>
	</option>

Tell me someone what's whong and where i should change something?
Or how i can apply token "mul" on stat/option files? Now it is

<for>

<add...>

</for>

 

But i want to apply this settings with ...

<for>

<mul..>

</for> too.
It is possible? I look a bit on XSD but there isn't specified a `add` to can put my `mul`. What i should edit?

1 answer to this question

Recommended Posts

  • 0
Posted

<mul order="0x30" stat="maxHp" val="1.05"/>

ORDERS
0x08 - to set
0x10 - to add/sub (weapon, armor, jewelery) & (STR, CON, DEX, INT, WIT ,MEN)
0x30 - to mul/div (masteries, buffs, debuffs, SA's, Armors_bonus)
0x40 - to add/sub (masteries, buffs, debuffs, SA's)

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