Jump to content

Recommended Posts

Posted (edited)

I think everything is clear from the title description 

 

ACIS

 

image.png.954a257311140643796b938d53ab6b33.png

 

DOWNLOAD

 

image.png.8c25356f339cd3cd0a2e9eb6be966d7c.png

 

Updated - 23.08.2019 19:10
Added - plug for phantoms (fake players) and offline shops

 


 

L2JFrozen

 

1566593238212-png.90 

 

FREE DOWNLOAD

 


 

Lucera 3 - Vote reward API for MMOTOP.eu | source + extention

 

lucera3.png.1d0fca1218954569a66824b99831df47.png

 

DOWNLOAD

Edited by MMOTOP.eu
Posted

private static volatile VoteManager _instance = null;
    
    public static VoteManager getInstance()
    {
        if(_instance == null)
        {
            synchronized(VoteManager.class)
            {
                if(_instance == null)
                {
                    VoteManager _local = new VoteManager();
                    _instance = _local;
                }
            }
        }
        return _instance;
    }

@V-Ray posa (se plirwse?)?

Posted (edited)
20 minutes ago, Nightw0lf said:

private static volatile VoteManager _instance = null;
    
    public static VoteManager getInstance()
    {
        if(_instance == null)
        {
            synchronized(VoteManager.class)
            {
                if(_instance == null)
                {
                    VoteManager _local = new VoteManager();
                    _instance = _local;
                }
            }
        }
        return _instance;
    }

@V-Ray posa (se plirwse?)?

Μα τ παναγια αυτο κοιταζα τωρα, ημουν ετοιμος να ποσταρω αυτο το πραγμα αλλα λεω ασε γιατι θα πεσει δραμα παλι.

+ votaline variable ετσι να ειναι σιγουρος για τo synchronization :'(

 

Υ.Γ  synchronized(VoteManager.class)

εγω θα κανω synchronized(5+5) για να κανω τις προσθεσεις μου απο εδω κ περα :'(

Edited by V-Ray
  • Haha 1
Posted

Wake up!!! i perfectly understand what he said

image.png.1c48079e43afb5c1c2ff52989ad4bce7.png

3 hours ago, V-Ray said:

He said that you have foot fetish and your coding sucks :/ 

Your English is sucks, or you're just a liar. Your native Greek syntax sucks to.
 

You have nothing to do and sit discussing everyone for everything. If you are so smart, show an example of how to write code correctly :rage:

Posted (edited)
13 minutes ago, MMOTOP.eu said:

Wake up!!! i perfectly understand what he said

image.png.1c48079e43afb5c1c2ff52989ad4bce7.png

Your English is sucks, or you're just a liar. Your native Greek syntax sucks to.
 

You have nothing to do and sit discussing everyone for everything. If you are so smart, show an example of how to write code correctly :rage:

What's wrong with Singleton?

I personally would suggest you to instantiate an enum instead of what you did there

 

public enum yourClass
{
   INSTANCE;
  
   yourClass()
   {
       // constructor
   }
}

then, yourClass.INSTANCE is enough

Edited by Creamy G Colin
  • Upvote 1
Posted

Cleaned some replies guys keep English language on English sections and stop opening e-wars without reason everyone is free to share what ever he wants 

  • Thanks 2
Posted

Topic cleaned. AGAIN.

Stay on topic. If you want to argue and discuss for things non related to the topic make a topic @ spam topics and spam freely there.

Posted

 

4 hours ago, MMOTOP.eu said:

Updated - 23.08.2019 19:10

implemented - phantoms (fake players) and offline traders detection

 

What is incomprehensible here ?
error fixed. vote reward stopped when trying to reward phantom or offline trader

Posted
14 hours ago, MMOTOP.eu said:

 

 

What is incomprehensible here ?
error fixed. vote reward stopped when trying to reward phantom or offline trader

A kind of null client-connection check?

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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..