Bonus set hero?

Results 1 to 3 of 3
  1. #1
    Enthusiast RadtI is offline
    MemberRank
    May 2005 Join Date
    Lineage 2Location
    47Posts

    Bonus set hero?

    Someone have script bonus set hero #S ? imperial, draco and imperial?

    Thx .


  2. #2
    Valued Member GosthMan is offline
    MemberRank
    Apr 2005 Join Date
    on the roof watching uLocation
    108Posts
    Quote Originally Posted by RadtI
    Someone have script bonus set hero #S ? imperial, draco and imperial?

    Thx .
    what do you mean with that
    xml? if is that u will find it in any l2jbuild

  3. #3
    Account Upgraded | Title Enabled! neutrogenik is offline
    MemberRank
    Oct 2005 Join Date
    FranceLocation
    1,091Posts
    edit the xml file of the armor. look like that :

    - <item id="358" name="blue_wolve's_breastplate">
    - <for>
    <add val="166" order="0x10" stat="pDef" /> //set bonus
    - <add val="7" order="0x40" stat="runSpd">
    - <and> // indicate a need of others items for the set to be working
    <using slotitem="2380;11" />
    <using slotitem="2416;6" />
    <using slotitem="5734;12" />
    <using slotitem="5718;9" />
    </and> //end of the needed item list
    </add> //end of the bonus
    - <mul val="1.05" order="0x40" stat="regHp"> //begining of another bonus ect
    - <and>
    <using slotitem="2380;11" />
    <using slotitem="2416;6" />
    <using slotitem="5734;12" />
    <using slotitem="5718;9" />
    </and>
    </mul>
    - <add val="3" order="0x10" stat="STR">
    - <and>
    <using slotitem="2380;11" />
    <using slotitem="2416;6" />
    <using slotitem="5734;12" />
    <using slotitem="5718;9" />
    </and>
    </add>
    - <add val="-1" order="0x10" stat="CON">
    - <and>
    <using slotitem="2380;11" />
    <using slotitem="2416;6" />
    <using slotitem="5734;12" />
    <using slotitem="5718;9" />
    </and>
    </add>
    - <add val="-2" order="0x10" stat="DEX">
    - <and>
    <using slotitem="2380;11" />
    <using slotitem="2416;6" />
    <using slotitem="5734;12" />
    <using slotitem="5718;9" />
    </and>
    </add>
    <enchant val="0" order="0x0C" stat="pDef" />
    </for>
    </item>



Advertisement