Domanda Come faccio ad aggiungere nuovi set di sash?

Stato
Discussione chiusa ad ulteriori risposte.

Kiilla

Utente Gold
17 Luglio 2011
223
78
23
210
Sto cercando di mettere un nuvo set di sash sul server (il systema c'e gia..)

Questi sono i passi che ho fatto:

1. item_proto.txt

Codice:
86005    sashnew1    ITEM_COSTUME    COSTUME_SASH    1    ANTIFLAG_SHOP_TRIPLE    NONE    NONE    NONE    5    0    0    0    0    LIMIT_NONE    0    LIMIT_NONE    0    APPLY_NONE    0    APPLY_NONE    0    APPLY_NONE    0    1    0    0    0    0    0    100    0    0   
86006    sashnew1    ITEM_COSTUME    COSTUME_SASH    1    ANTIFLAG_SHOP_TRIPLE    NONE    NONE    NONE    10    0    0    0    0    LIMIT_NONE    0    LIMIT_NONE    0    APPLY_NONE    0    APPLY_NONE    0    APPLY_NONE    0    2    0    0    0    0    0    100    0    0   
86007    sashnew1    ITEM_COSTUME    COSTUME_SASH    1    ANTIFLAG_SHOP_TRIPLE    NONE    NONE    NONE    15    0    0    0    0    LIMIT_NONE    0    LIMIT_NONE    0    APPLY_NONE    0    APPLY_NONE    0    APPLY_NONE    0    3    0    0    0    0    0    100    0    0   
86008    sashnew1    ITEM_COSTUME    COSTUME_SASH    1    ANTIFLAG_SHOP_TRIPLE    NONE    NONE    NONE    20    0    0    0    0    LIMIT_NONE    0    LIMIT_NONE    0    APPLY_NONE    0    APPLY_NONE    0    APPLY_NONE    0    4    0    0    0    0    0    100    0    0

-- Locale client + server , fatto anche il dump nel client.

item_list.txt

Codice:
86005    WING    d:/ymir work/item/icon/86005.tga    d:/ymir work/item/wing/acce_06_86_005.gr2
86006    WING    d:/ymir work/item/icon/86006.tga    d:/ymir work/item/wing/acce_06_86_006.gr2
86007    WING    d:/ymir work/item/icon/86007.tga    d:/ymir work/item/wing/acce_06_86_007.gr2
86008    WING    d:/ymir work/item/icon/86008.tga    d:/ymir work/item/wing/acce_06_86_008.gr2

-- Seguito l'esempio di quelle che c'erano gia', esempio: 85024 WING icon/item/85024.tga d:/ymir work/item/wing/Acce_05_85_024.gr2


item_desc.txt

Codice:
86005    Chen Sash (basic)    This sash takes 1% of the bonuses from the weapon or armour that you use for absorption.
86006    Chen Sash (fine)    This sash takes 5% of the bonuses from the weapon or armour that you use for absorption.
86007    Chen Sash (noble)    This sash takes 10% of the bonuses from the weapon or armour that you use for absorption.
86008    Chen Sash (custom)    This sash takes 11~25% of the bonuses from the weapon or armour that you use for absorption.


item_names.txt

Codice:
86005    Chen Sash (basic)
86006    Chen Sash (fine)
86007    Chen Sash (noble)
86008    Chen Sash (custom)

-- sia locale client che server.

item_scale.txt

Codice:
86005    JOB_WOLFMAN    M    100    100    100    0    0    0
86005    JOB_ASSASSIN    M    73    73    73    0    0    0.24
86005    JOB_ASSASSIN    F    54    65    62    0    0    0.38
86005    JOB_SHAMAN    M    78    78    78    0    0    0.2
86005    JOB_SHAMAN    F    62    62    62    0    0    0.48
86005    JOB_SURA    M    85    85    85    0    0    0.15
86005    JOB_SURA    F    62    62    62    0    0    0.45
86005    JOB_WARRIOR    M    83    83    83    0    0    0.14
86005    JOB_WARRIOR    F    72    75    72    0    0    0.26



Fatto il pack nuovo sash_new.eix ed epk.

aggiunto nell'index

*
new_sashes
*



Adesso, il problema che mi ritrovo in-game e quello che quando le metto addosso non si vedono i modelli 3d, le icone appaiono, se le metto addosso mi fanno l'effetto , se provo a fare la fusione, tutto funziona normale, ..etc.

PS: i modelli sono ok, screen:

Le icone si vedono in-game, quindi non e' un errore di compilazione del pack, ho verificato gia' un paio di volte.

Magari devo aggiungere da qualche altra parte nella source del client..ecc

Grazie.
 
Nell item scale ho copiato da uno degli esempi e ho cambiato i codici delle sashe con la basic di quella nuova.. ho visto che ci sono solo le basic nell item scale.. ho copiato anche per litem proto. Nelle msm non ce traccia delle sashe quindi non credo sia da li.
 
Stato
Discussione chiusa ad ulteriori risposte.
Indietro
Top Bottom