L2JMobius

Public Development => General Discussion => Topic started by: Barbatos on July 28, 2022, 11:34:31 PM

Title: Quest Display
Post by: Barbatos on July 28, 2022, 11:34:31 PM
What's up guys.

I take Q00529_RegularBarrierMaintenance as a quest model and I just updated with new items, quest monsters and start NPC.

The quest is running good but I notice the quest is not available in my current quests list.

I also can't see quest title and items amount in some screen (except inventory).

(https://snipboard.io/06koay.jpg)

I figure out how to change item icon but the name is also changed so I'm not using, but even without an item name an icon, the quest doesn't appear

Any ideas?
Title: Re: Quest Display
Post by: Mobius on July 28, 2022, 11:39:36 PM
You will need client mod to make things show in client.
Title: Re: Quest Display
Post by: Barbatos on July 28, 2022, 11:44:07 PM
You will need client mod to make things show in client.

And how do I do that?
Title: Re: Quest Display
Post by: Mobius on July 29, 2022, 12:25:22 AM
https://github.com/MobiusDevelopment/L2ClientDat
Title: Re: Quest Display
Post by: Barbatos on July 29, 2022, 12:44:50 AM
https://github.com/MobiusDevelopment/L2ClientDat

I open .dat files in the editor but I had a compile error

(https://snipboard.io/MYHXeO.jpg)

Code: [Select]
Open file: ItemName-eu.dat
File ItemName-eu.dat encrypted. Lineage2Ver413 decrypt ...
Decrypt successfully.
Read the file structure ...
Unpacking [L2GameDataName.dat]
GameDataName: Error index: 13843 string: [none] status fix: false
GameDataName: Error index: 36670 string: ItemSound.public_sword_shing_3;[ItemSound.sword_great_4 status fix: false
GameDataName: Error index: 73659 string: Npcdialog2.human_M_young_lively_guard_03;[Npcdialog2.human_M_young_lively_guard_05 status fix: false
GameDataName: Error index: 73660 string: Npcdialog2.human_M_young_lively_guard_02;[Npcdialog2.human_M_young_lively_guard_04 status fix: false
GameDataName: Error index: 78991 string: [Branch3.G_Russia_npc_m00] status fix: false
GameDataName: Error index: 91315 string: LineageAccessory3.fertheia_pvp_Hrm_ad11;[none status fix: false
GameDataName: Error index: 95042 string: [icon.etc_clear_crystal_cube_pc_i00] status fix: false
GameDataName: Error index: 95043 string: [icon.etc_violet_crystal_cube_pc_i00] status fix: false
GameDataName: Error index: 95044 string: [icon.etc_pink_crystal_cube_pc_i00] status fix: false
GameDataName: Error index: 95045 string: [icon.etc_dkbrown_crystal_cube_pc_i00] status fix: false
GameDataName: Error index: 95046 string: [icon.etc_black_crystal_cube_pc_i00] status fix: false
GameDataName: Error index: 95047 string: [icon.etc_golden_ore_cube_pc_i00] status fix: false
GameDataName: Error index: 95048 string: [icon.etc_silver_ore_cube_pc_i00] status fix: false
GameDataName: Error index: 95049 string: [icon.etc_cupreous_ore_cube_pc_i00] status fix: false
GameDataName: Error index: 95050 string: [icon.etc_earthen_ore_cube_pc_i00] status fix: false
GameDataName: Error index: 95051 string: [icon.etc_crystal_cube_event_i00] status fix: false
GameDataName: Load 95176 count.
GameDataName: Not found index: 16843009

I test with itemName-eu.dat but seems like any file is not working. I think I take wrong options to decrypt. I'm not sure hehe
Title: Re: Quest Display
Post by: Jojo123 on July 29, 2022, 11:33:49 AM
Change structure according to the chronicle you are using. Classic antharas ain't masterclass chapter 2
Title: Re: Quest Display
Post by: Barbatos on July 29, 2022, 02:09:58 PM
Change structure according to the chronicle you are using. Classic antharas ain't masterclass chapter 2

I open this topic as Classic Antharas but I'm using sevensigns. Will it work If I use any classic structure?
Title: Re: Quest Display
Post by: Barbatos on July 29, 2022, 04:18:46 PM
It works! Problem solved. Now I just have to pack everything. Thank you guys