Jump to content
  • 0

Hero Weapon


Artur.94.1994

Question

Welcome guys.. i have problem beacuse i want put hero weapons to shop... but when someone buy infinity weapon he can't wear it.. 

how i can turn on it ?? 

 

i use l2jfrozen rev 1004

 

Please help me ;) 

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Check the item code structure, there is a check. data/stats or where it is on frozen.

 

Like this

        <cond msgId="1518">
            <player isHero="true" />
        </cond>

So, just remove it.

Edited by SweeTs
Link to comment
Share on other sites

  • 0

But i dont have it.. i have like this
 

<item id='6612' name="infinity_cleaver">
  <for>
    <set val='361' order='0x08' stat='pAtk'/>
    <set val='137' order='0x08' stat='mAtk'/>
    <set val='8' order='0x08' stat='rCrit'/>
    <add val='0' order='0x10' stat='accCombat'/>
    <set val='325' order='0x08' stat='pAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
  </for>
</item>
Link to comment
Share on other sites

  • 0

there should be one xml file that defines the properties of ur item. the xml entry you showed shows ur items' stats. i dont know ur server structure... maybe its stored in ur sql database...

Link to comment
Share on other sites

  • 0

how i can copy it ???

well Artur you can duplicate them in  Weapongrp.dat and weapons names in ItemName-e.dat only and change ID of cource and add them manually in server site. and make them enchantable too.

btw you can replace old heroes weapons to GoD Heros weapons in hero system ^^ because they will be kinda useless now ;O

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...