Jump to content

Bleadd

Members
  • Posts

    523
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Bleadd

  1. too late for me to answer you :P
  2. Hmm i'm not sure, but like l2phx, you need to make the id of the weapon + the enchant you want and put it in the field drop. it's just an idea!!
  3. 1. Go in l2jmods.properties 2. You need to make the quest to enter in the entrance of raid bosses.. Protection for cheated character who don't make quests.
  4. http://maxcheaters.com/forum/index.php?action=search;advanced Oo, a search button..
  5. Wrong protocol version.
  6. or in the explorer in the left side Example : right click on gameserver.model.instance new file and "AutoVoteRewardHandler.java"
  7. I use the unstable version, if you use packs for HR, this rev can be used. My server work and no problem for a High Rate.
  8. I think you are missing textures..
  9. Thanks Rizel, i haven't the error 403 now. Works !!!!
  10. l2h5 means high five? If it's H5 you have 2 choice : Compile yourself the pack or, http://www.4shared.com/file/WvHDJDno/L2jServer_BETA_8269.html (From http://maxcheaters.com/forum/index.php?topic=113748.0)
  11. stopRentPet(); stopWaterTask(); +impro = 0; AntiFeedManager.getInstance().setLastDeathTime(getObjectId());
  12. url = new URL(Config.VOTE_HTML_PATCH); HttpURLConnection connection = (HttpURLConnection) url.openConnection(); connection.addRequestProperty("User-Agent", "Mozilla/5.0.1"); isr = new InputStreamReader(url.openStream()); in = new BufferedReader(isr); String inputLine; int voteCount = 0; Don't work for me, error 403.
  13. Before all things, i haven't test this way! After this line setPvpKills(getPvpKills() + 1); Put this line PlaySound _snd13 = new PlaySound(1, "EnemyDown", 0, 0, 0, 0, 0); sendPacket(_snd13); And now you must create the song and add it in music folder and the name must be the same name like the name in the (). So in this example, the file must be named 'EnemyDown.ogg'
  14. I try a user agent but don't work too.. Always error 403 url = new URL(Config.VOTE_HTML_PATCH); HttpURLConnection httpcon = (HttpURLConnection) url.openConnection(); httpcon.addRequestProperty("User-Agent", "Mozilla/4.76"); isr = new InputStreamReader(url.openStream()); in = new BufferedReader(isr); String inputLine; while ((inputLine = in.readLine()) != null) { if (inputLine.contains("moreinfo_total_rank_text")) { return Integer.valueOf(inputLine.split(">")[2].replace("</div", "")); } } there isn't an other way to get the number of votes in hopzone?
  15. So the system won't work?
  16. Hello everyone, Someone know if it's possible to put the hero glow only on weapon/accessory? If yes, someone can give me a link to show me or explain me quickly? Thanks Cordially.
  17. Sorry for double post but, there isanother problem :/ Really, isn't a problem but dunno how to fix it. So now, i have sendPacket(new CreatureSay(0, Say2.PARTYROOM_COMMANDER, "Pvp system", "Player " + getName() + " reached 5 pvp in a row!")); This code work fine but only for the player who do the pvp. Others players don't get this message. So how can i send this message to all players? sendPacketToall for example? Cordially
  18. for(L2PcInstance player : L2World.getInstance().getAllPlayersArray()) Now with JDK7, there is a new way to get all players. I found it and works for a compilation. Now i've an 403 error.. Where does this problem? Cordially.
  19. Finnaly i'm curious with this problem.. How can i solve it? This problem can be solved at least?
  20. Ok, thanks =)
  21. So a moderator can lock =)
  22. Hello Everyone Actually, the trunk in l2jserver is freya or h5? Because there is : L2j Server (in trunk/l2j_server) and L2j server beta (branches/unstable/L2j server beta) So trunk is freya and branches/unstable is h5? Cordially.
  23. ok not solved but i stop the project because the admin can't continue pay the host company. lock plz
×
×
  • 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