Jump to content
  • 0

L2jAcis GrandBoss


Question

Posted

Hello, in L2jAcis cannot reccall players in grandboss zone (baium, antharas,valakas...), also go to this zone,  automatic move to town. Anyone know how to fix it?

10 answers to this question

Recommended Posts

  • 0
Posted
1 minute ago, Gezis said:

Hello, in L2jAcis cannot reccall players in grandboss zone (baium, antharas,valakas...), also go to this zone,  automatic move to town. Anyone know how to fix it?

All boss zones need access to enter there otherwise you will be teleported to closest town.
So, turn this zone off or add auto access from java side.

  • 0
Posted
5 minutes ago, Vilmis said:

All boss zones need access to enter there otherwise you will be teleported to closest town.
So, turn this zone off or add auto access from java side.

Where I can turn off this zone? Thanks you

  • 0
Posted
1 minute ago, Vilmis said:

xml file at zone folder.

I deleted

<zone id="110001" type="BossZone" shape="NPoly" minZ="-8380" maxZ="-4880"><!-- Antharas Boss -->
		<stat name="InvadeTime" val="1800000" />
		<node X="173469" Y="110431" />
		<node X="188081" Y="110284" />
		<node X="188132" Y="119249" />
		<node X="173386" Y="119391" />
	</zone>

But not help, can't go to antharas boss with player without privileges,

  • 0
Posted
1 minute ago, Gezis said:

I deleted


<zone id="110001" type="BossZone" shape="NPoly" minZ="-8380" maxZ="-4880"><!-- Antharas Boss -->
		<stat name="InvadeTime" val="1800000" />
		<node X="173469" Y="110431" />
		<node X="188081" Y="110284" />
		<node X="188132" Y="119249" />
		<node X="173386" Y="119391" />
	</zone>

But not help, can't go to antharas boss with player without privileges,

Do not delete it.
Ech i had to download acis files to help you... :)
Try change invade time to 0

  • 0
Posted
52 minutes ago, Vilmis said:

Do not delete it.
Ech i had to download acis files to help you... :)
Try change invade time to 0

Try change time to 0 but nothing. some problem.

  • 0
Posted
13 minutes ago, Gezis said:

Try change time to 0 but nothing. some problem.

Which REV do you have? Did you change for the right zone or just random on this file?

  • 0
Posted (edited)
11 minutes ago, Gezis said:

I use 370rev, I change to BossZone.xml (Baium Boss), my zone is baium.

I got 378 and this work only here.  I just checked 370 and it doesn't have it, which means you can not turn it off at all. Only for GM this is skipping. So, you will need a source files to add it or add 378 REV where it works.

 

OR

Totally removing this zone from xml file might help.

Edited by Vilmis
  • 0
Posted (edited)

BossZone#onEnter(...)


Find the :

// Skip other checks for GM.
if (player.isGM())
	return;

Replace it with :

// Skip other checks for GM.
if (player.isGM() || _invadeTime == 0)
	return;

And set invadeTime 0

Edited by StinkyMadness
  • Upvote 1

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


×
×
  • Create New...

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