L2JMobius

Salvation LIMIT_BARRIER can not use

jamesfu1208 · 4 · 6874

Offline jamesfu1208

  • Heir
  • **
    • Posts: 45
private static final int HIT_COUNT = 600;

when i set  HIT_COUNT =80 with 6 person all attack speed 1500 can not do that can stop the buff = ="

but only GM use GM skill LEVEL2 with 4023 attack speed can do that@'@

can  teach me how to improve and the happen

Thank a lot!!!!!!


Offline wodevil

  • Vassal
  • *
    • Posts: 1
Almost offtop
Can u tell what the ID of "LIMIT_BARRIER" skill? Cant find that skill :(


Online Puppyrawr

  • Viscount
  • *****
    • Posts: 379
  • L2AquaSage
    • L2AquaSage
private static final int HIT_COUNT = 600;

when i set  HIT_COUNT =80 with 6 person all attack speed 1500 can not do that can stop the buff = ="

but only GM use GM skill LEVEL2 with 4023 attack speed can do that@'@

can  teach me how to improve and the happen

Thank a lot!!!!!!

just set hit count lower or remove the rbs from the list!


Offline jamesfu1208

  • Heir
  • **
    • Posts: 45

just set hit count lower or remove the rbs from the list!
[/quote]


yeah i set hit count "60"
I set a rules sometime OK sometime can not stop that
just like this
         npc.broadcastSay(ChatType.SHOUT, "count hits:/need to hits: "+String.valueOf(RAIDBOSS_HITS.getOrDefault(npc, 0))+"/"+String.valueOf(HIT_COUNT));