Jump to content

Gries

Members
  • Posts

    817
  • Credits

  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Gries

  1. Gries

    Computer Build

    Intel because i heard is better for gaming. About RAM i could upgrade it later whether is necessary About the price it is 680€ currently.
  2. CPU: Intel i5-4590 Socket 1150 3,3GHz 6MB 22nm HD Graphics 4600 Boxed GPU: VGA Sapphire AMD Dual-X R9 280 Core 850MHz/940MHz Memory GDDR5 5000MHz 3GB DVI HDMI DP HDD: Hard Disk 3.5" Western Digital Caviar Blu 1TB 7200RPM 64MB SATA3 Mother Board: MSI H97 PC MATE Socket 1150 Intel H97 DDR3 SATA3 USB3 ATX PSU: Thermaltake Berlin 630W 80+ ATX RAM: DDR3 Crucial Ballistix Sport XT 8GB (4GBx2) 1600MHz CL9 Sink: CPU Raijintek Aidos Case: Case Midi Corsair Carbide Series 200R Compact PC Gaming ATX black What you think about this config? What would you change?
  3. Official servers are the easiest server to bypass probably.
  4. I think you can create skill just server side and then add: <set name="displayId" val="SKILL_ID_HERE" /> Like that you shouldn't need any system edit, not sure anyway.
  5. 80/100 + <-- base inventory no dwarf/dwarf --> 36 + <--- Belt ---> 48 + <-- Expand inventory from fishing max level --> Dunno if there are event items who increase inventory slots even more.
  6. int npcId = getTemplate().getId(); switch (npcId) { case 150: final L2PcInstance player = killer.getActingPlayer(); if (player != null) { final L2Clan clan = player.getClan(); if (clan != null) { clan.addReputationScore(10, true); // Change 10 with the reputation points you want to add upon kill monster } final L2Summon summon = killer.getSummon(); if (summon != null) { return false; } player.sendMessage("Your Clan Reputation is increased by 10."); } Changed code like that, now it is working without any NPE, thank you all ^-^
  7. Getting error when i am trying to enter "Features" page with phone with the following error: Fatal error: Call to a member function showAllPages() on a non-object in /home/mmoplay/public_html/forum/community/admin/applications_addon/other/cp/modules_public/view/display.php online 247
  8. Solved NPE, thank you. Still getting ClassCastException at line 185: if (((L2PcInstance) killer).getClan() == null) { return false; } When a summon kills it.
  9. I have this code in doDie method inside L2MonsterInstance.java file: int npcId = getTemplate().getId(); switch (npcId) { case 150: if (((L2PcInstance) killer).getClan() == null) { return false; } if (killer.getActingPlayer() != null) { ((L2PcInstance) killer).getClan().addReputationScore(10, true); // Change 1 with the reputation points you want to add upon kill monster ((L2PcInstance) killer).sendMessage("Your Clan Reputation is increased by 10."); } final L2Summon summon = killer.getSummon(); if (summon.getOwner() != null) { return false; } } However, when i am killing monster with ID 150 i am getting a NullPointerException. Instead if the monster is killed by a summon or a pet i am getting a ClassCasterException. How to solve it?
  10. These top-list are completely useless, best advertisement comes from satisfied players.
  11. Do you have this image? Seems that the site where it was hosted deleted it.
  12. If you had not an awakened character during class diversification you cannot go for dark elf + necro or kamael + necro. However, feoh storm screamer should be the best one with empowering echo and arcane power kept.
  13. Check in the npcaidata for ShowName column and set it to '1'.
  14. You should join after wipe, which is taking place every year at the same period.
  15. This wipe server reached 500-600 online with dualbox restriction first month, previous Gang reached 1000 during siege/epics. About how it was back in the 2009, Lineage2 as game lost many players in the last 4 years, probably most of the members with who you played back in Epilogue days now stopped playing or joined other MMO/MOBA so you can't blame Gang for that. About corruption there aren't proofs to confirm what they say, simply because it never happened actually. I can just say that there will always be somebody who will trashtalk without anything in their hands, and this forum is a clear example of that.
  16. Online lowered month by month after the 2nd/3rd month after the opening not after few days.
  17. 5 days ≠ 5 months. Actually almost 8.
×
×
  • Create New...