Quick Frintezza Question

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Jcof1988
Posts: 19
Joined: Tue Aug 07, 2012 1:52 am

Quick Frintezza Question

Post by Jcof1988 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5622M:
L2JDP Revision 9160:


Hi i was just wondering if frintezza actualy works by now i know its been a few years, i dont see any options in grandboss config so i figures i would just ask, i am using latest hi five server, if you go to frintezza lair there is nothing there how does this work, i have seen a few videos that showed frintezza working so i was just wondering if he added to the server yet and if so how do you make him work, thanks
User avatar
Gladicek
Posts: 634
Joined: Wed Jan 19, 2011 6:25 pm
Location: Czech Republic

Re: Quick Frintezza Question

Post by Gladicek »

Frintezza is in instance :) You must speak with npc (Imperial Tomb Guide - 32011) which will teleport you into instance (36-45 players for enter).
Image
L2J retired
Jcof1988
Posts: 19
Joined: Tue Aug 07, 2012 1:52 am

Re: Quick Frintezza Question

Post by Jcof1988 »

Cool thanks, i spawned him and it took me there and frintezza spawned thanks again
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Quick Frintezza Question

Post by UnAfraid »

If you don't know where npc is spawned you can find him through
//list_spawns <npcId> 1
example:
//list_spawns 32011 1
And you will be teleported on first spawn of that npc :)
Image
sefirot909
Posts: 97
Joined: Wed Jul 06, 2011 9:05 pm

Re: Quick Frintezza Question

Post by sefirot909 »

How can I change to make the fewer people to the instance?
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Quick Frintezza Question

Post by UnAfraid »

Edit the script located in data/scripts/instances/FinalEmperialTomb

Code: Select all

    private static final int MIN_PLAYERS = 36;    private static final int MAX_PLAYERS = 45;
Image
Post Reply