Summoning at Zaken
Posted: Sun Jan 23, 2011 1:50 pm
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4477:
L2JDP Revision 7746:
Can anyone tell me how to restrict players summoning to zaken?
I tried this till now:
Option 1: I tried to remove this line from zone.xml:
<stat name="EnabledByDefault" val="false" />
In this way any player that will enter in the boss area will be ported in Giran.
Option 2: I tried to define a no_summon_friend_zone like this:
I added in no_summon_friend_zones.xml:
<zone name="boss_area_zaken" type="NoSummonFriendZone" shape="NPoly" minZ="-4815" maxZ="315">
<node X="50797" Y="213515" />
<node X="57617" Y="213510" />
<node X="57669" Y="221683" />
<node X="50773" Y="221632" />
</zone>
This didn't solve it also.
If i let it as it is by default, players will leave summoners inside and every time when zaken spawns they will just use the summoner. If Iet it like i did in Option 1, players will not be able to summon but also, they will never rich to Zaken because they will be ported to Giran when they cross the zone line.
If I use Opion 2 nothing happens.
Anyone can help me with a tip??
ยป Find Revision
L2J Revision 4477:
L2JDP Revision 7746:
Can anyone tell me how to restrict players summoning to zaken?
I tried this till now:
Option 1: I tried to remove this line from zone.xml:
<stat name="EnabledByDefault" val="false" />
In this way any player that will enter in the boss area will be ported in Giran.
Option 2: I tried to define a no_summon_friend_zone like this:
I added in no_summon_friend_zones.xml:
<zone name="boss_area_zaken" type="NoSummonFriendZone" shape="NPoly" minZ="-4815" maxZ="315">
<node X="50797" Y="213515" />
<node X="57617" Y="213510" />
<node X="57669" Y="221683" />
<node X="50773" Y="221632" />
</zone>
This didn't solve it also.
If i let it as it is by default, players will leave summoners inside and every time when zaken spawns they will just use the summoner. If Iet it like i did in Option 1, players will not be able to summon but also, they will never rich to Zaken because they will be ported to Giran when they cross the zone line.
If I use Opion 2 nothing happens.
Anyone can help me with a tip??