Jump to content

Recommended Posts

Posted

I see you are doing a lot of progress in learning java. That's great.

 

Feel free to pm me if you have any questions.

 

Good job keep it up.

Posted

I see you are doing a lot of progress in learning java. That's great.

 

Feel free to pm me if you have any questions.

 

Good job keep it up.

Thanks pauler..

  • 3 weeks later...
Posted

unable to adapt it on l2jfrozen but u have done a great job in any way :D keep it alive :D

thank you although it is easy to adopt it!

Posted

thank you although it is easy to adopt it!

 

Oka i will try more :P  Well i am on procesing of learning yet and i don't know hot to replace-find the indectical code from one packet to the other but i ll learn :)

L2  ppl are lucky have developers like u and the other guys in community

Posted

Oka i will try more :P  Well i am on procesing of learning yet and i don't know hot to replace-find the indectical code from one packet to the other but i ll learn :)

L2  ppl are lucky have developers like u and the other guys in community

thanks i appreciate it! my advice: gets your hands dirty or you will never learn..

  • 8 months later...
  • 7 months later...
Posted (edited)
I have a problem in this event ... 
 
I added it just right but at the time of the q command with admin 
 
char admin lock, and only just back after the event ... 
 
I think it has something aver it right here
 
 
 public static void waitSecs(int i)
 {
 try
 {
     Thread.sleep(i * 1000);
     }
 catch (InterruptedException ie)
 {
 ie.printStackTrace();
 }
 }

   

    the event starts char is ------   Thread.Sleep (i * 1000);

Edited by Wallisteer
Guest
This topic is now closed to further replies.



×
×
  • Create New...