Jump to content

Howl3r

Members
  • Posts

    269
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Howl3r

  1. Ela problem solved!!! ;)
  2. Ela to vrika to provlima c! sto server.properties ekei pou grafi root ama prose3eis meta to root exeis vali kati akyra spaces.. svista.
  3. pou kolaei to navicat me ton l2j?? allo navicat allo l2j... navicat einai gia na vlepeis database oxi mono tou l2j alla kai smf, kai alla server's pou xrisimopioun database.. kamia sxesi... btw o login server trexei kanonika?
  4. i told you the way... pff i had that problem too and that's the way to solve it.!!!!
  5. Se ti trexeis? router i modem? ti ip xrisimopiis? 127.0.0.1? i 192.168.x.x? ama eisai se router kai xrisimopiis 192.168.x.x prepei na ani3is port's sto rooter.. allios ama eisai se 127.0.0.1 kati kanis lathos...
  6. tora pia ta access level einai 2... to 1 (prasino name :P) kai to 127 (portokalokitrino 3erw gw..)
  7. To password tis database einai lathos poli aplo. I den exeis password i to exeis vali lathos..
  8. Database ekanes install? to palio c project exei start.bat kai vlakies? ekanes swsta ta configs gia database connection apo to kainourgio project? ta exeis se diaforetiko folder???
  9. prepei na valeis to bin tis java sta envrimoments variables. oste to systima sou na psaxni gia tin java. Ena mikro help gia sena http://www.java.com/en/download/help/path.xml
  10. well i will agree with tryskell. Is simple to learn java, i remember me about 1,5 year ago i didn't know a sh***t but after some search on l2jserver's source's i manage to learn many things and not only on l2j itself but and on making new other programs with java. Also java helped me to learn and C# since they almost the same on syntax. But as always not only one source of learning is enough. You should read some books too, or if you don't know example how to make percentage on java just google it: Java get percent or something like that. btw: int curr = 20; int max = 200; int percent = (int)(curr/max)*100 return percent; // it will be 10 :P
  11. well who gave you the permission to share it? Since leluche has shared this but not anymore....
  12. Development will be stop for a couple of weeks because i move out of my town and i don't have either vs or eclipse on this one + is very old pc.
  13. Lineage II Launcher Today i started developing on this project. I know it will be hard to do it but a long time ago i did it but it was just a simple launcher. Aspects: A Server side for the launcher - Reasons: Configuring launcher title, ip launcher will use, and almost everything. - The server side will say to the client what to show and what not. - If server side it will be missing the client side only if once it was runned with the proper configs of the server side will run the same because client-side will always save the last configs of the server. Creating a ini when start button is pressed and when l2 it will run will delete it. This way is more secured of ip leak. It will be capable of downloading system files. Capable of changing background images, or a slideshow. An admin panel on the client so you can define where client should connect. after that you must disable the admin panel (but remember there is no way of reenable it again after that.) The backdoor key will be Num9. More to come... Well for now is only a stand-alone program but very soon i will make the server side. Server-Side: It will get connected with the l2 server and draw informations like how many are online etc. You will be able to manage the server too. More to come.. client-side will send a list of programs running on the computer and if the server-side will have some programs on the blacklist - like phx, it will send command to the client to shutdown. Language it will be use C# and java. It will be free. A SS: Notify: The gui style is my windows theme, i will try to make a custom gui for it.
  14. I have worst error ever :P DP error has occured. on updater :P after that No file exists in the server and after that updater terminated. Edit: now is downloading w00t :P
  15. Really apo pou sou irfe auti i idea? :) btw Nice share..
  16. Wrong! Each object he create is for one player as i see in the code so he need to change the List<> to Map<> or FastMap<> so 1 key = object id of player 2 value the numbers. He don't need to change nothing to static. he must create a private volatile static Kino singleton; and a public static Kino getInstance() private volatile static Kino singleton; public static Kino getInstance() { if (singleton==null) { synchronized(Kino.class) { if (singleton == null) singleton = new Kino(); } } return singleton; }
  17. Stealing Ideas is not something bad. I done it too. Actually you don't steal the code since you code it yourself so stop qqing... OnTopic: why you make always new object? Kino newKino = new Kino(); newKino.startKino(); You can make it like that: Kino.getInstance().startKino(); Yes i know it will need some little changes. Btw nice share.
  18. Well what was the problem?
  19. lol man is too simple... go where you have your login (root) and rewrite it. or remove the spaces after it. Yours: 'root ' Must Be: 'root' Without '' if you don't know stop talking -beep-.
  20. Read Above.. What i writed.
  21. Are you blind? # = commented. Is not needed to add password there. w00t Your problem is too simple........
  22. Crashed? No, ddos? yes
  23. The balance is not leaved only to players. BeeEngine is available for players if they don't like something in the balance we made so they can change it. - They can use it as a game too.
  24. He just c/p our features.
  25. There is not released yet the Client in europe. Only korea etc
×
×
  • Create New...