Jump to content
  • 0

Question

Posted

Hello guys, i want to know - is there some server that have implemented TVT event Off like

ylfdBTh.png?1

 

Thing is that this window is called via client command, but not by server, and i want to know - if those values that can be inputed like team name, goes right in server DataBase, or to some packet, that then writes value in db ?

 

10 answers to this question

Recommended Posts

  • 0
Posted (edited)

EventMatch

 

Ever since mid C3.

 

The dialog OP is concerned about is opened with "//eventmatch gm".

 

The UI is simply delegating to builder bypasses, nothing special about it (no client packets).

Edited by _dev_
  • 0
Posted

There are specific packets than L2J didn't implement. Something like 10-20 packets, from firework, counter, etc. Fences is a part of it.

 

The engine itself needs to be coded, but it's nothing more than a Duel system.

  • 0
Posted (edited)

None of the events are persistent, because there is absolutely 0 sense for them to be. A GM can simply create "//teleport x y" macro(s) for himself and then use "//eventmatch gm" to open the dialog and select to create a new event area on current location. That's why whenever you 'end' an event match, it disappears. Same happens on server restart.

 

Plus, GM can use premade Race (event)/Command ini files.

 

Race (event) ini defines the basic ruleset.

Cmd files are kind of like macros. You may use one ini to spam announcements via this dialog, then another to use certain builder commands on participants (all at once), etc.

Both ini files simply need to be somewhere on the GM's (the one that will run the game client) computer. As usual, if you don't want to type in the full (a.k.a. absolute) path, paths are expected to be relative to l2.exe (system folder).

Edited by _dev_
  • 0
Posted

None of the events are persistent, because there is absolutely 0 sense for them to be. A GM can simply create "//teleport x y" macro(s) for himself and then use "//eventmatch gm" to open the dialog and select to create a new event area on current location. That's why whenever you 'end' an event match, it disappears. Same happens on server restart.

 

Plus, GM can use premade Race (event)/Command ini files.

 

Race (event) ini defines the basic ruleset.

Cmd files are kind of like macros. You may use one ini to spam announcements via this dialog, then another to use certain builder commands on participants (all at once), etc.

Both ini files simply need to be somewhere on the GM's (the one that will run the game client) computer. As usual, if you don't want to type in the full (a.k.a. absolute) path, paths are expected to be relative to l2.exe (system folder).

Xm thx for info, but what about weather info, are there some info on those packets ? And also there is this thing

zSMuH1r.png

Called - movie player, Ncsoft used it to play freya movie, and other movies like those in SevenSignsQuest Event, can these packets be retrived ?

  • 0
Posted

SM ExStartScenePlayer

 

