Jump to content

wongerlt

Members
  • Posts

    522
  • Credits

  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by wongerlt

  1. maybe u have changes in other tables? show code.
  2. if server without protection u can do it easy with l2tower bot. html/multisell/buylist.
  3. if its trance files u need java 1.7. And this file have many bugs like dupe items/skills
  4. change second server port 7777 to 7778 or an other.
  5. with little edit in source you can do it with packets. ConfirmDlg() DlgAnswer() Easy.
  6. maybe u just gave wrong ip address to your friends? :D
  7. pm me in discord: Avice#8216
  8. just compare ur custom item xml with old one current similiar item xml and u will see where problem.
  9. Website Url: https://l2j.eu Free add server. API current votes/is player voted. Minimalistic website template, easy to use. Powered by PHP-Fusion
  10. 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
  11. Config.DEFAULT_GLOBAL_CHAT.equalsIgnoreCase("on") make sure this setting is `on` not true/false but `on`
  12. you need change system , bcz l2top co have api https://l2top.co/reward-system show source code ur vote manager.
  13. what??? just change id.. https://l2top.co/index.php?page=server_info&id=11082
  14. http://prntscr.com/sx42nh now compare ur url and url in example.
  15. u need edit interface.u to do that. easy
  16. if(getPartyMembers().size()<4){ for (final L2PcInstance member : getPartyMembers()) if (member.isInsideZone(L2Character.ZONE_UNUSED)) member.teleToLocation(81035,148614,-3464); }
  17. You need add checks in L2Party.java removePartyMember if(playerinsidezone(blablabla)) teleportFromZone;
  18. @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.
×
×
  • Create New...