Jump to content

Recommended Posts

Posted

Go go add a voiced command without using eclipse. (without editing java files)

 

Okey... thats enough i see about your skills... using eclipse & compile to add simple command && good luck...

Posted

Okey... thats enough i see about your skills... using eclipse & compile to add simple command && good luck...

 

ur gonna make db connection code without touching eclipse ? HHAHAHAHHAHAHAA OKAY

Posted

ur gonna make db connection code without touching eclipse ? HHAHAHAHHAHAHAA OKAY

 

:D kk... seems you have same skills...

Even with database connection it doesn't need eclipse...

Posted

:D kk... seems you have same skills...

Even with database connection it doesn't need eclipse...

 

ur idiot or what? How the fck are you gonna make such code on a plain text editor?

 

You have to be extreme to achieve 0 logical, or typo mistakes while coding on plain text.

Posted

ur idiot or what? How the fck are you gonna make such code on a plain text editor?

 

You have to be extreme to achieve 0 logical, or typo mistakes while coding on plain text.

 

He thinks he can write tons of codes without eclipse or a similar program, even the best programmers can't do that.

Posted

He thinks he can write tons of codes without eclipse or a similar program, even the best programmers can't do that.

 

What you think i'm going to work via teamviewer on his PC?

He just need to apply code to site & command side...

SO doesn't need compile for him...

Posted

What you think i'm going to work via teamviewer on his PC?

He just need to apply code to site & command side...

SO doesn't need compile for him...

 

I don't care, I just explained my point of view.

Posted

He thinks he can write tons of codes without eclipse or a similar program, even the best programmers can't do that.

 

What you think i'm going to work via teamviewer on his PC?

He just need to apply code to site & command side...

SO doesn't need compile for him...

 

      try (Connection con = L2DatabaseFactory.getInstance().getConnection();

        Statement statement = con.createStatement();

        ResultSet rset = statement.executeQuery(LOAD_VAR))

      {

        long var;

        long value;

        while (rset.next())

        {

            var = rset.getInt(1);

            value = rset.getLong(2);       

            Vips.put(var, value);

        }

      }

 

this is a simple db connection to load 2 variables.You tell me that you could do on text editor ? its not hard, but can you ?

Posted

      try (Connection con = L2DatabaseFactory.getInstance().getConnection();

        Statement statement = con.createStatement();

        ResultSet rset = statement.executeQuery(LOAD_VAR))

      {

        long var;

        long value;

        while (rset.next())

        {

            var = rset.getInt(1);

            value = rset.getLong(2);       

            Vips.put(var, value);

        }

      }

 

this is a simple db connection to load 2 variables.You tell me that you could do on text editor ? its not hard, but can you ?

 

Thats how i made my command... in Notepad++

Posted

Tяαnce you are doing your work in forum perfect...

 

man you made the .online with db connection? in notepad?

 

guys plz give him l2j award

Posted

man you made the .online with db connection? in notepad?

 

guys plz give him l2j award

 

If you did not notice i was selling vote reward system && same as this dude request for.

The fact that you can't understand.... my words shows your brain capacity.

Thats all i can say.

Posted

Tяαnce you are doing your work in forum perfect...

 

There is an infinity difference between my actions as staffer and myself. So I'm free to reply, I'm not a machine receiving orders.

 

If you did not notice i was selling vote reward system && same as this dude request for.

The fact that you can't understand.... my words shows your brain capacity.

Thats all i can say.

 

Your words shows his brain capacity? hahahahahahaha How's that?

Guest
This topic is now closed to further replies.



×
×
  • Create New...