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

dodanie atrybutu do broni

experienced

Intermediate OT User
Joined
Jan 13, 2011
Messages
418
Reaction score
102
Location
Poland
mam taka sprawe
w items.xml do broni sworda dodaje
<attribute key="skillSword" value="5" />
zeby dawal 5 skilla
no i dalem to do weapons.xml jeszcze i nadal nie dodaje skilla ;/ a do movements nie wiem jak weapons dac ;p
 
no i jeszcze musisz nakurwić do movements onEquip i deEquip.
experienced
Twój nick mówi że jesteś doświadczony więc powinieneś to wiedzieć.
 
<!-- Sword -->
<movevent type="Equip" itemid="12534" slot="hand" event="function" value="onEquipItem"/>
<movevent type="DeEquip" itemid="12534" slot="hand" event="function" value="onDeEquipItem"/>
Mój drogi doświadczony twórco.
 
no dobra tylko nie moge zrobic zeby byl tylko dla knighta daje
<movevent type="Equip" itemid="niepowiem" slot="hand" level="250" event="function" value="onEquipItem"/>
<vocation id="4"/>
</movevent>
<movevent type="DeEquip" itemid="niepowiem" slot="hand" event="function" value="onDeEquipItem"/>
i bledy wywala ;/
 
XML:
	<movevent type="Equip" itemid="niemów nikomu co to za item!" slot="hand" event="function" value="onEquipItem">
		<vocation id="4"/>
		<vocation id="8" showInDescription="0"/>
	</movevent>
	<movevent type="DeEquip" itemid="nie mów !!" slot="hand" event="function" value="onDeEquipItem"/>

Eyooo capitan jack! Eyooo capitan jack!
 
Back
Top