L2JMobius

The Kamael Equipment upgrade window always empty

AnsS · 3 · 4357

Offline AnsS

  • Heir
  • **
    • Posts: 37
Hi,

Equipment upgrade (Ferris - 30847) window is always empty.
I have checked, it has an implementation and window is appear: https://bitbucket.org/MobiusDev/l2j_mobius/src/master/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/network/serverpackets/equipmentupgrade/ExShowUpgradeSystem.java

Maybe its missing sending available items?
EquipmentUpgradeData.xml contains some items (but its only contains rare), I think this should be passed, but I dont know which packet position should I write.
https://bitbucket.org/MobiusDev/l2j_mobius/src/master/L2J_Mobius_Classic_3.0_TheKamael/dist/game/data/EquipmentUpgradeData.xml

If anyone has idea how to fix, please share with me, thank you!


Online Mobius

  • Distinguished King
  • *****
    • Posts: 15988

Offline AnsS

  • Heir
  • **
    • Posts: 37
Oh sorry, its working now! :)
Although, the ids in the xml are wrong (?), I only checked the names.

For example:
Code: [Select]
<upgrade id="4" item="902,10" materials="91384,1" adena="10000000" result="91378,0" /> <!-- Queen Ant's Ring Lv. 4 -->
902 is Phoenix Ring, and I had Queen Ant's Ring Lv. 3.

Thank you for your answer, please close it.