Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Modifying Hyperion Wing's Item Template

Newbie Spellweaver
Joined
Jun 16, 2013
Messages
66
Reaction score
34
Need This>>>I modified client wing, and edited modified wings item template

client small modification link>>>


Item Template hyperion wing >>>WAIT FOR LINCK TEMPLATE

END TO THIS PHP TX TO >>>


Or PHP code
PHP:
<item_template id="187000121" name="Hyperion Wings" level="65" mask="4680" category="NONE" armor_type="WING" max_stack_count="1" item_type="NORMAL" quality="MYTHIC" price="3224763" race="PC_ALL" restrict="65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65" desc="1650775" slot="32768" equipment_type="ARMOR">
        <modifiers>
            <add name="MAXHP" value="491" bonus="true"/>
            <add name="FLY_TIME" value="91" bonus="true"/>
            <add name="PHYSICAL_ATTACK" value="5" bonus="true"/>
            <add name="BOOST_MAGICAL_SKILL" value="42" bonus="true"/>
            <add name="PHYSICAL_CRITICAL_RESIST" value="50" bonus="true"/>
            <add name="MAGICAL_CRITICAL_RESIST" value="15" bonus="true"/>
            <add name="PVP_ATTACK_RATIO" value="24" bonus="true"/>
        </modifiers> 
         </item_template>
FOR MY WORK ON CLIENT (Version=4.0.0.18)

TX TO >>>>FOR THIS >>


bossss201 - Modifying Hyperion Wing's Item Template - RaGEZONE Forums



id>>>>>187000129
wlu06pO - Modifying Hyperion Wing's Item Template - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Apr 2, 2014
Messages
4
Reaction score
0
Although your English is not helping, I was looking to add this item to the database so, thank you.
 
Initiate Mage
Joined
Apr 15, 2014
Messages
1
Reaction score
0
sir can you make the item pak for untradable item (include hyperion wing)
 
Newbie Spellweaver
Joined
Nov 16, 2013
Messages
31
Reaction score
6
Need This>>>I modified client wing, and edited modified wings item template

client small modification link>>>


Item Template hyperion wing >>>WAIT FOR LINCK TEMPLATE

END TO THIS PHP TX TO >>>


Or PHP code
PHP:
<item_template id="187000121" name="Hyperion Wings" level="65" mask="4680" category="NONE" armor_type="WING" max_stack_count="1" item_type="NORMAL" quality="MYTHIC" price="3224763" race="PC_ALL" restrict="65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65" desc="1650775" slot="32768" equipment_type="ARMOR">
        <modifiers>
            <add name="MAXHP" value="491" bonus="true"/>
            <add name="FLY_TIME" value="91" bonus="true"/>
            <add name="PHYSICAL_ATTACK" value="5" bonus="true"/>
            <add name="BOOST_MAGICAL_SKILL" value="42" bonus="true"/>
            <add name="PHYSICAL_CRITICAL_RESIST" value="50" bonus="true"/>
            <add name="MAGICAL_CRITICAL_RESIST" value="15" bonus="true"/>
            <add name="PVP_ATTACK_RATIO" value="24" bonus="true"/>
        </modifiers> 
         </item_template>
FOR MY WORK ON CLIENT (Version=4.0.0.18)

TX TO >>>>FOR THIS >>


bossss201 - Modifying Hyperion Wing's Item Template - RaGEZONE Forums



id>>>>>187000129
wlu06pO - Modifying Hyperion Wing's Item Template - RaGEZONE Forums


I want to know where do you get "Mask and desc code" from?
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Aug 26, 2014
Messages
287
Reaction score
36

I want to know where do you get "Mask and desc code" from?

from working 4.5 server item_templates.xml :p:
it's simple :p: if you have working server without some items (older) and server with items - just copy that you need to your item_templates.xml :p:
in the same way i add to my server new NPC that was missing :p:
 
Back
Top