Jump to content

Nightw0lf

Legendary Member
  • Posts

    2,852
  • Credits

  • Joined

  • Last visited

  • Days Won

    39
  • Feedback

    0%

Everything posted by Nightw0lf

  1. οχί ολοι οι σερβερ πάνω σε αυτό βασίστηκαν, και σε αρκετές περιπτώσεις κακογράφτηκαν
  2. it would be best if this work to make it && !isInFunEvent() if you're going to use this to create other events.
  3. δε με κατάλαβες σου έδωσα επιλογές l2jserver και acis.
  4. if (Rnd.get(100) > 50) //50% chance to do that in array1 else //50% chance to do the other array2
  5. when player click on a player? is that target protection for friendly fire?
  6. είναι πολυ παλιό η l2jserver H5 η aCis Interlude όλα υπάρχουν στο φόρουμ δωρεάν αν θες να ξεκινήσεις να μαθαίνεις
  7. θα σου πρότεινα να αρχίσεις με L2OFF με το πακέτο του vanganth αν το σηκώνει το πισι σου αλλιώς μονόδρομος η java
  8. you have l2j and this Data Source=PJASICEK-PC\\SQLEXPRESS; is an mssql connection do you see the problem now?
  9. try to trace the message to the source check client message ID then trace back into messages and delete it, all red errors is where the message appears thats how you find such errors at least it works for me :D second you can delete parts of your code and check if error is fixed.
  10. it looks you're pointing on l2j at "targetservertype"
  11. start by posting your code in pastebin.com second you can use only 1 thread to run the entire event (or an engine that runs events) you can stop it you can restart it when you want and the rest can be done with simple checks, I would recomment to learn how the treads work and make some test codes to start them stop them see how they work and when they give errors and you might start a small engine out of nothing :)
  12. this code is bad in many ways... to many codes written inside, old codes that can be done in one line and its heavy, since you designed it for acis you could at least follow the patterns they provide with the treads and the connections, I didnt see all the code but its if else if else if else if no switch case senarios and bad excersise to for->teams->get players-thread it could be done for players->getTeam-> actions 1 time on a thread if nessasary if you wanted it so much that way
  13. newbie approach, if they get dc this info is lost xD plus if they are in db WHILE the event is running with a check in enterworld you can restore the dc.. player inside the arena (drops mic) EDIT: man i just saw your code in the video and i stopped it in the first 10 seconds staring the code at the part with the for loops with the thread inside NEVER ... EVER do that!
  14. that means that you dont have any more space in your hard disk.. delete log folder and recreate it
  15. you just helped him to raise to many questions that he dont even know how to ask he has to start from the basics good luck on that complex way to start
  16. http://prntscr.com/j77h2z this is how you start this will open a window. you register also the voiced command on the voiced handler, this is an example of what you ask the rest is up to the brain.
  17. poor is your brain, use the rest of it to do some search in the forum and you will learn by viewing codes and what they do.
  18. if you dont(cant?) want to save them in an int variable you can just store them in database before they enter or you can set a X Y Z +RND(10, 200) in the (propably) for loop you have to restore them in town
  19. or a query on the database and print them for your self.
  20. the script compiler did you find this classes? you must change there the version then you must change the builder.xml, you have to change the eclipse compiler too and you need to change the jar i dont remember the jar name amazing... its the something-1.6.jar
  21. you try to cure a patient without knowing the illness you have to tell where did you find the pack or the packs name... else no more help can be given
×
×
  • Create New...