What's new

Pomocy z potkami

Prazma

User
Joined
Sep 16, 2009
Messages
43
Reaction score
1
Chcia?bym zrobi? potke o wygl?dzie 12449<id>
?eby si? nie ko?czy?a i ?eby by?a tam gdzie szcza?y albo ring i automatycznie dodawa?o mane i hp po 100 podobnie jak softy
 

andy1995

Senior User
Joined
Apr 12, 2009
Messages
602
Reaction score
100
Odp: Pomocy z potkami

.../data/items.xml znajdz 12449 i zmien na
PHP:
	<item id="12449" article="a" name="NAZWA" plural="NAZWA">
		<attribute key="weight" value="CIEZAR" />
		<attribute key="slotType" value="ring" />
		<attribute key="duration" value="0" />
		<attribute key="healthGain" value="100" />
		<attribute key="healthTicks" value="1000" />
		<attribute key="manaGain" value="100" />
		<attribute key="manaTicks" value="1000" />
	</item>
.../data/movements.xml
PHP:
	<movevent type="Equip" itemid="12449" slot="ring" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="12449" slot="ring" event="function" value="onDeEquipItem"/>
 

Prazma

User
Joined
Sep 16, 2009
Messages
43
Reaction score
1
Odp: Pomocy z potkami

A mozesz mi to zrobi? jak ci wy?le pliki bo mi wyskakuje error


A jak niebedzie tego id tego to daj 7242
 
Last edited:
Top