Jump to content

^Wyatt

Members
  • Posts

    1,418
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by ^Wyatt

  1. Website body is pretty fine but the background is weird imo.
  2. Yes it seems a bug. You should contact with l2jesios owners ;D
  3. 1. Create a new item 2. Create a new itemhandler, onUse() addExpAndSp() 3. Add the handler on the item xml
  4. clientpackets.CharacterCreate.java // Last Verified: May 30, 2009 - Gracia Final - Players are able to create characters with names consisting of as little as 1,2,3 letter/number combinations. if ((_name.length() < 1) || (_name.length() > 16)) { if (Config.DEBUG) { _log.fine("Character Creation Failure: Character name " + _name + " is invalid. Message generated: Your title cannot exceed 16 characters in length. Please try again."); } sendPacket(new CharCreateFail(CharCreateFail.REASON_16_ENG_CHARS)); return; }
  5. There is 0 blend, you should work on it. And the white background behind the title is awful imo.
  6. http://www.maxcheaters.com/forums/index.php?/topic/169085-open-today-midratex30-l2goeu/ http://www.maxcheaters.com/forums/index.php?/topic/169084-thoughts-about-new-l2-c5-serverhelp-us/ http://www.maxcheaters.com/forums/index.php?/topic/169160-lf-server-freya-pvp-fresh/ http://www.maxcheaters.com/forums/index.php?/topic/169158-geodata-from-l2geoorg-akumu/ http://www.maxcheaters.com/forums/index.php?/topic/169176-how-to-start-2-servers-on-linux-and-windows/ http://www.maxcheaters.com/forums/index.php?/topic/161499-l2jl2neo-o-n-l-i-n-e/ http://www.maxcheaters.com/forums/index.php?/topic/155699-delevel-command-for-interlude-with-protect/ <- this maybe in greek section (?) http://www.maxcheaters.com/forums/index.php?/topic/169206-very-good-server/ <- junk http://www.maxcheaters.com/forums/index.php?/topic/169223-lf-top-duelist-player/ incorrect section
  7. Take care coz that way u must be sure that u remove the character from everywhere, not just characters.sql. Clandata, items, etc etc :P
  8. You mean that the code can be applied but not works or that the files are different and u can't add it?
  9. I'm not sure if frozen works like this but maybe It can help you. U could try with something like: activeChar.logout(); PlayerEvent event = new PlayerEvent(); event.setClient(activeChar.getClient()); event.setObjectId(activeChar.getObjectId()); event.setName(activeChar.getName()); CharacterDelete.firePlayerListener(event);
  10. http://maxcheaters.com/forum/index.php?action=profile;area=showposts;u=145306
  11. I don't like any of those, so I would vote for the 2nd that Maxtor posted in the other thread.
  12. Sorry but, you don't need a "Dev" for: If you just want only that, I recommend you to look some guides. It's easy as hell, and you just need few minutes to understand how it works.
  13. Then you should search in General] Lineage II Develop [L2J] English or in MarketPlace. Help section is not about "give me a ready pack" or "give me a ready code". Locked.
  14. http://maxcheaters.com/forum/index.php?action=profile;area=showposts;u=70891 http://maxcheaters.com/forum/index.php?action=profile;area=showposts;u=153452
  15. Moved, fix your title's prefix please.
  16. U must change 'respawn_min_delay' and 'respawn_max_delay' columns, NOT 'respawn_time'. And it should be in seconds so put 300 for 5 minutes. If you have that columns... checked l2jfrozen sql... hope that pack has the same table :P
  17. I guess u're working with H5 or freya, not? Which java version are did u install?
  18. Isn't the default l2jfrozen pack ready to go? :rage:
  19. For first, find the line of L2PcInstance setPvPKills(getPvpKills() +1); then add a check if the player is in phoenix event, dunno how is it called, something like... PhoenixEvents.isInsideEvent(this); or whatever, if the player is inside event then addItem("Reward", id, count, this, true); For second one, you need client mod to do that, is not possible with java.
  20. :not bad: I guess it's not complete but, the first red thing, where the logo is, imo is too big, I would let only the menu bar plus the logo.
×
×
  • 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