Jump to content

Recommended Posts

Posted

From data/stats/weapons 6600-6699.xml  

 

first of all u were wrong u cant edit stats for spear in 6600-6699.xml cos that are stats for spear and not for its SA unless u want to just add smthing

you need to search in skill stat section.. cos SA is a passive skill

 

Really ? thanks... i dont know that ;< -1 karma .

 

dont be such a dick lol, she just wanted to help...

 

here is code... use this

<skill id="3591" levels="1" name="Special Ability: Infinity Spear">
<!--
 Done by EternalSins
 Description(s):
     During a critical attack, this ability removes one or more of the enemy's buffs. It increases the character's Maximum HP, Maximum CP, Atk. Spd., and Accuracy, and gives a bonus to damage inflicted on an enemy during PvP. It reflects debuffs targeted upon the character back upon the enemy. It enables the character to attack multiple enemies.
-->
 <set name="power" val="0.0"/>
 <set name="target" val="TARGET_SELF"/>
 <set name="skillType" val="BUFF"/>
 <set name="operateType" val="OP_PASSIVE"/>
 <set name="castRange" val="-1"/>
 <set name="effectRange" val="-1"/>
 <for>
   <mul val='1.25' order='0x30' stat='maxHp'/>
   <mul val='1.50' order='0x30' stat='maxCp'/>
   <mul val='1.07' order='0x30' stat='pAtkSpd'/>
   <add val='4.89' order='0x40' stat='accCombat'/>
   <add val="10" order="0x40" stat="reflectSkillPhysic"/>
   <add val="10" order="0x40" stat="reflectSkillMagic"/>
 </for>
</skill>

 

hopefully u core supports this skill otherwise u need to add core support

Posted

Thanks NosferatusS for trying but still dont work for me;/ dont know why;/// at SQL ive got: skills Item: 3591-1 , skills_onCryt: 3592-1-100 (100% chance) and still nothing ;/ and my skills:

 

<skill id="3591" levels="1" name="Special Ability: Infinity Spear">
<!--
  Done by EternalSins
  Description(s):
      During a critical attack, this ability removes one or more of the enemy's buffs. It increases the character's Maximum HP, Maximum CP, Atk. Spd., and Accuracy, and gives a bonus to damage inflicted on an enemy during PvP. It reflects debuffs targeted upon the character back upon the enemy. It enables the character to attack multiple enemies.
-->
  <set name="power" val="0.0"/>
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <for>
    <mul val='1.25' order='0x30' stat='maxHp'/>
    <mul val='1.50' order='0x30' stat='maxCp'/>
    <mul val='1.07' order='0x30' stat='pAtkSpd'/>
    <add val='4.89' order='0x40' stat='accCombat'/>
    <add val="10" order="0x40" stat="reflectSkillPhysic"/>
    <add val="10" order="0x40" stat="reflectSkillMagic"/>
  </for>
</skill>
  <skill id="3592" levels="1" name="Dispell">
    <!-- Infinity Spear Skill -->
    <set name="magicLvl" val="80" />
    <set name="power" val="100" /> <!-- Base Land Rate 10% Managed by SQL Side -->
    <set name="target" val="TARGET_ONE" />
    <set name="skillType" val="CANCEL" />
    <set name="operateType" val="OP_ACTIVE" />
    <set name="castRange" val="40" />
    <set name="effectRange" val="400" />
    <set name="negateStats" val="BUFF HEAL_PERCENT" />
    <set name="maxNegated" val="3" />
    <!-- Making max debuff count 3 -->
  </skill>

Posted

I do that and if i use manualy that skill its work fine animation and effect works, but when i do that by spear only animation works but effect no;/ i dont know why the hell;/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • https://prnt.sc/Bkkc0ShGXv9m https://prnt.sc/-JFLvZXsn27A
    • Hello guys want to sell adena in L2 Reborn Signature x1  Stock =14kk good price 
    • Hi guys, I have the following problem, I want to set up two servers on the same dedicated server and I can't.   L2jacis 409 Linux Server. The first gameserver has the following configuration: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 190.25.103.103 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server1 Login = server1 Password = server1 I configured the second gameserver like this:   # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 0.0.0.0 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7788 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 2 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server2 Login = server2 Password = server2 apart from having tested 0.0.0.0 on the second gameserver I also tried 127.0.0.1 In both cases I see the two servers in the login when I log in, but I try to enter the one with the lowest ping and it kicks me out. The other server always appears with ping 9999 and I try to enter but it doesn't do anything and it freezes the login so I have to log in again. The hexids are in their respective folders. For server 1, it has its hexid inside the gameserver config folder, and I checked that the hexid id is the same id, for example id 1 in the gameserver is also id1 for server 1, and hexid 2 has its hexid 2 for server 2. The server ports are open and listening when I turn on both gameservers. I really don't know what could be wrong. If you could give me some help I would appreciate it. Excuse my English.
    • We have both old channels from 2006-2009 with the 3rd verification function enabled, and new ones.   For availability, please contact us below: Link - Telegram Link - Facebook WhatsApp - Click here to go to WhatsApp chat
    • You can contact me on skype: niedziolek50
  • Topics

×
×
  • Create New...