Jump to content

wongerlt

Members
  • Posts

    539
  • Credits

  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    0%

Everything posted by wongerlt

  1. pm me in discord: Avice#8216
  2. pm in discord: Avice#8216
  3. just compare ur custom item xml with old one current similiar item xml and u will see where problem.
  4. Website Url: https://l2j.eu Free add server. API current votes/is player voted. Minimalistic website template, easy to use. Powered by PHP-Fusion
  5. MAIN FEATURES Starting Level: 80 Safe Enchant: +6 Max Enchant: +25 Normal Scroll Enchant Rate: 75% Blessed Scroll Enchant Rate: 85% Crystal Scroll Enchanting Rates: +22 Minimum Enchant Rate: 50% +23 Minimum Enchant Rate: 40% +24 Minimum Enchant Rate: 30% +25 Minimum Enchant Rate: 20% - You may enchant your weapon only up to +21 using Normal Scrolls or Blessed Scrolls. -If the enchant fails during Crystal Scroll enchanting, the item remains in its former number of enchantment. -Crystal Scrolls are the only items that can be acquired only by Raiding Bosses. OTHER FEATURES Olympiad Games: - Feeding protection. -Only retail S Grade equipment is allowed during the matches. - The Heroes change every five [5] days. Castle Sieges: -Giran Castle Siege - Every Saturday at 21:00 [GMT +1] -Aden Castle Siege - Every Friday at 18:00 [GMT +1] -An extra prize is provided to every Castle Lord. - Free S Grade equipment upon joining the server. - Free Third Class transfer: No quest required. - Free A-S Grade equipment. - Custom Farming Zones. - Custom Raid Bosses. - Every kind of hack is strictly prohibited. - Equally balanced Archer and Mage classes. CUSTOM INNOVATIONS Custom Auto-Potion bar above the skills bar(s). Custom GM Shop button above the skill bar(s). Unique Dressing Panel to choose your own appearance. Custom Mini Map at the upper corner of the screen. Options to deliberately hide both the Mini Map and the GM Shop buttons. Custom Voting Panel accessible upon clicking on the Voting Skill. Custom Vote Shop accessible upon clicking on the Voting Skill. Custom Voting system with Voting Skill and valuable reward. Custom and carefully balanced Level 2 Blade Dancer self-buffs. Custom and carefully balanced Level 2 Sword Singer self-buffs. Frequent custom TvT, CTF and DM Events with your Victim Skullls as a prize. CUSTOM ITEMS Weapons: Custom mid-grade Forever Weapons. Custom top-grade PvP4Fun Weapons. Armors: Custom mid-grade Apella Armor. Custom top-grade Dynasty Armor. Other Items: Custom Top-Grade PvP Jewelry providing unique in accordance to the needs of each class. Custom Masks / Circlets providing unique status - available either with Victim Skulls or Vote Coins. Custom mid-grade Tattoos - available with the Vote Coins acquired during the first vote. Custom Superior Fighter / Mage Tattoo. Server Start 2020-06-20 17:00Link: https://pvp4fun.com/home
  6. Config.DEFAULT_GLOBAL_CHAT.equalsIgnoreCase("on") make sure this setting is `on` not true/false but `on`
  7. you need change system , bcz l2top co have api https://l2top.co/reward-system show source code ur vote manager.
  8. what??? just change id.. https://l2top.co/index.php?page=server_info&id=11082
  9. http://prntscr.com/sx5v1f
  10. http://prntscr.com/sx42nh now compare ur url and url in example.
  11. first must be. which pack u using?
  12. u need edit interface.u to do that. easy
  13. if(getPartyMembers().size()<4){ for (final L2PcInstance member : getPartyMembers()) if (member.isInsideZone(L2Character.ZONE_UNUSED)) member.teleToLocation(81035,148614,-3464); }
  14. You need add checks in L2Party.java removePartyMember if(playerinsidezone(blablabla)) teleportFromZone;
  15. @Override protected void onEnter(final L2Character character) { if (character instanceof L2PcInstance) { L2PcInstance player = (L2PcInstance) character; if (player.isInParty()) { if(player.getParty().getPartyMembers().size()<4){ player.teleToLocation(81450,148610,-3493); // pt members < 4 then to giran or aden return; } }else{ player.teleToLocation(81450,148610,-3493); // to giran or aden? return; } player.setInsideZone(.............urzone....); } } and l2party.java in public synchronized void removePartyMember(final L2PcInstance player, final boolean sendMessage) add check is in zone then teleport to ur place.
  16. its edited with xdat editor, don't need edit interface.u You can paint how u want with photoshop and adapt with xdat editor.
  17. string list. put to list each ppl ip while put ip address check is already exists or no if exists then ppl already rewarded. easy way.
  18. 1. Set shop with any items. 2. Stand up 3. trade or put to wh. 4. Set shop again. it will be saved with last set shop. dont worry.
  19. and where error about auto restart?
  20. hmm, maybe in log folder?
  21. i ask u log file u send me config file.. so
×
×
  • Create New...