Jump to content

Recommended Posts

Posted

what do you mean only the part of pvp working ? oO

it announce only the pvp kills and no the pk kills?

.That's right.I don't know what is going on and if i have make somewhere a mistake.I looked the code 5 or 6 times and didn't find somewhere a mistake.
  • 4 weeks later...
Posted

ads are being given in the Chat .. GM

And it becomes a mess ... because the server is PvP.

 

Changing the ads as to Chat Superior (Where it shows the damage etc. ..)

 

???????

  • 2 weeks later...
Posted
@@ -4446,6 +4447,9 @@

      )

      {

            increasePvpKills();

+            if ( target instanceof L2PcInstance && Config.ANNOUNCE_PVP_KILL ) // Announces a PvP kill

+               Announcements.getInstance().announceToAll("Player "+this.getName()+" hunted Player "+target.getName());

+            return;

      }

      else                                                                        // Target player doesn't have pvp flag set

      {

@@ -4458,6 +4462,10 @@

                    {

                        // 'Both way war' -> 'PvP Kill'

                        increasePvpKills();

+                        if ( target instanceof L2PcInstance && Config.ANNOUNCE_PVP_KILL ) // Announces a PvP kill

+                           Announcements.getInstance().announceToAll("Player "+this.getName()+" hunted Player "+target.getName());

+                        else if ( target instanceof L2PcInstance && Config.ANNOUNCE_ALL_KILL ) // Announces a kill

+                           Announcements.getInstance().announceToAll("Player "+this.getName()+" killed Player "+target.getName());

                        return;

                    }

                }

@@ -4469,13 +4477,19 @@

            if ( Config.KARMA_AWARD_PK_KILL )

            {

                    increasePvpKills();

+                    if ( target instanceof L2PcInstance && Config.ANNOUNCE_PVP_KILL ) // Announces a PvP kill

+                       Announcements.getInstance().announceToAll("Player "+this.getName()+" hunted Player "+target.getName());

            }

         }

         else if (targetPlayer.getPvpFlag() == 0)                                                                    // Target player doesn't have karma

         {

                increasePkKillsAndKarma(targetPlayer.getLevel());

+                if ( target instanceof L2PcInstance && Config.ANNOUNCE_PK_KILL ) // Announces a Pk kill

+                   Announcements.getInstance().announceToAll("Player "+this.getName()+" has assassinated Player "+target.getName());

         }

      }

+      if ( target instanceof L2PcInstance && Config.ANNOUNCE_ALL_KILL ) // Announces a kill

+         Announcements.getInstance().announceToAll("Player "+this.getName()+" killed Player "+target.getName());

   }

 

This is the last part of the code of the first post in which I have some problems, because i already have

 

increasePvpKills(target);

else

// Target player doesn't have pvp flag set

{

// check about wars

if (targetPlayer.getClan() != null && getClan() != null

&& getClan().isAtWarWith(targetPlayer.getClanId())

&& targetPlayer.getClan().isAtWarWith(getClanId())

&& targetPlayer.getPledgeType() != L2Clan.SUBUNIT_ACADEMY

&& getPledgeType() != L2Clan.SUBUNIT_ACADEMY)

 

and if i add

+            if ( target instanceof L2PcInstance && Config.ANNOUNCE_PVP_KILL ) // Announces a PvP kill

+               Announcements.getInstance().announceToAll("Player "+this.getName()+" hunted Player "+target.getName());

+            return;

under increasePvpKills(target); else will have error. Where should i put that, i'm using Epilogue.

  • 1 month later...
  • 3 weeks later...
  • 1 month later...
Posted

Can i get auto shout of pvp kill? I want auto shout pvp kill to get LOGS about who killing who.. I will see Boxers etc, if anyone have others ideas pm me.

  • 2 months later...
  • 6 months later...

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