Jump to content

melron

Legendary Member
  • Posts

    1,405
  • Joined

  • Last visited

  • Days Won

    32
  • Feedback

    0%

Everything posted by melron

  1. Just lol
  2. 1) pay someone to adapt the code 2) learn some basics and adapt it by urself 3) find one for frozen
  3. 'My opinion.' its not about how you will build your server. its about the nowdays community style... All people are playing in a server that is populated to be sure about pvps, (in case of low rate they craft S), try oly and then searching for another server. also let me give you an example. "Are you willing to play on a server named L2 Elite with rates x30? - Yeah" "Are you willing to play on a server named L2 Jack (copy of l2 elite) with rates x30? - no..?". "Success" is pain in the ass today. You have to pay a lot in advertise to build the server name and also you need about 4-5 successfully opening seasons in order to be known
  4. What's random in that case?
  5. @AchYlek There are a few servers that can get 10k+. Maybe less than 10.. all the others have 2k+ at every opening :D. But you are right, no reason to not open again
  6. You have to add 1 more field in characters table that is responsible for the color (varchar) . When you are setting the new color use a dB connection to save that in the new field. Finally, handle onEnter to load the custom color and you are done. Drop that shit and make one from Java. If you don't know how to, noone will help you with python codes here
  7. 2 possible things you should check. 1) SQL wrong syntax in your query when updating the character field that is responsible for the vote time and instead of edit 1 column, is updating the whole table (characters) 2) If you are looping the whole world while checking the objId check if this loop is correct. Maybe is updating every player
  8. einai thema logikhs. h exeis polu evasion h exeis ligo accuracy. checkare ta stats apo ta armorsets h akoma kai kathe part apo tis armors sou. des ta stats pou exeis valei kai tha to ftiakseis monos sou..
  9. on acis changeset 377 XMLDocument has been replaced by the IXMLReader interface , so it means you can get it by beign a customer . dont expect ppl to help you ... pay 10E and get all the updates , it will help you since you will have access to DL all the possible changesets of the current circle .. @Kara` he dont mean .forEach , he means the method forEach of the interface IXMLReader default void forEach(..., ..., ...)
  10. XMLDocument has different behaviour than IXMLReader. If you are a customer of acis and you got the new patches, change it. Otherwise check how other files are using the xmlreader and adapt it since you are not allowed to get the new version for free.
  11. indeed. something like that would be more clean private static void selectNextZone() { final int maxSize = getTotalZones(); _zoneId = _zoneId >= maxSize ? 1 : _zoneId++; _timer = getCurrentZone().getTime() + 10; } public static int getTotalZones() { return ZoneManager.getInstance().getAllZones(RandomZone.class).stream().filter(zone -> zone != null).collect(Collectors.toList()).size(); }
  12. If you need it only in specific cases, you could do that with title too
  13. 1) Chronicle 2) Source 3) Define 'variables'
  14. Why you cant just check your item in your xmls? You could see that there is something like that: <cond msgId="1518"> <player pledgeClass="4" /> </cond> If you open your file edit -> systemmsg-e.dat and search for the line 1518 you could clearly read: which is the message that you are receiving when you trying to wear the armor. Do you need any other instructions about how you can remove that? :D
  15. Updated.
  16. Its about style mr Kara. If you coding safe, your code will be safe.
  17. that's another case.. your code style differs than someone else :p
  18. public PvPZoneManager() { IntIntHolder test = null; System.out.println(test.getValue()); } will print PvPZoneManager.<init>(PvPZoneManager.java:25) while public PvPZoneManager() { init(); } private void init() { IntIntHolder test = null; System.out.println(test.getValue()); } will print PvPZoneManager.init(PvPZoneManager.java:29) at PvPZoneManager.<init>(PvPZoneManager.java:23)
  19. No you have to read again my words. The method getAllZones is returning null on a variable that is inside of the constructor. There is no method called init()
  20. You didnt see correctly the line . init is inside of <> so it means the error is the constructor by itself . if it was a method would be .... PvPZoneManager.init<PvPZoneManager.java:75>. @Lostre95 Somewhere in your constructor you have the error and probably while initializing variables.. paste your constructor to take a look
  21. more likely you are using old sources and its probably an intention issue
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock