Yardım shopguiplus sorunu

Electus

Zombi Katili
Mesajlar
234
En iyi cevaplar
0
Beğeniler
38
Puanları
100
Ruh hali
Oyun Sürümü
1.8
markete odun koyuyorm ama 17:1 17:2 17:3 beyaz odun falan da olucak 17:1 yapinca çalışmıyor neden


1:
type: item
item:
material: 17
quantity: 64
buyPrice: 32000
sellPrice: 640
slot: 0
 


DragonTeam

Karanlıktan çek kurtar beni..
Mesajlar
64
En iyi cevaplar
19
Beğeniler
21
Puanları
120
Selamlar @Electus,

Hazır bir ayar atacağım deneyerek tekrar geri dönüş yapabilirsin.

Kod:
      1:
        type: item
        item:
          material: LOG
          quantity: 1
          damage: 0
        buyPrice: 562
        sellPrice: 5
        slot: 7
      2:
        type: item
        item:
          material: LOG
          quantity: 1
          damage: 1
        buyPrice: 562
        sellPrice: 5
        slot: 8
      3:
        type: item
        item:
          material: LOG
          quantity: 1
          damage: 2
        buyPrice: 562
        sellPrice: 5
        slot: 9
      4:
        type: item
        item:
          material: LOG_2
          quantity: 1
          damage: 0
        buyPrice: 562
        sellPrice: 5
        slot: 10
      5:
        type: item
        item:
          material: LOG_2
          quantity: 1
          damage: 1
        buyPrice: 562
        sellPrice: 5
        slot: 11
 

Electus

Zombi Katili
Mesajlar
234
En iyi cevaplar
0
Beğeniler
38
Puanları
100
Ruh hali
Selamlar @Electus,

Hazır bir ayar atacağım deneyerek tekrar geri dönüş yapabilirsin.

Kod:
      1:
        type: item
        item:
          material: LOG
          quantity: 1
          damage: 0
        buyPrice: 562
        sellPrice: 5
        slot: 7
      2:
        type: item
        item:
          material: LOG
          quantity: 1
          damage: 1
        buyPrice: 562
        sellPrice: 5
        slot: 8
      3:
        type: item
        item:
          material: LOG
          quantity: 1
          damage: 2
        buyPrice: 562
        sellPrice: 5
        slot: 9
      4:
        type: item
        item:
          material: LOG_2
          quantity: 1
          damage: 0
        buyPrice: 562
        sellPrice: 5
        slot: 10
      5:
        type: item
        item:
          material: LOG_2
          quantity: 1
          damage: 1
        buyPrice: 562
        sellPrice: 5
        slot: 11
LOG_2 yapınca başka odun türü cikiyor beyazı lazım digerleride
 

DragonTeam

Karanlıktan çek kurtar beni..
Mesajlar
64
En iyi cevaplar
19
Beğeniler
21
Puanları
120
LOG_2 yapınca başka odun türü cikiyor beyazı lazım digerleride

Direk şunu yapıştırabilirmisin

Kod:
      1:
        type: item
        item:
          material: LOG
          quantity: 16
        buyPrice: 200
        sellPrice: 120
        slot: 1
      2:
        type: item
        item:
          material: LOG
          quantity: 16
          damage: 2
        buyPrice: 200
        sellPrice: 120
        slot: 2
      3:
        type: item
        item:
          material: LOG
          quantity: 16
          damage: 1
        buyPrice: 200
        sellPrice: 120
        slot: 3
      4:
        type: item
        item:
          material: LOG
          quantity: 16
          damage: 3
        buyPrice: 200
        sellPrice: 120
        slot: 4
      5:
        type: item
        item:
          material: LOG_2
          quantity: 16
        buyPrice: 200
        sellPrice: 120
        slot: 5
      6:
        type: item
        item:
          material: LOG_2
          quantity: 16
          damage: 1
        buyPrice: 200
        sellPrice: 120
        slot: 6
 

Electus

Zombi Katili
Mesajlar
234
En iyi cevaplar
0
Beğeniler
38
Puanları
100
Ruh hali
Direk şunu yapıştırabilirmisin

Kod:
      1:
        type: item
        item:
          material: LOG
          quantity: 16
        buyPrice: 200
        sellPrice: 120
        slot: 1
      2:
        type: item
        item:
          material: LOG
          quantity: 16
          damage: 2
        buyPrice: 200
        sellPrice: 120
        slot: 2
      3:
        type: item
        item:
          material: LOG
          quantity: 16
          damage: 1
        buyPrice: 200
        sellPrice: 120
        slot: 3
      4:
        type: item
        item:
          material: LOG
          quantity: 16
          damage: 3
        buyPrice: 200
        sellPrice: 120
        slot: 4
      5:
        type: item
        item:
          material: LOG_2
          quantity: 16
        buyPrice: 200
        sellPrice: 120
        slot: 5
      6:
        type: item
        item:
          material: LOG_2
          quantity: 16
          damage: 1
        buyPrice: 200
        sellPrice: 120
        slot: 6
oldu eyv :D bende elle log_2 yazmıştım xd
 

Üst