Pause
Active User
- Dołączył
- Styczeń 8, 2009
- Posty
- 83
- Liczba reakcji
- 3
Tak wiec chce wam udost?pni? 3 nowe army zrobione przeze mnie , nie s? one jakie? zaawansowane , ale jak kto? nie wie co i jak to mo?e skorzysta,
A wiec tak:
w items .xml szukamy(ctrl+f) itemow o id 8885 ,8886 , 8887 i je usuwamy , a na ich miejsce wklejamy :
A w movements.xml doklejamy:
Grafiki Arm?w:
- PALL
- MAGE
- KNIGHT
Opis :
Knight : 10% max HP , 8 skill sword , axe , club , od 80 lvl
Paladin : 5% max HP , 5% max MP , 10 distance skills
Druid/Sorc : 3 Mlvl , 10 % max MP
A wiec tak:
w items .xml szukamy(ctrl+f) itemow o id 8885 ,8886 , 8887 i je usuwamy , a na ich miejsce wklejamy :
Kod:
<item id="8886" article="a" name="Master Knight Armor">
<attribute key="slotType" value="body"/>
<attribute key="weight" value="8000"/>
<attribute key= "maxHitPointsPercent" value="110"/>
<attribute key="armor" value="25"/>
<attribute key="skillclub" value="8"/>
<attribute key="skillsword" value="8"/>
<attribute key="skillaxe" value="8"/>
<attribute key="description" value="Gives 10% Max HP.Melee Skills +8"/>
</item>
<item id="8885" article="a" name="Master Paladin Armor">
<attribute key="slotType" value="body"/>
<attribute key="weight" value="8000"/>
<attribute key= "maxHitPointsPercent" value="105"/>
<attribute key= "maxManaPointsPercent" value="105"/>
<attribute key="armor" value="20"/>
<attribute key="skilldist" value="10"/>
<attribute key="description" value="Gives 5% Max HP and Mana.Distance Skill +10"/>
</item>
<item id="8887" article="a" name="Master Mage Armor">
<attribute key="slotType" value="body"/>
<attribute key="weight" value="8000"/>
<attribute key= "maxMAnaPointsPercent" value="110"/>
<attribute key="armor" value="18"/>
<attribute key= "magicpoints" value="3"/>
<attribute key="description" value="Gives 10% Max Mana.And 3 Magic Levels"/>
</item>
Kod:
<movevent event="Equip" itemid="8886" slot="armor" level="80" function="onEquipItem">
<vocation name="Knight"/>
<vocation name="Elite Knight" showInDescription="1"/>
</movevent>
<movevent event="DeEquip" itemid="8886" slot="armor" function="onDeEquipItem"/>
<movevent event="Equip" itemid="8885" slot="armor" level="80" function="onEquipItem">
<vocation name="Paladin"/>
<vocation name="Royal Paladin" showInDescription="1"/>
</movevent>
<movevent event="DeEquip" itemid="8885" slot="armor" function="onDeEquipItem"/>
<movevent event="Equip" itemid="8887" slot="armor" level="80" function="onEquipItem">
<vocation name="Sorcerer"/>
<vocation name="Master Sorcerer" showInDescription="0"/>
<vocation name="Druid"/>
<vocation name="Elder Druid" showInDescription="0"/>
</movevent>
<movevent event="DeEquip" itemid="8887" slot="armor" function="onDeEquipItem"/>



Opis :
Knight : 10% max HP , 8 skill sword , axe , club , od 80 lvl
Paladin : 5% max HP , 5% max MP , 10 distance skills
Druid/Sorc : 3 Mlvl , 10 % max MP