• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Atrybuty itemów

Hellsi

New Member
Joined
Jun 11, 2012
Messages
1
Reaction score
0
siema, mam taki problem, mam taki oto skrypt na daną rzecz(przykład):

<item id="11301" name="zaoan armor">
<attribute key="armor" value="13" />
<attribute key="slotType" value="body" />
<attribute key="speed" value="20" />
<attribute key="weight" value="9550" />
<attribute key="absorbPercentPhysical" value="8" />
<attribute key="healthGain" value="10" />
<attribute key="healthTicks" value="1000" />
<attribute key="manaGain" value="10" />
<attribute key="manaTicks" value="1000" />
</item>

Dodane wszystko dobrze do items.xml i dlaczego ciągle te atrybuty nie działają? Męcze się już z tym dwie godziny i dalej nie mam pojęcia o co chodzi.
 
Dodaj to:
XML:
<movevent type="Equip" itemid="1301" slot="body" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="1301" slot="body" event="function" value="onDeEquipItem"/>
 
Last edited:
Back
Top