• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

items.xml nie działa opcja dodawania skili

Xaratex

Explosia.pl
Joined
Aug 18, 2010
Messages
43
Reaction score
3
Mam problem z opcją skillAxe, SkillSword oraz skillClub. Po założeniu tej tarczy , dodawanie skilli nie działa. Postać ma nadal takie same skille. Poniżej zamieszczam fragment kodu z pliku items.xml. Wydaje mi się ,że wszystko jest ok.
Natomiast kiedy klikne look na tarczę mam "You see a nightmare shield (Def:65, club fighting +10, sword fighting +10, axe fighting +10)."


Code:
<item id="6391" article="a" name="nightmare shield">
		<attribute key="weight" value="3200" />
		<attribute key="defense" value="65" />
		<attribute key="description" value="It was crafted by the ancient order of the nightmare knights." />
		<attribute key="weaponType" value="shield" />
		<attribute key="skillAxe" value="10" />
		<attribute key="skillSword" value="10" />
		<attribute key="skillClub" value="10" />
	</item>
 
Back
Top Bottom