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 ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • 我们计划在我们的Telegram频道为3000名订阅者举办大型竞赛和抽奖活动。 订阅并获取我们项目的最新消息、更新和变动:竞赛、抽奖、新产品、折扣、优惠码以及更多内容! 在我们的竞赛和抽奖活动中,顶级合作伙伴也可以参与,这一定会引起您的关注! ➡ Telegram频道: https://t.me/accsforyou_shop✅ 链接: 数字商品商店 (网站): 前往 购买Telegram Stars的Telegram机器人: 前往 SMM面板: 前往 – 推广您的社交媒体账户。 商店Telegram机器人: 前往 我们为您呈现在本平台购买产品和服务的最新促销与特别优惠: 1. 使用促销码OCTOBER2025(8%折扣)即可在10月通过我们的网站或机器人购物!您也可以使用促销码SOCNET(15%折扣)完成首次购买。 2. 注册后只需按照以下模板写下您的用户名即可获得1美元账户余额或10–20%的折扣:"SEND ME BONUS, MY USERNAME IS..." – 需要在我们的论坛帖子中发布! 3. 第一次试用SMM面板即可获得1美元:只需在我们的网站(支持)提交主题为“Get Trial Bonus”的工单。 4. 我们的Telegram频道和购买Stars的机器人中每周都有Telegram Stars赠送活动! 新闻: ➡ Telegram频道: https://t.me/accsforyou_shop✅ ➡ WhatsApp频道: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord服务器: https://discord.gg/y9AStFFsrh✅ 联系方式与支持: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ 邮箱: solomonbog@socnet.store ✅
    • 我们计划在我们的Telegram频道为3000名订阅者举办大型竞赛和抽奖活动。 订阅并获取我们项目的最新消息、更新和变动:竞赛、抽奖、新产品、折扣、优惠码以及更多内容! 在我们的竞赛和抽奖活动中,顶级合作伙伴也可以参与,这一定会引起您的关注! ➡ Telegram频道: https://t.me/accsforyou_shop✅ 链接: 数字商品商店 (网站): 前往 购买Telegram Stars的Telegram机器人: 前往 SMM面板: 前往 – 推广您的社交媒体账户。 商店Telegram机器人: 前往 我们为您呈现在本平台购买产品和服务的最新促销与特别优惠: 1. 使用促销码OCTOBER2025(8%折扣)即可在10月通过我们的网站或机器人购物!您也可以使用促销码SOCNET(15%折扣)完成首次购买。 2. 注册后只需按照以下模板写下您的用户名即可获得1美元账户余额或10–20%的折扣:"SEND ME BONUS, MY USERNAME IS..." – 需要在我们的论坛帖子中发布! 3. 第一次试用SMM面板即可获得1美元:只需在我们的网站(支持)提交主题为“Get Trial Bonus”的工单。 4. 我们的Telegram频道和购买Stars的机器人中每周都有Telegram Stars赠送活动! 新闻: ➡ Telegram频道: https://t.me/accsforyou_shop✅ ➡ WhatsApp频道: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord服务器: https://discord.gg/y9AStFFsrh✅ 联系方式与支持: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ 邮箱: solomonbog@socnet.store ✅
    • 我们计划在我们的Telegram频道为3000名订阅者举办大型竞赛和抽奖活动。 订阅并获取我们项目的最新消息、更新和变动:竞赛、抽奖、新产品、折扣、优惠码以及更多内容! 在我们的竞赛和抽奖活动中,顶级合作伙伴也可以参与,这一定会引起您的关注! ➡ Telegram频道: https://t.me/accsforyou_shop✅ 链接: 数字商品商店 (网站): 前往 购买Telegram Stars的Telegram机器人: 前往 SMM面板: 前往 – 推广您的社交媒体账户。 商店Telegram机器人: 前往 我们为您呈现在本平台购买产品和服务的最新促销与特别优惠: 1. 使用促销码OCTOBER2025(8%折扣)即可在10月通过我们的网站或机器人购物!您也可以使用促销码SOCNET(15%折扣)完成首次购买。 2. 注册后只需按照以下模板写下您的用户名即可获得1美元账户余额或10–20%的折扣:"SEND ME BONUS, MY USERNAME IS..." – 需要在我们的论坛帖子中发布! 3. 第一次试用SMM面板即可获得1美元:只需在我们的网站(支持)提交主题为“Get Trial Bonus”的工单。 4. 我们的Telegram频道和购买Stars的机器人中每周都有Telegram Stars赠送活动! 新闻: ➡ Telegram频道: https://t.me/accsforyou_shop✅ ➡ WhatsApp频道: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord服务器: https://discord.gg/y9AStFFsrh✅ 联系方式与支持: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ 邮箱: solomonbog@socnet.store ✅
    • 我们计划在我们的Telegram频道为3000名订阅者举办大型竞赛和抽奖活动。 订阅并获取我们项目的最新消息、更新和变动:竞赛、抽奖、新产品、折扣、优惠码以及更多内容! 在我们的竞赛和抽奖活动中,顶级合作伙伴也可以参与,这一定会引起您的关注! ➡ Telegram频道: https://t.me/accsforyou_shop✅ 链接: 数字商品商店 (网站): 前往 购买Telegram Stars的Telegram机器人: 前往 SMM面板: 前往 – 推广您的社交媒体账户。 商店Telegram机器人: 前往 我们为您呈现在本平台购买产品和服务的最新促销与特别优惠: 1. 使用促销码OCTOBER2025(8%折扣)即可在10月通过我们的网站或机器人购物!您也可以使用促销码SOCNET(15%折扣)完成首次购买。 2. 注册后只需按照以下模板写下您的用户名即可获得1美元账户余额或10–20%的折扣:"SEND ME BONUS, MY USERNAME IS..." – 需要在我们的论坛帖子中发布! 3. 第一次试用SMM面板即可获得1美元:只需在我们的网站(支持)提交主题为“Get Trial Bonus”的工单。 4. 我们的Telegram频道和购买Stars的机器人中每周都有Telegram Stars赠送活动! 新闻: ➡ Telegram频道: https://t.me/accsforyou_shop✅ ➡ WhatsApp频道: https://chat.whatsapp.com/K8rBy500nA73z27PxgaJUw?mode=ems_copy_t✅ ➡ Discord服务器: https://discord.gg/y9AStFFsrh✅ 联系方式与支持: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ 邮箱: solomonbog@socnet.store ✅
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock