Jump to content
  • 0

{Request}Announce


Question

4 answers to this question

Recommended Posts

  • 0
Posted

Index: java/net/sf/l2j/Config.java

===================================================================

--- java/net/sf/l2j/Config.java (revision 4092)

+++ java/net/sf/l2j/Config.java (working copy)

@@ -881,6 +881,18 @@

    public static boolean L2JMOD_WEDDING_SAMESEX;

    public static boolean L2JMOD_WEDDING_FORMALWEAR;

    public static int L2JMOD_WEDDING_DIVORCE_COSTS;

+   

+    public static boolean ANNOUNCE_DONATOR_LOGIN;

 

    // Packet information

    /** Count the a-beep-t of packets per minute ? */

@@ -1858,6 +1870,18 @@

                L2JMOD_WEDDING_SAMESEX                  = Boolean.parseBoolean(L2JModSettings.getProperty("WeddingAllowSameSex", "False"));

                L2JMOD_WEDDING_FORMALWEAR              = Boolean.parseBoolean(L2JModSettings.getProperty("WeddingFormalWear", "True"));

                L2JMOD_WEDDING_DIVORCE_COSTS            = Integer.parseInt(L2JModSettings.getProperty("WeddingDivorceCosts", "20"));

+               

+                ANNOUNCE_DONATOR_LOGIN  = Boolean.parseBoolean(L2JModSettings.getProperty("AnnounceDonatorLogin", "False"));

 

                if (TVT_EVENT_PARTICIPATION_NPC_ID == 0)

                {

Index: java/config/l2jmods.properties

===================================================================

--- java/config/l2jmods.properties (revision 4092)

+++ java/config/l2jmods.properties (working copy)

@@ -132,3 +132,47 @@

# ex.: 1;2;3;4;5;6

# no ";" at the start or end

TvTEventDoorsCloseOpenOnStartEnd =

+

+#---------------------------------------------------------------

+# Announce Donator Login                                          -

+#---------------------------------------------------------------

+# AnnounceDonator Name At Login

+# This sctipt will announce when Donator login.

+AnnounceDonatorLogin = False

Index: java/net/sf/l2j/gameserver/clientpackets/EnterWorld.java

===================================================================

--- java/net/sf/l2j/gameserver/clientpackets/EnterWorld.java (revision 4092)

+++ java/net/sf/l2j/gameserver/clientpackets/EnterWorld.java (working copy)

@@ -174,6 +174,59 @@

            engage(activeChar);

            notifyPartner(activeChar,activeChar.getPartnerId());

        }

+       

+       

+        if (Config.ANNOUNCE_DONATOR_LOGIN)

+        {

+        if (activeChar.isDonator())  //den eimai sigouros gia auto edw

+        {

+        Announcements.getInstance().announceToAll("Donator: "+activeChar.getName()+" Is Now Online!!!.");

+        }

+        }

+       

 

        if (activeChar.getAllEffects() != null)

        {

  • 0
Posted

+       

+       

+        if (Config.ANNOUNCE_DONATOR_LOGIN)

+        {

+        if (activeChar.isDonator())  //den eimai sigouros gia auto edw

+        {

+        Announcements.getInstance().announceToAll("Donator: "+activeChar.getName()+" Is Now Online!!!.");

+        }

+        }

+       

 

kalutera etsi

+        if (Config.ANNOUNCE_DONATOR_LOGIN && activeChar.isDonator())
+        		Announcements.getInstance().announceToAll("Donator:" + activeChar.getName() +" Is Now Online!!!.");
+   

  • 0
Posted

dn exw ecplise file m.. !

 

Καλύτερα να βάλεις γιατί από μόνο του δεν μπαίνει.

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


×
×
  • 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