Page 1 of 1

Quick Frintezza Question

Posted: Sun Sep 09, 2012 8:56 pm
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

Re: Quick Frintezza Question

Posted: Sun Sep 09, 2012 9:00 pm
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).

Re: Quick Frintezza Question

Posted: Sun Sep 09, 2012 9:34 pm
by Jcof1988
Cool thanks, i spawned him and it took me there and frintezza spawned thanks again

Re: Quick Frintezza Question

Posted: Sun Sep 09, 2012 9:44 pm
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 :)

Re: Quick Frintezza Question

Posted: Thu Sep 13, 2012 10:05 am
by sefirot909
How can I change to make the fewer people to the instance?

Re: Quick Frintezza Question

Posted: Thu Sep 13, 2012 2:41 pm
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;