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
CTF Problem with Freya
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 915
- Joined: Thu Sep 03, 2009 6:36 pm
- Location: Israel
- Contact:
Re: CTF Problem with Freya
CTF is only supported in it's official topic since it is a CUSTOM mode