Jump to content

Zoey76

Members
  • Posts

    281
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Zoey76

  1. Totally true, but they are nice, and I like nice people ^_^ Beside is not what I have to lose, is what they have got to win !!
  2. Site is fine now ^_^ --Edit: Still down, it was up for few secs :(
  3. I'm getting this funny message since a few hours now: Any light into this issue?
  4. Try to find the file from their SVN that worked, you may need to test a few...
  5. MTRandom is kind of deprecated you could try replacing it with Rnd made by Forsaiken from L2J. It works very good, and faster than older implementations.
  6. It's safe, scanned with paid Avast version.
  7. I told you already you have some corrupted XML, it could be an outdated XML or one with typos or incomplete... I know where the error is I read the code, it gets a null zone, that happens when it fails to find it, meaning is not properly loaded from XML files.
  8. Change: while ((inputLine = in.readLine()) != null) { if (inputLine.contains("moreinfo_total_rank_text")) { return Integer.valueOf(inputLine.split(">")[2].replace("</div", "")); } } For: while ((inputLine = in.readLine()) != null) { if (inputLine.contains("Anonymous User Votes")) { try { return Integer.parseInt(inputLine.substring(inputLine.indexOf("Votes") + 7, inputLine.indexOf("<", inputLine.indexOf("Votes")))); } catch (Exception e) { return -1; } } } Hope that helps.
  9. You have to check and update your arena XML zone definition files.
  10. Not gonna troll the thread, perhaps you are right and it helped some people out.
  11. The author is: "Working Solutionz Software"
  12. I'm guessing that you need someone to use google for you? L2J Development maybe you don't get the point...
  13. This is kinnda warez and has nothing to do with L2J development...
  14. Please post OlympiadObservation.java and use pastebin.com the forums breaks the code.
  15. Yes it can, you may try using Epilogue login server and mod it to accept Gracia Final revision.
  16. This file handlers.bypasshandlers.OlympiadObservation.useBypass for starting...
  17. Where are the sources of this "project" so I can take a look and laugh and help you out.
  18. You have missing GeoData and those players are probably using bots, since client has troubles to pass though walls (but is possible).
  19. Links of interest: http://maven.apache.org/eclipse-plugin.html http://maven.apache.org/guides/mini/guide-ide-eclipse.html Or change to a project that uses Ant XD
  20. For HTMLs use UTF-8 encode and place them withing the other HTMLs with the ISO 639-1 Code attached like 38020-ru.html For system messages you could try using (Freya+ only) the system with XMLs: data/lang/ru/SystemMessageLocalisation.xml Also UTF-8 is mandatory.
×
×
  • 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