Jump to content
  • 0

PartyTeleporter For L2jFrozen (4lines)


Question

Posted (edited)

hello i have a small proble on frozen (4lines)

http://prntscr.com/loli61

 


        public int getPartiesInside(int zoneId)// Calculating parties inside party area.
        {
            int i = 0;
            for (L2ZoneType zone : L2ZoneManager.getInstance().getZones(locationX, locationY, locationZ))
            {
                if (zone.getId() == zoneId)
                {
                    for (L2Character character : zone.getCharactersInside())
                    {
                        if ((character instanceof L2PcInstance) && (!((L2PcInstance) character).getClient().isDetached()) && (((L2PcInstance) character).getParty() != null) && ((L2PcInstance) character).getParty().isLeader((L2PcInstance) character))
                        {
                            i++;
                        }
                    }
                }
            }
            return i;
        }

        public int getPlayerInside(int zoneId)// Calculating players inside party area.
        {
            int i = 0;
            for (L2ZoneType zone : L2ZoneManager.getInstance().getZone(locationX, locationY, locationZ))
            {
                if (zone.getId() == zoneId)
                {
                    for (L2Character character : zone.getCharactersInside())
                    {
                        if ((character instanceof L2PcInstance) && (!((L2PcInstance) character).getClient().isDetached()))
                        {
                            i++;
                        }
                    }
                }
            }
            return i;
        }

zone.getCharactersInside()) and getZones in for (L2ZoneType zone : L2ZoneManager.getInstance().getZones(locationX, locationY, locationZ))

 

all code about npc

 

Edited by MarGaZeaS

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

Simply check content of L2ZoneType/L2ZoneManager  (ctrl+left click on the class name to open the file) to see by what you can edit it.

 

If you weren't lazy, you could also make a search on the sources to find existing L2ZoneManager uses.

Edited by Tryskell

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hello everyone, We’re happy to announce that Top.MaxCheaters.com has officially opened! Top.MaxCheaters.com is a brand-new Lineage 2 Top Listing website, created to give L2 servers a clean, fair, and simple way to gain visibility. 🔹 What we offer Lineage 2–focused top listing Simple and fast server submission Clean and modern design No voting system Equal exposure for all servers The project is part of the MaxCheaters.com network and is built specifically for the Lineage 2 community. All Lineage 2 servers are welcome — including Interlude, High Five, Classic, Essence, and custom projects. 🔗 Website 👉 https://Top.MaxCheaters.com This is just the beginning. Improvements and new features will be added over time. Thank you for your support, MaxCheaters.com Team
    • Hello everyone, We’re happy to announce that Top.MaxCheaters.com has officially opened! Top.MaxCheaters.com is a brand-new Lineage 2 Top Listing website, created to give L2 servers a clean, fair, and simple way to gain visibility. 🔹 What we offer Lineage 2–focused top listing Simple and fast server submission Clean and modern design No voting system Equal exposure for all servers The project is part of the MaxCheaters.com network and is built specifically for the Lineage 2 community. All Lineage 2 servers are welcome — including Interlude, High Five, Classic, Essence, and custom projects. 🔗 Website 👉 https://Top.MaxCheaters.com This is just the beginning. Improvements and new features will be added over time. Thank you for your support, MaxCheaters.com Team  
    • Sharing https://iperfect.dev/ <div><h1>⚠️ DevTools Detected</h1><p>Please close developer tools to view this page.</p></div> who does that // Console warning message console.clear(); console.log('%câš ï¸� STOP!', 'color: red; font-size: 48px; font-weight: bold;'); console.log('%cThis is a protected website. Unauthorized copying is prohibited.', 'color: #333; font-size: 16px;'); console.log('%c© iPerfect — All rights reserved', 'color: #666; font-size: 12px;'); you open the website means (you copy his files in your browser) you are right away tresspassing    https://maxcheaters.com/search/?q=iperfect&quick=1      https://limewire.com/d/CqJOa#weyDvJazQ1    why robbing people from ctrl+u? whats wrong with you  
    • TILL OPENING LEFT -  3 DAYS ! NEW SEASON STARTS FROM - 23/01/2026, FRIDAY, 20:00 +3 GMT !
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

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