Jump to content

Recommended Posts

Posted
On 8/1/2018 at 4:46 PM, .Elfocrash said:

To fix it I would have to rewrite it. I'm not gonna rewrite a shared feature.

 

I found it don't worry, your a disgrace

 

https://pastebin.com/zyBhenYm

 

 

      * @see java.lang.Runnable#run()
+                        */
+                       public void run()
+                       {
+                               int delay = (int) Math.round((_startTime - System.currentTimeMillis()) / 1000.0);
+                               int nextMsg = 0;
+                               if (delay > 3600)
+                               {
+                                       nextMsg = delay - 3600;
+                               }
+                               else if (delay > 1800)
+                               {
+                                       nextMsg = delay - 1800;
+                               }
+                               else if (delay > 900)
+                               {
+                                       nextMsg = delay - 900;
+                               }
+                               else if (delay > 600)
+                               {
+                                       nextMsg = delay - 600;
+                               }
+                               else if (delay > 300)
+                               {
+                                       nextMsg = delay - 300;
+                               }
+                               else if (delay > 60)

puke

  • Upvote 1
Posted

you know you got rekt, my old code compared to yours is a masterpiece, 10x smaller and much more funcitonal. The fact that I randomly encountered this trashcode of yours while searching in the google for a 2014 l2aepvp patch makes me obessed? Sure if that makes you feel important let it be, but now all can see what a trashtalker and trashcoder you are

Posted
3 minutes ago, .Elfocrash said:

Yeah, if that believing that satisfies you that's totally fine. However I have the proof to backup my claims, because the thing i shared is this code right here that this guy is selling, https://maxcheaters.com/topic/169454-trivia-engine/ and them some days later i found that code an posted it. :D 

 

 

Just deal with it.

 

w/e I wouldn never surround my nickname over another guy's trashcode, you also named the config after yourself.

 

Still waiting for my version's "clean version"

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


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