Jump to content

Mini Trivia Engine


xxdem

Recommended Posts

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

[Offtopic][GR] @Aspect* Σταματα να πετας -1 σε οτι σχολιο γραφει ο αλλος. Καταντας ενοχλητικος [/GR][/Offtopic]

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



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