Page 1 of 1

CTF Problem with Freya

Posted: Thu Oct 07, 2010 4:18 pm
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

Re: CTF Problem with Freya

Posted: Thu Oct 07, 2010 5:39 pm
by Probe
CTF is only supported in it's official topic since it is a CUSTOM mode