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
Quick Frintezza Question
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Gladicek
- Posts: 634
- Joined: Wed Jan 19, 2011 6:25 pm
- Location: Czech Republic
Re: Quick Frintezza Question
Frintezza is in instance
You must speak with npc (Imperial Tomb Guide - 32011) which will teleport you into instance (36-45 players for enter).


L2J retired
-
- Posts: 19
- Joined: Tue Aug 07, 2012 1:52 am
Re: Quick Frintezza Question
Cool thanks, i spawned him and it took me there and frintezza spawned thanks again
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Quick Frintezza Question
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
//list_spawns <npcId> 1
example:
//list_spawns 32011 1
And you will be teleported on first spawn of that npc

-
- Posts: 97
- Joined: Wed Jul 06, 2011 9:05 pm
Re: Quick Frintezza Question
How can I change to make the fewer people to the instance?
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Quick Frintezza Question
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;