1	sc_lindvior
2	sc_echmus_opening
3	sc_echmus_success
4	sc_echmus_fail
5	sc_boss_tiat_opening
6	sc_boss_tiat_ending_succes
7	sc_boss_tiat_ending_fail
8	ssq_suspicious_deaths
9	ssq_dying_massage
10	ssq_contract_of_mammon
11	ssq_ritual_of_priest
12	ssq_sealing_emperor_1st
13	ssq_sealing_emperor_2nd
14	ssq_embryo
15	sc_boss_freya_opening
16	sc_boss_freya_phasech_a
17	sc_boss_freya_phasech_b
18	sc_boss_kegor_intrusion
19	sc_boss_freya_ending_a
20	sc_boss_freya_ending_b
21	sc_boss_freya_forced_defeat
22	sc_boss_freya_defeat
23	sc_ice_heavyknight_spawn
24	ssq2_holy_burial_ground_opening
25	ssq2_holy_burial_ground_closing
26	ssq2_solina_tomb_opening
27	ssq2_solina_tomb_closing
28	ssq2_elyss_narration
29	ssq2_boss_opening
30	ssq2_boss_closing
31	sc_istina_opening
32	sc_istina_ending_a
33	sc_istina_ending_b
34	sc_istina_bridge
35	sc_octabis_opening
36	sc_octabis_phasech_a
37	sc_octabis_phasech_b
38	sc_octabis_ending
42	sc_gd1_prologue
43	sc_talking_island_boss_opening
44	sc_talking_island_boss_ending
45	sc_awakening_opening
46	sc_awakening_boss_opening
47	sc_awakening_boss_ending_a
48	sc_awakening_boss_ending_b
49	sc_earthworm_ending
50	sc_spacia_opening
51	sc_spacia_a
52	sc_spacia_b
53	sc_spacia_c
54	sc_spacia_ending
55	sc_awakening_view
56	sc_awakening_opening_c
57	sc_awakening_opening_d
58	sc_awakening_opening_e
59	sc_awakening_opening_f
69	sc_tauti_opening_b
70	sc_tauti_opening
71	sc_tauti_phase
72	sc_tauti_ending
73	sc_soulisland_quest
74	sc_metucellar_opening
75	sc_sub_quest
76	sc_lind_opening
77	sc_katacomb
78	sc_necro
79	sc_hellbound
80	sc_honors
81	sc_kelbim_opening
99	sc_noble_opening
100	sc_noble_ending
101	si_illusion_01_que
102	si_illusion_02_que
103	si_illusion_03_que
104	si_arkan_enter
105	si_barlog_opening
106	si_barlog_story
107	si_illusion_04_que
108	si_illusion_05_que
109	sc_bloodvein_opening
110	ert_quest_a
111	ert_quest_b
112	epic_freya_slide
113	epic_kelbim_slide
114	epic_tauti_slide
115	epic_freya_scene
116	epic_kelbim_scene
117	epic_tauti_scene
1000	land_kserth_a
1001	land_kserth_b
1002	land_undead_a
1003	land_distruction_a
1004	land_Annihilation_a
2001	g_cartia_1_sin
2002	g_cartia_2_sin
  • 0
Posted

SM ExStartScenePlayer

 

1	sc_lindvior
2	sc_echmus_opening
3	sc_echmus_success
4	sc_echmus_fail
5	sc_boss_tiat_opening
6	sc_boss_tiat_ending_succes
7	sc_boss_tiat_ending_fail
8	ssq_suspicious_deaths
9	ssq_dying_massage
10	ssq_contract_of_mammon
11	ssq_ritual_of_priest
12	ssq_sealing_emperor_1st
13	ssq_sealing_emperor_2nd
14	ssq_embryo
15	sc_boss_freya_opening
16	sc_boss_freya_phasech_a
17	sc_boss_freya_phasech_b
18	sc_boss_kegor_intrusion
19	sc_boss_freya_ending_a
20	sc_boss_freya_ending_b
21	sc_boss_freya_forced_defeat
22	sc_boss_freya_defeat
23	sc_ice_heavyknight_spawn
24	ssq2_holy_burial_ground_opening
25	ssq2_holy_burial_ground_closing
26	ssq2_solina_tomb_opening
27	ssq2_solina_tomb_closing
28	ssq2_elyss_narration
29	ssq2_boss_opening
30	ssq2_boss_closing
31	sc_istina_opening
32	sc_istina_ending_a
33	sc_istina_ending_b
34	sc_istina_bridge
35	sc_octabis_opening
36	sc_octabis_phasech_a
37	sc_octabis_phasech_b
38	sc_octabis_ending
42	sc_gd1_prologue
43	sc_talking_island_boss_opening
44	sc_talking_island_boss_ending
45	sc_awakening_opening
46	sc_awakening_boss_opening
47	sc_awakening_boss_ending_a
48	sc_awakening_boss_ending_b
49	sc_earthworm_ending
50	sc_spacia_opening
51	sc_spacia_a
52	sc_spacia_b
53	sc_spacia_c
54	sc_spacia_ending
55	sc_awakening_view
56	sc_awakening_opening_c
57	sc_awakening_opening_d
58	sc_awakening_opening_e
59	sc_awakening_opening_f
69	sc_tauti_opening_b
70	sc_tauti_opening
71	sc_tauti_phase
72	sc_tauti_ending
73	sc_soulisland_quest
74	sc_metucellar_opening
75	sc_sub_quest
76	sc_lind_opening
77	sc_katacomb
78	sc_necro
79	sc_hellbound
80	sc_honors
81	sc_kelbim_opening
99	sc_noble_opening
100	sc_noble_ending
101	si_illusion_01_que
102	si_illusion_02_que
103	si_illusion_03_que
104	si_arkan_enter
105	si_barlog_opening
106	si_barlog_story
107	si_illusion_04_que
108	si_illusion_05_que
109	sc_bloodvein_opening
110	ert_quest_a
111	ert_quest_b
112	epic_freya_slide
113	epic_kelbim_slide
114	epic_tauti_slide
115	epic_freya_scene
116	epic_kelbim_scene
117	epic_tauti_scene
1000	land_kserth_a
1001	land_kserth_b
1002	land_undead_a
1003	land_distruction_a
1004	land_Annihilation_a
2001	g_cartia_1_sin
2002	g_cartia_2_sin

