In this case, what is missing are the NPC effects, it is a little more complex to import this, I think the tutorials here on the forum have the videos unavailable.
No drama, no finger-pointing, just undeniable results.
2000+ concurrent players. Zero lag.
The math is simple: simpler code = better code = better performance.
Meanwhile, other projects cry at 200-300 online.
Because bloat code and misinterpreting retail files isn't a feature.
Question
finkOS
How to make npc what it attacked faction? (l2jserver gracia final)
Tried to put in L2AttackableAi.java:
if (target instanceof L2PcInstance && ((L2PcInstance) target).getFactionId () != 1)
if (target instanceof L2PcInstance && ((L2PcInstance) target).getFactionId () == 1)
But npc all the same does not attack. I use faction mod by Laikeriz
12 answers to this question
Recommended Posts