Jump to content

Horus

Members
  • Posts

    888
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Horus

  1. Read what I said: 2nd- The second image shows the MySQL on the host doesn't accept external connections, run the Configuration again and allow external connections (tick the box).
  2. Now you're just pushing it.The hints are pretty easy and in fact, they're nearly the whole work that needs to be done. Don't be lazy, spend a few hours tweaking with eclipse and you'll do it alone.
  3. 1st- This is the Dev Help section meaning, related to Java projects ONLY. 2nd- The second image shows the MySQL on the host doesn't accept external connections, run the Configuration again and allow external connections (tick the box). 3rd- The file status.php doesn't exist in the dir: templates/l2/bars/
  4. Hints are examples hence they are not patches, they were not made through eclipse (hence methods may not exist), like the name says, they are just to guide you. Hint: private int _lastKilled = null; public lala(L2PcInstance killer, int killedId) { if(_lastKilled == killedId) return; else { _lastKilled = killedId; increasePvPCount(); } } Hint: private int _lastKilled = null; private final DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss"); private Date date = null; public lala(L2PcInstance killer, L2PcInstance target) { if(_lastKilled == targetgetObjectId()) return; else { _lastKilled = killedId; increasePvPCount(); write(killer.getName(), target.getName()); } } private static void write(String killer, String killed) throws IOException{ try{ date = new Date(); FileWriter fwriter = new FileWriter("killerLog.txt",true); BufferedWriter out = new BufferedWriter(fwriter); out.write("[PvP] (" + dateFormat.format(date) + ") :" killed + " killed " + killed); out.close(); }catch (Exception e){ System.err.println("Error: " + e.getMessage()); } }
  5. Hope its not a disappointment like BF:BC 2 (MW2 was a bit disappointing too still, by far better than BF: BC 2 since 30% of the users can't even get the game working).
  6. Thread Closed.
  7. And its not in a row. That means the total amount of pvps not the killstreak.
  8. Exactly. I'm here to help people not to make other people's servers.
  9. Wrong. That works only for 1 person.
  10. You need to get the SVN Client 1.4.x
  11. Actually it means you are trying to build an OLD L2jFree version and you checked it out with svn client 1.6.x and you need a 1x4.x to checkout such an old version. Do NOT use old versions, use l2jfree-core from the /trunk and it will work with your 1x6.x client.
  12. Are you using Win 7 or Vista ?
  13. Where do you have your maven and your workspace ? One of them is in a restricted access. So they should both in on the same HDD (main partition actually, C:). If it still doesn't work run the cmd in administrator mode.
  14. Thread Closed. You really think this is a McDonalds for Servers ? This is not a 1 min solution finder like you order a BicMac in McDonalds jeez stop making 5k threads a day.
  15. Just modify them yourself ? Its a xml file,open it and use the Find and Replace function of notepad.
  16. Check RequestEnchantItem packet (or w/e its called) and instead of having the item.setEnchant(item.getEnchant() -1); just destroy the item.
  17. Jesus can't you read the error? Show me your line 411 @ Enterworld
  18. Thread Closed. And next time MrPerfect20 don't disrespect staff members.
  19. So spend 5 mins and adapt it.
  20. Than its pretty clear the problem lies in your brain. And the fact that its sticky means nothing except the 'project' leader is a friend of a staff member, nothing else. And it is in fact, just like all interlude packs, a piece of crap.
  21. Do NOT discuss client modding in this section. There is an appropriate section for it and you do NOT have to edit your client. Skill will be seen ingame only with a generic icon,description and name.
  22. That's why I hate helping, why do I have to repeat the same thing one billion times?
  23. Then don't. Update it ,there's a reason why things get changed- they have to, new things are needed and bugged things are fixed. Update it or swap to L2jFree's.
  24. Exactly Coyote. This is the last time I've helped you GX and you're lucky not to get banned for staff disrespecting. This is what I get for helping kiddos. Oh well ^^ tought luck.
×
×
  • 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