Jump to content

Godrich

Members
  • Posts

    24
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Godrich

  1. yesterday it switched to 10 sir
  2. read the features before playing please, you have to use control + skill at some mass skills
  3. its still not accepted, it takes 2-4 days as hopzone/topzone rules say.
  4. It's good for high rate servers to have some farm, pure pvp is boring PS: Added new download link: Click me
  5. wow, can you provide an image?
  6. Lineage II Atlas Interlude PvP Server Rates: -Experience 1000x -Party Experience 2x -Skill Points 1000x -Adena 1000x General: -2 Hour Buffs -No custom armors/weapons -NPC Buffer/Gatekeeper/GM Shop -Vote Reward -TvT/Ctf/GM Events -No clan penalties -No Subclass/Noblesse quest -No Corruptions/Wipes -Item for clan points -Clan raids with special drops -Hero System every 2 weeks Enchant: -Safe Enchant: 4 -Max Enchant: 20 -Enchant rate 85% -Blessed rate: 100% About Farming: -Each mob drops 1 Fire ,1 Wind and 1 Water Mantra. Fire Mantras are useful to buy s grade weapons and blessed scrolls (for weapons). Wind Mantras are useful to buy s grade armors and blessed scrolls (for armors). Water Mantras are useful for Boss Jewels and other stuff like Secret Book of Giants, Life-stones etc. How to get clan points -Clan Raids. There are 2 raid bosses,Uruka and Ember, which drop 8 festival adena each. Each festival adena gives 500 clan reputation points when used by a clan leader. -Bots. No description is needed here, just one note. Starting level is 40 so that when the "bot" completes the second class transfer, clan gains 170 reputation points. -Clan wars. When a clan member kills a war enemy, his clan gains 25 clan reputation points. The enemy clan looses 2 clan reputation points. Dedicated Server: -Intel Core i7 2600K 3.40Ghz -8 GB DDR3 RAM -1 TB 7.200 RPM -100 TB Traffic p/m Upload Connection: Website Patch Forum
  7. so make it this way if (activeChar.getClassId().getId() == 93 || activeChar.getClassId().getId() == 98 || activeChar.getClassId().getId() == 108 || activeChar.getClassId().getId() == 101 || activeChar.getClassId().getId() == 8 || activeChar.getClassId().getId() == 23 || activeChar.getClassId().getId() == 36) { if (item.getItemType() == L2ArmorType.HEAVY) { activeChar.sendMessage("Cannot equip item due to bad condition"); return; } } ;-)
  8. try to make the l2pcinstance part like this L2ItemInstance chest = getInventory().getPaperdollItem(Inventory.PAPERDOLL_CHEST); if (chest != null) { L2ItemInstance[] unequipped = getInventory().unEquipItemInBodySlotAndRecord(chest.getItem().getBodyPart()); InventoryUpdate iu = new InventoryUpdate(); for (L2ItemInstance element : unequipped) iu.addModifiedItem(element); sendPacket(iu); }
  9. i am interested, but let me know why don't you announce it in public?
  10. somebody told me that you 're selling it for 100+ euros, it does not deserve any kind of this price
  11. i am still trying to understand but it's a lot of unknown words, the only part that i got is there you write "PCcafe". Obviously, you mean that internet cafe stations provide a different ip for each computer. There are still many stations that do not.
  12. DDoS protection for 70$? can you explain me what kind of protection is this?
  13. could you explain this a little clearer please? Also, let me make a comment. You ask for a code that does not allow a player to request a party invite to a same ip player. Question 1: What if the requestor does not have the same ip? What do i mean? there are 3 players: A,B and C. Player A and B have the same ip and player C invites them to the party, there will be no problem cause player C is playing from a different ip address, and he can change the party leader if he wants Question 2: What about players who play from an internet cafe station? what if they want a party for a mass pvp, or a siege?
  14. try to make it this way final L2GameClient target1 = target.getClient(); final L2GameClient target2 = requestor.getClient(); if ( target1.getConnection().getSocketChannel().socket().getInetAddress().equals(target2.getConnection().getSocketChannel().socket().getInetAddress())); { requestor.sendPacket(new SystemMessage(SystemMessageId.INCORRECT_TARGET)); requestor.sendPacket(new ActionFailed()); } ps: atm i am very tired, so if it does not work pm me tomorrow
  15. http://maxcheaters.com/forum/index.php?topic=216434.0
  16. That's right, you have to geminate it's memory usage
  17. For those who don't know me, i am Godrich from l2jserver forum. I was a java developer on the l2j's hellbound and gracia 2 project and datapack supporter on Gracia Final's one. I hope to have a nice stay here so, Hello Maxcheaters :)
×
×
  • Create New...