Secret Experience

Secret Experience (https://secretexperience.net/)
-   [L2J] Dúvidas Solucionadas (https://secretexperience.net/l2j-duvidas-solucionadas/)
-   -   shields vesper (https://secretexperience.net/l2j-duvidas-solucionadas/16237-shields-vesper.html)

cabelation 28-11-2009 02:12 PM

shields vesper
 
eae galera to com um problema aqui...
eu queria coloca os shield vesper pra aumentar os status quando enchantados!
tipo o vesper sigil pra add m atk e m def
eo vesper shield pra add p atk e p def!

alguem pode me ajudar?

vesper sigil
Código:

<item id="12813" name="Vesper Sigil">
  <cond msgId="1518">
    <not>
      <player race="Kamael"/>
    </not>
  </cond>
  <for>
    <add order="0x10" stat="pDef" val="17"/>
    <sub order="0x10" stat="rEvas" val="8"/>
    <enchant order="0x0C" stat="mdef" val="0"/>
    <enchant order="0x0C" stat="matk" val="0"/>
  </for>

vesper shield
Código:

</item>
<item id="13471" name="Vesper Shield">
  <for>
    <sub val="8" order="0x10" stat="rEvas"/>
    <set val="571" order="0x08" stat="sDef"/>
    <set val="20" order="0x08" stat="rShld"/>
    <enchant val="0" order="0x0C" stat="pDef"/>
    <enchant val="0" order="0x0C" stat="patk"/>
  </for>

:laugh:

Preto 28-11-2009 08:07 PM


amigo.. é so add os valores de bonus que vc quer onde ta marcado em vermelho e pronto... Modifique ao seu gosto... Espero ter ajudado!!

sigil:
<enchant order="0x0C" stat="mdef" val="0"/>
<enchant order="0x0C" stat="matk" val="0"/>

shiled:
<enchant val="0" order="0x0C" stat="pDef"/>
<enchant val="0" order="0x0C" stat="patk"/>



Horários baseados na GMT -3. Agora são 07:41 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0