CTF Problem with Freya

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
Locked
zahirus123
Posts: 1
Joined: Wed Jan 20, 2010 7:32 pm

CTF Problem with Freya

Post by zahirus123 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4420:
L2JDP Revision 7668:

Hi, i have a litle problem with CTF.
I dont find this in the new L2Npc.java

/** Time of last social packet broadcast*/
@@ -1106,6 +1113,19 @@
{
L2Event.showEventHtml(player, String.valueOf(getObjectId()));
}
+ // Add by CTF Event
+ else if (_isEventMobCTF)
+ {
+ CTF.showEventHtml(player, String.valueOf(getObjectId()));
+ }
+ else if (_isCTF_Flag && player._inEventCTF)
+ {
+ CTF.showFlagHtml(player, String.valueOf(this.getObjectId()), _CTF_FlagTeamName);
+ }
+ else if (_isCTF_throneSpawn)
+ {
+ CTF.CheckRestoreFlags();
+ }
else
{
Quest[] qlsa = getTemplate().getEventQuests(Quest.QuestEventType.QUEST_START);

Anyone can help me please.

Thz
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: CTF Problem with Freya

Post by Probe »

CTF is only supported in it's official topic since it is a CUSTOM mode
Locked