L2JMobius

Classic Saviors Skill throwing blood dagger

Delnote · 8 · 5642

Offline Delnote

  • Heir
  • **
    • Posts: 34
When u use throwing blood dagger (1630)  on mobs , u need to press control and this make you flagged (pvp)


Offline Delnote

  • Heir
  • **
    • Posts: 34
skill of dreadnoughts called spear howl 1626 makes you flagged when you use agains PK players


Offline Iris

  • Distinguished King
  • *****
    • Posts: 1239
Change <effectPoint> to negative values and it's fixed.


Offline Delnote

  • Heir
  • **
    • Posts: 34
i fixed copying the wind rider formula for the others throwing skills.


Offline Delnote

  • Heir
  • **
    • Posts: 34
Close and move please to make this section more clear :D


Offline Iris

  • Distinguished King
  • *****
    • Posts: 1239
It's common courtesy to share the patch with others before asking for the thread to be closed :P

Keep in mind no one here is working for you, but with you.


Offline Delnote

  • Heir
  • **
    • Posts: 34
Code: [Select]
<skill id="1629" toLevel="1" name="Throw Dagger in Wrist">
<abnormalLvl>1</abnormalLvl>
<abnormalTime>10</abnormalTime>
<activateRate>80</activateRate>
<lvlBonusRate>20</lvlBonusRate>
<basicProperty>MAGIC</basicProperty>
<effectRange>900</effectRange>
<icon>icon.skill1629</icon>
<operateType>A2</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>76</magicLvl>
<mpConsume>60</mpConsume>
<nextAction>ATTACK</nextAction>
<castRange>800</castRange>
<hitTime>500</hitTime>
<coolTime>100</coolTime>
<reuseDelay>30000</reuseDelay>
<effectPoint>-709</effectPoint>
<isDebuff>true</isDebuff>
<rideState>NONE</rideState>
<staticReuse>true</staticReuse>
<targetType>ENEMY</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="EquipWeapon">
<weaponType>
<item>DAGGER</item>
</weaponType>
</condition>
</conditions>
<effects>
<effect name="PhysicalAttack">
<power>396</power>
</effect>
<effect name="PhysicalMute" />
<effect name="Mute" />
</effects>
</skill>

Code: [Select]
<skill id="1630" toLevel="1" name="Throwing Blood Dagger">
<abnormalLvl>1</abnormalLvl>
<abnormalTime>10</abnormalTime>
<abnormalType>CRITICAL_PROB_UP</abnormalType>
<activateRate>80</activateRate>
<lvlBonusRate>20</lvlBonusRate>
<basicProperty>MAGIC</basicProperty>
<effectRange>900</effectRange>
<icon>icon.skill1630</icon>
<operateType>A2</operateType>
<magicCriticalRate>5</magicCriticalRate>
<magicLvl>76</magicLvl>
<mpConsume>60</mpConsume>
<nextAction>ATTACK</nextAction>
<castRange>800</castRange>
<hitTime>500</hitTime>
<coolTime>100</coolTime>
<reuseDelay>30000</reuseDelay>
<effectPoint>-709</effectPoint>
<isDebuff>true</isDebuff>
<rideState>NONE</rideState>
<staticReuse>true</staticReuse>
<targetType>ENEMY</targetType>
<affectScope>SINGLE</affectScope>
<conditions>
<condition name="EquipWeapon">
<weaponType>
<item>DAGGER</item>
</weaponType>
</condition>
</conditions>
<effects>
<effect name="PhysicalAttack">
<power>396</power>
<overHit>true</overHit>
</effect>
</effects>
</skill>



Online Mobius

  • Distinguished King
  • *****
    • Posts: 16147