L2JMobius

Classic Antharas Quest Display

Barbatos · 8 · 3403

Offline Barbatos

  • Heir
  • **
    • Posts: 11
  • Hell was written in Java
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).



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?


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16461
You will need client mod to make things show in client.


Offline Barbatos

  • Heir
  • **
    • Posts: 11
  • Hell was written in Java
You will need client mod to make things show in client.

And how do I do that?



Offline Barbatos

  • Heir
  • **
    • Posts: 11
  • Hell was written in Java
https://github.com/MobiusDevelopment/L2ClientDat

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



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


Offline Jojo123

  • Elder
  • ****
    • Posts: 119
Change structure according to the chronicle you are using. Classic antharas ain't masterclass chapter 2


Offline Barbatos

  • Heir
  • **
    • Posts: 11
  • Hell was written in Java
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?


Offline Barbatos

  • Heir
  • **
    • Posts: 11
  • Hell was written in Java
It works! Problem solved. Now I just have to pack everything. Thank you guys