» Find Revision
L2J Revision 4682:
L2JDP Revision 8070:
Good morning everyone, it's me again

I would like a little information concerning the color glow (red and blue) appearing around players during a duel or TvT event:
Where into the java core is this function declared? I guess it would be into
com.l2jserver.gameserver.model.entity.TvTManager or
com.l2jserver.gameserver.model.entity.TvTEventTeleporter or
com.l2jserver.gameserver.model.entity.TvTEventTeam or
com.l2jserver.gameserver.model.entity.TvTEvent or
com.l2jserver.gameserver.model.entity.Duel
I've read this files line by line but didnt find the function adding the glow to a player, so I'm asking you guys!
I need this function for a CTF Event I downloaded in the l2j forums, I managed to make it work automatically at defined hours for Freya server (like TvT Event). I will share it once it's 100% working, I only need to add this damned glow function !
There is a preview of the parameters I added into l2jmods.properties:
Code: Select all
# ---------------------------------------------------------------------------# Setting for Capture The Flag# ---------------------------------------------------------------------------#This parameter is to turn on/off the auto CTF at server start .#If True, it writes into gameserver console: CTFEventEngine: Started.#If Flase, it writes into gameserver console: CTFEventEngine: Engine is disabled. CTFEventEnabled = True #This is where you will chose the time where the CTF Event will take place automatically# Times CTF will occur (24h format)CTFEventInterval = 7:00,11:00,15:00,19:00,23:00,3:00

Best regards, Nerimah.