What's new
  • logo_cipsoft
    Latest servers:
    New servers will open on: 19th Feb 2025:
    Noctalia (Open PvP) Ignitera (Open PvP) us_logo Xybra (Open PvP)

Crystal wand

krzych1997

User
Joined
Oct 18, 2009
Messages
33
Reaction score
0
Witam niemoge znalezc i niewiem jak zrobic zeby byl crystal wan dla profesji sorca druta elder druta i master sorka i zeby walilo od 100-250 z gory thx za skrypt i powiedzccie gdzie go wkleic
 

Dark Magican

Senior User
Joined
Apr 13, 2009
Messages
677
Reaction score
41
Odp: Crystal wand

Zamieniasz Crystal Wand w swoim Item.xml na to:
PHP:
<item id="2184" article="a" name="crystal wand">
        <attribute key="weight" value="1900" />
        <attribute key="weaponType" value="wand" />
        <attribute key="shootType" value="death" />
        <attribute key="range" value="5" />
    </item>

Nast?pnie wchodzisz w Weapons nast?pnie Weapons.xml dodajesz obok r?zg t? linijk?:

PHP:
    <wand id="2184" level="90" mana="100" min="100" max="250" type="death" event="function" value="default">
        <vocation id="2"/>
        <vocation id="1"/>
    </wand>

W miejsca XXX ju? sobie sam ustawisz, jest to banalnie proste.
min - minimalny hit jaki ma uderzy? dana r?zga.
max - maksymalny hit r?zgi.
Level wiadomo, mana r?wnie?.
Vocation r?wnie? jest proste, powiniene? sam wiedzie? jak ustawi?.
Pozdro.
 

krzych1997

User
Joined
Oct 18, 2009
Messages
33
Reaction score
0
Odp: Crystal wand

no tak ale teraz mam problem dodalem all i jak wlaczam otsa wyskakuje mi ze niemozna zaladowac items file
iwyskakuje takie cos
[Warning - Items::loadFromXml] Cannot load items file.
Line: 2106, Info: Extra content at the end of the document
 
Last edited:
Top