Jump to content

Recommended Posts

Posted

This might sound really retarded, but where do add all of these files. I cannot even find the map entity, or clientpackets etc. I am confused where i have to add all of these. If someone can helpme out with this by guiding me a bit it would be really appreciated!

 

Thanks in advance!

nlajay

  • 1 month later...
Posted

Freya L2Characker.java Peace zone attack

 

//return;

+ if(!player.isInFunEvent() || !player.getTarget().isInFunEvent())

{

player.sendPacket(new SystemMessage(SystemMessageId.TARGET_IN_PEACEZONE));

player.sendPacket(ActionFailed.STATIC_PACKET);

}

 

Freya L2PcInstance.java Peace zonel attack and skill attack

 

// Check if the attacker is in TvT and TvT is started

if (TvTEvent.isStarted() && TvTEvent.isPlayerParticipant(getObjectId()))

return true;

 

+

+ if(!this.isInFunEvent() || !attacker.isInFunEvent())

+ return false;

 

// Check if this is offensive magic skill

if (skill.isOffensive())

{

if ((isInsidePeaceZone(this, target)) && !getAccessLevel().allowPeaceAttack())

{

+ if(!this.isInFunEvent() || !target.isInFunEvent())

+                               return false;

Posted

Can anybody add some random spawns for the players when the event start and when they res. It will be nice if the players spawns in different location instead of spawning all in the same place.

 

Also it is working in my epilogue server.

Posted

Hi  at all, I tryed to implement this share on L2J Freja server but I have encountered some problems.

 

On Core in the file L2PcInstance.java

@@ -4052,6 +4060,14 @@

player.sendPacket(ActionFailed.STATIC_PACKET);

return;

}

+ if (DM._started && !Config.DM_ALLOW_INTERFERENCE)

+ {

+ if ((_inEventDM && !player._inEventDM) || (!_inEventDM && player._inEventDM))

+ {

+ sendPacket(ActionFailed.STATIC_PACKET);

+ return;

+ }

+ }

 

// Check if the L2PcInstance is confused

if (player.isOutOfControl())

 

@@ -4091,7 +4107,7 @@

else

{

// Check if this L2PcInstance is autoAttackable

- if (isAutoAttackable(player))

+ if (isAutoAttackable(player) || (player._inEventDM && DM._started))

{

// Player with lvl < 21 can't attack a cursed weapon holder

// And a cursed weapon holder  can't attack players with lvl < 21

 

@@ -8933,6 +9008,8 @@

        // finally, after passing all conditions

        return true;

}

+ return dontMove;

+ }

 

public boolean checkIfOkToUseStriderSiegeAssault(boolean isCheckOnly)

{

 

This diff @@ -4052,6 +4060,14 @@ and @@ -4091,7 +4107,7 @@ doesn't more supported in that class, maybe are moved in other ?

This diff @@ -8933,6 +9008,8 @@ I think are an error

 

 

 

On Core in the file L2Npc.java

@@ -685,6 +687,8 @@

{

L2Event.showEventHtml(player, String.valueOf(getObjectId()));

}

+ else if (_isEventMobDM)

+ DM.showEventHtml(player, String.valueOf(getObjectId()));

else

{

Quest[] qlsa = getTemplate().getEventQuests(Quest.QuestEventType.QUEST_START);

+ continue;

+ }

if (player.isInDuel())

{

if (player.getDuelId() != obj.getDuelId())

 

This diff @@ -685,6 +687,8 @@ doesn't more supported in that class, maybe are moved in other ?

 

 

 

On Datapack the file Recall.java doesn't exist anymore.

On Datapack the file Potions.java doesn't exist anymore.

 

 

Anyone can help me ? thx alot.

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Vesper Noble heavy set (RAR) 1800 att - 150e Eternal Core Dualsword +6 300 att 130e Ring of Baium 130e AQ ring 100e Antharas Earring 200e   Paypal payments only DM in discord narttu123
    • L2REBORN x10 - 1gb - 4.2$ l2reborn x1 ( signature ) - 1kk - 1.3$ LU4 - 1kk - 2.3$ MASTERWORRK - 1kk - 3.8kk  discord - adver745645
    • Hello, Skill Activation: The activation options from the Alt+K window work perfectly. However, when activating them from the skill bar, there is still a delay of approximately 1 second. I need to remove that delay
    • --- Interlude Faction/GvE PvP grand opening 2025-11-15 19:00 GMT+2 ---   Gameplay: Chronicle: Interlude Type: Faction/GvE (Angels vs Nature vs Demons) GM Shop: B-S grade Buff slots: 20+4 Starting level: 74 + rebirth system   New Features: Client: Modern interface based on Essence Balance: New class skills for better balance Achievement Rewards: Daily, Weekly, One-time TOP rankings: PvP, Event PvP, Map PvP, Clan PvP, Event MvP, Map MvP Zones: 70 different PvP zones,  18 different events (8 map events | 10 main events) 12 Grand/raid bosses. Castle siege Olympiad Clan Hall challenge Custom Enchant System: Dynamic success chance (greater enchant level or item grade less enchanting success chance) Enchant rate: Blessed scrolls dynamic from 100% to 25%. Crystal Scrolls: 100%; Max enchant weapon +12 Max enchant armor +8 Safe point enchant system Extra Features: PvP items with level upgrade Weapon/Armor upgrade (from B grade to S) system Attributes system   Website: https://l2cygnus.com Community: Discord Facebook: https://www.facebook.com/l2cygnus Youtube:   
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock