Secret Experience

Secret Experience (https://secretexperience.net/index.php)
-   [L2J] Dúvidas Solucionadas (https://secretexperience.net/forumdisplay.php?f=653)
-   -   SA Critical stun [First] (https://secretexperience.net/showthread.php?t=3006)

Handy 21-01-2009 03:27 PM

SA Critical stun [First]
 
Gostaria de saber se tem como eu diminuir a chance do S.A. Critical Stun da Demon Splinter, ja tentei aki mas n consegui.
Na xml do sa esta assim:
Código:

<skill id="3016" levels="6" name="Special Ability: Critical Stun">
<!--
  Automatically generated from C3 client files.
  Need to be checked/fixed.
  Target is set to TARGET_NONE, skillType  to NOTDONE for server compatability.
  Descriptions:
  1: Temporarily stuns target into paralysis.
  6: Temporarily stuns target into paralysis.
  created 2005-05-29 23:34:30
-->
  <set name="target" val="TARGET_NONE"/>
  <set name="skillType" val="NOTDONE"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="castRange" val="-1"/>
  <for>
  </for>
</skill>

e na arma assim:
Código:

<item id='6604' name="demon_splinter_crt._stun">
  <for>
    <set val='342' order='0x08' stat='pAtk'/>
    <set val='132' order='0x08' stat='mAtk'/>
    <set val='4' order='0x08' stat='rCrit'/>
    <add val='4' 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'/>
    <!-- Enhances damage to target during PvP -->
    <mul val='1.05' order='0x30' stat='pvpPhysDmg'/>
    <mul val='1.05' order='0x30' stat='pvpMagicalDmg'/>
  </for>
</item>

Um cara la axou de doar pra tyrant e agora ta me tirando o sono pq ele deita all server sozinho so nos stun q tao nem parecendo q eh 25% de chance, ta mais pra 90% la... Alguem saberia como me ajudar? Pq to perdendo players ja por isso --''

tastan 21-01-2009 04:11 PM

Olá Tudo Bom..
Para Fins de teste tente diminuir o Valor onde está
Citação:

<set val='4' order='0x08' stat='rCrit'/>
colocando 1.
Aproveitando ve no seu Banco de Dados na Arma Demon Splinter - Critical Stun qual o valor que está na coluna Critical.

Até mais.

Handy 22-01-2009 12:08 AM

Nao man, isso ai eh o critical rate...
Mas ja descobri a solução, peguei de uma rev antiga q tinha aki.
Segue o codigo pra qm tiver com esse mesmo problema.
Altere na xml 6600 das weapons:
Código:

<item id='6604' name="demon_splinter_crt._stun">
  <for>
    <set val='342' order='0x08' stat='pAtk'/>
    <set val='132' order='0x08' stat='mAtk'/>
    <set val='4' order='0x08' stat='rCrit'/>
    <add val='4' 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'/>
    <!-- SA: Critical Stun -->
    <skill onCrit='1' id='3070' lvl='1' chance='16'/>
    <!-- Enhances damage to target during PvP -->
    <mul val='1.05' order='0x30' stat='pvpPhysDmg'/>
    <mul val='1.05' order='0x30' stat='pvpMagicalDmg'/>
  </for>
</item>

Isso resolveu, n parou de dar stun mais reduziu a chance a 16% Flws!
:jimlad:


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

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