L2JMobius

High Five Betray Skill dont Work need help

bestover72 · 3 · 5189

Offline bestover72

  • Heir
  • **
    • Posts: 25
Hello,
The "Betray" skill from summoners dont work, when press the skill dont do nothing (I got 10k Spirit Ores on bag btw).
I test the skills on raid-fighters/kamalokas and single mob.
I dont have any errors one gameserver-console.
Need help plz.


Offline Horus

  • Black Sheep
  • Count
  • *****
    • Posts: 483
I dont use H5 but try this.

Code: [Select]
<skill id="1380" levels="10" name="Betray">
<!-- Cause's enemy servitor to attack its master. Consumes 3 Spirit Ore. -->
<table name="#effectPoints">-532 -549 -566 -582 -597 -611 -624 -635 -646 -655</table>
<table name="#itemConsumeCount">3 3 3 3 4 4 4 5 5 5</table>
<table name="#magicLevel">56 58 60 62 64 66 68 70 72 74</table>
<table name="#mpConsume">52 54 55 58 60 62 64 65 67 69</table>
<set name="abnormalLevel" val="1" />
<set name="abnormalTime" val="30" />
<set name="abnormalType" val="DERANGEMENT" />
<set name="activateRate" val="80" />
<set name="basicProperty" val="MEN" />
<set name="castRange" val="600" />
<set name="effectPoint" val="#effectPoints" />
<set name="effectRange" val="1100" />
<set name="hitTime" val="4000" />
<set name="icon" val="icon.skill1380" />
<set name="isDebuff" val="true" />
<set name="isMagic" val="1" /> <!-- Magic Skill -->
<set name="itemConsumeCount" val="#itemConsumeCount" />
<set name="itemConsumeId" val="3031" /> <!-- Spirit Ore -->
<set name="lvlBonusRate" val="2" />
<set name="magicLevel" val="#magicLevel" />
<set name="mpConsume" val="#mpConsume" />
<set name="operateType" val="A2" />
<set name="reuseDelay" val="3000" />
<set name="targetType" val="ONE" />
<set name="affectScope" val="SINGLE"
<set name="trait" val="DERANGEMENT" />
<for>
<effect name="Betray" />
</for>
</skill>

the target was ENEMY_SUMMON but the target needs to be the owner of the summons, not the summons itself


Offline bestover72

  • Heir
  • **
    • Posts: 25
Hello Manax,
Thank you, now i can use skill, it works :).
One question, some servers when you go with your party doing one kamaloka Abyss, exist one trick you can use for detect the "mother" from firsts mobs. (Dont know if this is a feature from retail server or custume made)

Exemple explanation:
Use SW charm for aggro one mob, when the mob come you use Summoner Betray for force the mob atk the "mother". Now you know what mob (Mother) you just need to kill, for not kill all off them.
On the l2jmobius apparently dont work(When we use charm, all mobs come).