Secret Experience

Secret Experience (https://secretexperience.net/index.php)
-   [L2J] Dúvidas Solucionadas (https://secretexperience.net/forumdisplay.php?f=653)
-   -   Armors (https://secretexperience.net/showthread.php?t=10162)

HanNiBaL 29-06-2009 07:53 PM

Armors
 
Achei um bug no meu sv , arrumei os status das armors tudo , so que , quando vc ta usando set Dk e equipa o capacete do set tt o casting speed almenta brutalmente , nao to conciguindo arrumar , se alguem pude da uma olhada ...

xml do titanium :
Código:

<item id='10009' name="peito Robe">
<for>
        <add val='159' order='0x10' stat='pDef'/>
        <add val='3' order='0x40' stat='WIT'>
                <and>
                <using slotitem="10008;6"/>
                <using slotitem="10010;9"/>
                <using slotitem="10011;12"/>
                </and>
        </add>
        <add val='1000' order='0x40' stat='maxMp'>
                <and>
                <using slotitem="10008;6"/>
                <using slotitem="10010;9"/>
                <using slotitem="10011;12"/>
                </and>
        </add>
        <mul val='1.17' order='0x50' stat='mAtkSpd'>
                <and>
                <using slotitem="10008;6"/>
                <using slotitem="10010;9"/>
                <using slotitem="10011;12"/>
                </and>
        </mul>
        <mul val='1.15' order='0x40' stat='mAtk'>
                <and>
                <using slotitem="10008;6"/>
                <using slotitem="10010;9"/>
                <using slotitem="10011;12"/>
                </and>
        </mul>
        <mul val='1.12' order='0x50' stat='pDef'>
                <and>
                <using slotitem="10008;6"/>
                <using slotitem="10010;9"/>
                <using slotitem="10011;12"/>
                </and>
        </mul>
        <mul val='1.09' order='0x50' stat='mDef'>
                <and>
                <using slotitem="10008;6"/>
                <using slotitem="10010;9"/>
                <using slotitem="10011;12"/>
                </and>
        </mul>
        <mul val='1.02' order='0x50' stat='pDef'>
                <and>
                <using slotitem="10008;6"/>
                <using slotitem="10010;9"/>
                <using slotitem="10011;12"/>
                </and>
        </mul>
        <add val='1500' order='0x40' stat='maxLoad'>
                <and>
                <using slotitem="10008;6"/>
                <using slotitem="10010;9"/>
                <using slotitem="10011;12"/>
                </and>
        </add>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='10008' name="capacete">
  <for>
    <add val='89' order='0x10' stat='pDef'/>
  <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='10010' name="luvas">
  <for>
    <add val='59' order='0x10' stat='pDef'/>
  <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
<item id='10011' name="botas">
  <for>
    <add val='59' order='0x10' stat='pDef'/>
  <enchant val='0' order='0x0C' stat='pDef'/>
  </for>
</item>
</list>

xml do DK :

Código:

<item id='9608' name="Epic_DK_Robe_Armor">
<for>
<add val='140' order='0x10' stat='pDef'/>
<add val='500' order='0x40' stat='maxMp'>
</add>
<mul val='1.20' order='0x50' stat='mAtkSpd'>
<and>
<using slotitem="9612;6"/>
<using slotitem="9610;9"/>
<using slotitem="9611;12"/>
<using slotitem="9609;11"/>
</and>
</mul>
<mul val='1.10' order='0x50' stat='pDef'>
<and>
<using slotitem="9612;6"/>
<using slotitem="9610;9"/>
<using slotitem="9611;12"/>
<using slotitem="9609;11"/>
</and>
</mul>
<mul val='1.15' order='0x40' stat='mAtk'>
<and>
<using slotitem="9612;6"/>
<using slotitem="9610;9"/>
<using slotitem="9611;12"/>
<using slotitem="9609;11"/>
</and>
</mul>
<add val='1000' order='0x40' stat='maxMp'>
<and>
<using slotitem="9612;6"/>
<using slotitem="9610;9"/>
<using slotitem="9611;12"/>
<using slotitem="9609;11"/>
</and>
</add>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9609' name="Epic_DK_Robe_Legs">
<for>
<add val='90' order='0x10' stat='pDef'/>
<add val='50' order='0x40' stat='maxMp'/>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9610' name="Epic_DK_Robe_Gloves">
<for>
<add val='55' order='0x10' stat='pDef'/>
<add val='25' order='0x40' stat='maxMp'>
</add>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9611' name="Epic_DK_Robe_Boots">
<for>
<add val='55' order='0x10' stat='pDef'/>
<add val='25' order='0x40' stat='maxMp'>
</add>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
<item id='9612' name="Epic_DK_Robe_Hat">
<for>
<add val='75' order='0x10' stat='pDef'/>
<add val='25' order='0x40' stat='maxMp'>
</add>
<enchant val='0' order='0x0C' stat='pDef'/>
</for>
</item>
</list>


CavaleiroNegro 29-06-2009 08:02 PM

Cara pelo que sei os bonus para adicionar em um set vc tem q fazer uma .xml com a id da skill e o q ela vai dar de bonus. Depois em armorsets no navicat vc adiciona os ids do set e o id da skill lembrando se o ultimo ID do Armorsets for 60 ai vc cria o 61.

Se nao conseguir lhe posto aki o arquivo xml e o armorset para vc ver como seria!!!

HanNiBaL 29-06-2009 08:10 PM

Entao esse deve ser o erro , o set Dk do meu server agora que tava olhando nao veio com o xml dos skils ://
So o tt e o dn .
vlw

CavaleiroNegro 29-06-2009 08:13 PM

Basea-se nos skills dos Sets q vc tem em skills crie a skill com novo ID e ponha na pasta skills depois adicione corretamente em armorsets no navicat manualmente os ids !!!

HanNiBaL 29-06-2009 08:18 PM

Sei como e essa parte ai vlw mesmo ;)


Horários baseados na GMT -3. Agora são 12:55 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.