Yardım the pendant doesn't appear

  • Konuyu açan Konuyu açan maradona150
  • Açılış Tarihi Açılış Tarihi
  • Yanıt Yanıt 4
  • Gösterim Gösterim 1K
Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

maradona150

Üye
Üye
Mesaj
90
Çözümler
1
Beğeni
41
Puan
339
Ticaret Puanı
0
I installed the system and it works fine
But it does not appear on the list when wearing

...
 

Dosya Eklentileri

  • asasdad.png
    asasdad.png
    65,6 KB · Gösterim: 149
check this
Python:
Genişlet Daralt Kopyala
{"index":item.EQUIPMENT_PENDANT, "x":2, "y":106, "width":32, "height":32},
 
Client -> Gametype.h
check this values
Kod:
Genişlet Daralt Kopyala
const DWORD c_Equipment_Belt  = c_New_Equipment_Start + 2;
#ifdef ENABLE_PENDANT
    const DWORD c_Equipment_Pendant  = c_New_Equipment_Start + 3; // change the value , if the last is two , change with three.
#endif
 
Üst