What's new

New Items

Status
Not open for further replies.

webmati

User
Joined
Jan 27, 2009
Messages
41
Reaction score
1
Witam mam taki problem:
Code:
    <item id="" article="a" name="GOD Armor">
        <attribute key="weight" value="7000" />
        <attribute key="armor" value="150" />
        <attribute key="slotType" value="body" />
        <attribute key="absorbPercentDeath" value="45" />
    </item>
    <item id="" article="a" name="GOD Legs">
        <attribute key="weight" value="6500" />
        <attribute key="armor" value="56" />
        <attribute key="slotType" value="legs" />
        <attribute key="absorbPercentDeath" value="45" />
        <attribute key="skillDist" value="12" />
        <attribute key="skillAxe" value="12" />
        <attribute key="skillSword" value="12" />
        <attribute key="skillClub" value="12" />
    </item>
    <item id="" article="a" name="GOD Shield">
        <attribute key="description" value="It has been temporarily imbued with earth magic and boosts your regeneration." />
        <attribute key="weight" value="6900" />
        <attribute key="defense" value="37" />
        <attribute key="weaponType" value="shield" />
        <attribute key="duration" value="56000" />
        <attribute key="decayTo" value="8905" />
        <attribute key="healthGain" value="240f" />
        <attribute key="healthTicks" value="3000" />
        <attribute key="manaGain" value="120" />
        <attribute key="manaTicks" value="3000" />
        <attribute key="speed" value="60" />
        <attribute key="skillShield" value="12" />
    </item>
    <item id="" article="a" name="GOD Helmet">
        <attribute key="armor" value="9" />
        <attribute key="slotType" value="head" />
        <attribute key="absorbPercentPhysical" value="5" />
        <attribute key="weight" value="6600" />
    </item>
    <item id="" article="a" name="GOD Boots">
        <attribute key="weight" value="750" />
        <attribute key="slotType" value="feet" />
        <attribute key="speed" value="40" />
        <attribute key="showattributes" value="1" />
    </item>
    <item id="" article="a" name="GOD Mace">
        <attribute key="weight" value="2800" />
        <attribute key="defense" value="11" />
        <attribute key="attack" value="16" />
        <attribute key="skillClub" value="12" />
        <attribute key="weaponType" value="club" />
    </item>
Te oto itemy powinny dodawac skile itp. Ale jak je zakladam w grze to niestety ale nic nie daja jesli moglbym prosic o pomoc lub jakas wskazowke to bylbym bardzo wdzieczny
Notka moderatorska:
U?ywaj znacznika
Code:
[/mod]
 
Z

Zbizu

Guest
Odp: New Items

data\movements\movements.xml

Daj? Ci przyk?ad. W movements.xml masz ich wi?cej.
Code:
<movevent event="Equip" itemid="2472" slot="armor" function="onEquipItem">
        <vocation name="Knight"/>
        <vocation name="Elite Knight" showInDescription="0"/>
        <vocation name="Paladin"/>
        <vocation name="Royal Paladin" showInDescription="0"/>
    </movevent>

Skoro poradzi?e? sobie z items.xml to i poradzisz sobie z tym.

Co do god mace to w folderze weapons jest wszystko, co b?dzie Ci potrzebne.

Pozdrawiam.
 

webmati

User
Joined
Jan 27, 2009
Messages
41
Reaction score
1
Odp: New Items

Dzieki za pomoc zaraz sprawdze czy dziala.
A gdzies jeszcze cos robic czy tylko w movements?
 
Last edited:

webmati

User
Joined
Jan 27, 2009
Messages
41
Reaction score
1
Odp: New Items

Do zamkniecia
Notka moderatorska:
ok
 
Last edited by a moderator:
Status
Not open for further replies.
Top