L2JMobius

Classic Interlude Subclass - PlayerInstance

Uxel · 6 · 6710

Offline Uxel

  • Vassal
  • *
    • Posts: 3
PlayerInstance.java

Line 9781: where
         
Code: [Select]
restoreEffects();

sendPacket(new EtcStatusUpdate(this));
- for (int i = 0; i < 4; i++)
                       + for (int i = 0; i < 3; i++)
{
_henna[i] = null;
}


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16125
What for is this change and what is it's relation with subclass?


Offline Uxel

  • Vassal
  • *
    • Posts: 3
because without this you get bypass error and don't update shortcuts bar
https://cloud.mail.ru/public/5oqM/3PXNKAyJd

but now i have just one problem don't get update [character status] page (say still the old subclass name) , but if i equipt any item or reequipt get update.
(I tried to add code to re-equipt weapon but still nothing you need to make ingame equipt or re-equipt by player to get update [character status] page.


Offline BeTrippin

  • Heir
  • **
    • Posts: 38
because without this you get bypass error and don't update shortcuts bar
https://cloud.mail.ru/public/5oqM/3PXNKAyJd

but now i have just one problem don't get update [character status] page (say still the old subclass name) , but if i equipt any item or reequipt get update.
(I tried to add code to re-equipt weapon but still nothing you need to make ingame equipt or re-equipt by player to get update [character status] page.

did you find out how to update character status when changing the sub class?


Offline Trance

  • Elder
  • ****
    • Posts: 126
because without this you get bypass error and don't update shortcuts bar
https://cloud.mail.ru/public/5oqM/3PXNKAyJd

but now i have just one problem don't get update [character status] page (say still the old subclass name) , but if i equipt any item or reequipt get update.
(I tried to add code to re-equipt weapon but still nothing you need to make ingame equipt or re-equipt by player to get update [character status] page.


did you find out how to update character status when changing the sub class?

VillageMasterInstance.java
Here: https://prnt.sc/skl71n