Conect java code to interface?

fa1thDEV

Baron
Customer
Hello, exist any example in the extender that the java code interacts with a class of the interface.u?

I don't understand the procedure very well but any information would help.
 
From server for example you can send a ExSendUIEvent packet with your custom params and parse it from the interface (check the classes that implement EV_AITimer i think)
From client you have many options, easiest one is RequestBypassToServer(String command)
(There are probably much better methods)
 
From server for example you can send a ExSendUIEvent packet with your custom params and parse it from the interface (check the classes that implement EV_AITimer i think)
From client you have many options, easiest one is RequestBypassToServer(String command)
(There are probably much better methods)
Thanks for the information, I have decopiled the clean lucera client and I will see for example how the multisell client and the blackmith item creation client works
 
Back
Top