Jump to content

Vote API MMOTOP.eu for ACIS rev.374 / L2JFrozen / Lucera 3


Recommended Posts

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
Link to comment
Share on other sites

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?)?

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

 

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...