Augmented Custom Name instead "Augmented"

Horyon

Пляшущий с бубном
Участник
Сообщения
173
Розыгрыши
0
Решения
4
Репутация
53
Реакции
68
Баллы
273
Хроники
  1. Prologue: Prelude of War
Исходники
Присутствуют
Сборка
L2jMobius Master class ch3
Simple as image show... have a way to link custom names instead "Augmented"

I want something like "Soul" Tauti Ring for lv1, "Avatar" Tauti Ring for lv2 etc...

1674873450008.png

Any info for i search the source of this name helps ty guys
 
string_begin stringID=3553 string=[Augmented] string_end
default_npc, nice man... looks like is a single line. I'll try to search the call from server side. Maybe if i find, i can put custom lines in string and put to call "if" conditions.

I'll update here if find it.

I go deep and in the, in "Item.java" the only info that pass from variation to this is both effects(it shows can have 2) and a boolean augment from OnPlayerAugment.java

Java:
    public VariationInstance getAugmentation()
    {
        return _augmentation;
    }
    
    public boolean isAugment()
    {
        return _isAugment;
    }

So maybe this boolean turn on and off the string in client.

If i correct so there is no way to change it. What u guys opinion?
(i'm really newbie at this so, maybe i'm wrong, thats why i ask ur opinions)

Ty
 
Назад
Сверху Снизу