Xm but how to call it from server ?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • 🚀 September Restock Live! Upgrade your personal Gmail to 5TB + Gemini Pro 12-18 Months instantly. 100% private and automated delivery!
    • [WTB / HIRING] High-End Gracia Final Source Code & Custom Pack Bundle [Serious Budget / Paid] Hello MaxCheaters Community, We are launching a new international High-End PvP project and are actively looking to acquire a complete, stable Gracia Final Source Code package OR hire an experienced L2J developer/team for custom module integration. We are looking for a solid foundation with the following specifications: 1. Full Java Source Code (.java) - Absolutely required. We need full access to edit core mechanics, custom items, weapons, and balance. No compiled-only .jar files. 2. Premium Geodata & Pathfinding - 100% complete and fixed Geodata for Gracia Final (no wall-shooting, no falling through map). 3. Modern QoL & Systems - Fully working Auto-Farm engine with clean client UI. - VIP/Premium subscription system (non-P2W rates/features). 4. Custom Content & Balance Ready - Ability to easily inject custom armor sets, weapons with custom glows/auras, and PvP zones. 5. Anti-Bot / Security Integration - Core ready to pair with top protection solutions (Active Anticheat, SmartGuard, or equivalent). 6. Client Tools & System Patch Support - Patch files and editing tools for itemname-e.dat, armorgrp.dat, weapongrp.dat, and custom interfaces. -------------------------------------------------- FORMAT OF COOPERATION: - We can purchase a ready, bug-free Source Code package. - We are also open to hiring a dedicated developer for custom task-based modules. - Fast payment via Crypto / PayPal / Bank Transfer. If you have a working build or offer dev services, PM me here or drop your Telegram/Discord contact below. Thanks!
    • WARFRONT is an Interlude faction PvP server built around one idea: the battlefield should never feel static. Choose your side. Angels vs Demons.   Capture Outposts to move the frontline and your faction's respawns. Fight for the Main Outpost to unlock dynamic events and HQ assaults. Push into enemy territory and destroy their Headquarters to win the battle. But WARFRONT goes far beyond traditional faction PvP.     ▶️ Dynamic Outpost & territory warfare ▶️ Daily Faction Castle Siege ▶️ Weekly Clan Siege ▶️ Grand Boss events ▶️ Kamaloka instanced party content ▶️ Reworked Interlude classes ▶️ Skill & Ability Tree  ▶️ Battlefield Contracts ▶️ Faction & individual rankings ▶️ Long-term character progression ▶️  Battle Pass & cosmetic progression ▶️  30-minute rotating battlefields   We've also reworked classes that are traditionally overlooked in faction PvP. Bishop can enter an offensive Inquisitor role, Daggers have Shadow Step, Prophet has its own combat toolkit, Overlord supports the entire faction, and several other classes have received new mechanics and balance changes. ▶️  SKILL & ABILITY TREE  Skill & Ability Tree system designed to add another layer of character progression and build choice to WARFRONT. Rather than simply increasing stats, the goal is to give players meaningful choices that can change how their character develops and how their class performs on the battlefield. This system is currently being tested, with more information and previews coming soon. The goal isn't to replace Interlude. It's to make Interlude faction PvP exciting again.   ▶️ CLOSED BETA: 03 OCTOBER 2026 Closed Beta will be our opportunity to push the systems, class balance and battlefield mechanics as hard as possible before Grand Opening. We built it. Now we need you to break it. ▶️  Website & Closed Beta Registration https://l2warfront.com ▶️  Discord https://discord.gg/u93YhB5Exy
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..