Jump to content

^Wyatt

Members
  • Posts

    1,418
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by ^Wyatt

  1. Moved to client section.
  2. You don't get what am I asking. I wonder WHEN the php script acts and by who. The php script must be acting when java is trying to check, otherwise it has no sense.
  3. But when you have the script running from the gameserver, what about the .txt file and the php? Is the php chaning it? Or when does the php act here?
  4. I can't help you at all coz I don't understand how do you test it. Could you explain me what do you do, to be able to do the same as you and get the same problem? ;( Edit: I'm just trying to schedule checks and works fine... it must be problem of your php thing... maybe the first check is trying to access to the file while php is changing it...
  5. Ye it should. Try something, debug all lines, not only the first, to make sure that is not related with <br />, if the first check debugs you the line splitted in 2 lines it will be coz <br />, I guess.
  6. But what has to do the php form with your code? I mean, your code is just checking the file, isn't it? You could give me the link to see if I get your error too :rage:
  7. I don't think that is about file extension... but u can simply test it... Btw how did u schedule the check, can u post it here? U could test adding some more seconds for the first check.
  8. Whatever but I was lazy to upload one to my ftp to test xD I will, then... q.q P.S: for me it's warking what I posted P.S 2: What you posted is also working for me, with the try() catch() that's missing...
  9. U could try with try { URLConnection conn = new URL(Config.WEB_LINK).openConnection(); conn.addRequestProperty("User-Agent", "Mozilla/4.76"); InputStreamReader isr = new InputStreamReader(conn.getInputStream()); BufferedReader in = new BufferedReader(isr); String inputLine; while ((inputLine = in.readLine()) != null) { System.out.println("DEBUG: Webcheck:" + inputLine); } in.close(); } catch (Exception e) { System.out.println("Something went wrong:" + e); } Btw could u post the link of that html ;D
  10. Did you add the line inside scripts.cfg?...
  11. Moved to client section.
  12. You should explain us which custom shits did you add and what did you modify, coz it's not a problem of l2jserver.
  13. O.o you just need to create the zone in the .xml file with the coords you want, why do you even need configs for that?
  14. He cares, but you should realize the amount of people requesting fix/add things, and the things to be done, since we moved to IPB, just keep calm and be aaaawesome :happyforever:
  15. Depends on where have you been working on, if your work is about npcs, htmls, xmls and so (datapack) you can just always compile your server source and c/p the .jar inside game/ and your datapack/config changes won't be affected. If your work is with java files then you should apply each new commit that has been made, manually. Don't even think about: if you've been working core side.
  16. I can just see spam and e-wars, maybe it could bring more action to a server with -100 people, but with others.. spam spam cry ban bun! My last post, I'm a spammer :rage:
  17. Even if it's from the same staff, where is the point of doing it? I can't even find one :rage: Btw, some time ago I saw a feature that connected servers and allowed to pvp each other, in that case I can see the point, but... chat?
  18. And what's the point of doing this? I mean... which utility can have to talk to players of another server? Spam? More e-wars? "Come to my server, it's better"? Can be funny to code it but totally useless, IMO.
  19. This has nothing to do with L2, so... no.
  20. U could use the "search" button before posting. http://www.maxcheaters.com/topic/22187-share-rin4as-buffer-v13/?hl=scheme
  21. That must be in that files of the system :s Well... dunno how IL works but... should be... just make sure u are editing the files correctly, after saving the file, open it and check if your changes are saved... and be sure that u are using the same system where u edit to enter the game :rage:
  22. First shouldn't be locked yet. Second locked. Pending of lock:
  23. Did u create it in the correct .xml file? or it works via database? pack? chronicle?
  24. I saw this thing changed in l2inc long time ago, so I guess that yes it's possible to change.
×
×
  • 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