L2JMobius

Salvation some problem for summon(Enhanced Rose Necklace)

jamesfu1208 · 8 · 5279

Offline jamesfu1208

  • Heir
  • **
    • Posts: 45
When I use item 20915 summon the elf(NPC 1562) to help me add status, I will have wrong goals
SKILL ID 23167 and 23168
I try change <affectScope>SINGLE</affectScope> to "PARTY" also get wrong goals
and I change <targetType>ENEMY_NOT</targetType> to "SELF" also can't add status to me
but can add status to other NPC = ="
how can i fix this
THX!!!


Online Liamxroy

  • Grand Duke
  • *****
    • Posts: 759
    • Adenaplease!
When I use item 20915 summon the elf(NPC 1562) to help me add status, I will have wrong goals
SKILL ID 23167 and 23168
I try change <affectScope>SINGLE</affectScope> to "PARTY" also get wrong goals
and I change <targetType>ENEMY_NOT</targetType> to "SELF" also can't add status to me
but can add status to other NPC = ="
how can i fix this
THX!!!

That's english ?


Offline jamesfu1208

  • Heir
  • **
    • Posts: 45
Sorry my english is too bad
The point is that this skill is not available
Is there a way to solve it
Can teach me ...
thank a lot



Offline jamesfu1208

  • Heir
  • **
    • Posts: 45
I understand private version must be used
I want to know in free version...
Can you provide some tips on how to modify




Offline jamesfu1208

  • Heir
  • **
    • Posts: 45
if (!forceUse && (currentTargetPlayer != null) && !currentTargetPlayer.isAutoAttackable(_owner) && (skill.getTargetType() != TargetType.ENEMY_NOT))

I guess ... can work but not good= =" right?