Vip Satin Alma Skripti

bugrakagan2003

Demir Madencisi
En iyi cevaplar
0
Evet İsterseniz Server İp Adresini Atayim Bakin.
Kod:
command /vipsatinal:
[tab]trigger:
[tab][tab]if player has 1 nether star named "<red>20 AP":
[tab][tab][tab]if vip.%player% is false
[tab][tab][tab][tab]remove 1 nether star named "<red>20 AP" from player's inventory
[tab][tab][tab]execute console command "manuadd %player% vip"
[tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab]set vip.%player% to true
[tab][tab][tab]stop
[tab][tab][tab]else:
[tab][tab][tab][tab]send "<red>Zaten Vip Aldin" to player
[tab][tab]else:
[tab][tab][tab]message "&4Maalesef VIP Almak Icin Gerekli Maaliyete Sahip Degilsin !"
[tab][tab][tab]stop trigger
Bunu dene
 
R

Reloven

Ziyaretçi
Kod:
command /vipsatinal:
[tab]trigger:
[tab][tab]if player has 1 nether star named "<red>20 AP":
[tab][tab][tab]if vip.%player% is false
[tab][tab][tab][tab]remove 1 nether star named "<red>20 AP" from player's inventory
[tab][tab][tab]execute console command "manuadd %player% vip"
[tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab]set vip.%player% to true
[tab][tab][tab]stop
[tab][tab][tab]else:
[tab][tab][tab][tab]send "<red>Zaten Vip Aldin" to player
[tab][tab]else:
[tab][tab][tab]message "&4Maalesef VIP Almak Icin Gerekli Maaliyete Sahip Degilsin !"
[tab][tab][tab]stop trigger
Bunu dene
Zaten Bunu Deniyorum.
 

GodofMilker

Nether Yerlisi
En iyi cevaplar
0
Kod:
command /vipsatinal:
[tab]trigger:
[tab][tab]if player has 1 nether star named "<red>20 AP":
[tab][tab][tab]if vip.%player% is false
[tab][tab][tab][tab]remove 1 nether star named "<red>20 AP" from player's inventory
[tab][tab][tab]execute console command "manuadd %player% vip"
[tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab]set vip.%player% to true
[tab][tab][tab]stop
[tab][tab][tab]else:
[tab][tab][tab][tab]send "<red>Zaten Vip Aldin" to player
[tab][tab]else:
[tab][tab][tab]message "&4Maalesef VIP Almak Icin Gerekli Maaliyete Sahip Degilsin !"
[tab][tab][tab]stop trigger
Bunu dene
Bu olmaz çünkü "if vip.%player% is false" kullanıyorsun önceden hiçbir değere eşitlemediğin için bu çalışmaz ve zaten saçma -,-
Biraz uğraşıp atayım bir dakika ^_^
Kod:
command /vipsatinal:
[tab]trigger:
[tab][tab]if player has 1 nether star named "<red>20 AP":
[tab][tab][tab]if {vip.%player%} is false:
[tab][tab][tab][tab]remove 1 nether star named "<red>20 AP" from player's inventory
[tab][tab][tab][tab]execute console command "manuadd %player% vip"
[tab][tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab][tab]set vip.%player% to true
[tab][tab][tab][tab]stop
[tab][tab][tab]if {vip.%player%} is not set:
[tab][tab][tab][tab]remove 1 nether star named "<red>20 AP" from player's inventory
[tab][tab][tab][tab]execute console command "manuadd %player% vip"
[tab][tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab][tab]set vip.%player% to true
[tab][tab][tab][tab]stop
[tab][tab][tab]else:
[tab][tab][tab][tab]send "<red>Zaten Vip Aldin" to player
[tab][tab][tab][tab]stop
[tab][tab]else:
[tab][tab][tab]message "&4Maalesef VIP Almak Icin Gerekli Maaliyete Sahip Degilsin !"
[tab][tab][tab]stop trigger
Sanırım bu ama bu yaptıktan sonra bir daha asla VİP olamaz "wait 2 seconds" gibi bir satırla çözülebilir.
Not:Denemedim hızlıca yaptım [tab]lar olunca karışıyor hata varsa yazabilirsin ^_^
 
Son düzenleme:
R

Reloven

Ziyaretçi
Bu olmaz çünkü "if vip.%player% is false" kullanıyorsun önceden hiçbir değere eşitlemediğin için bu çalışmaz ve zaten saçma -,-
Biraz uğraşıp atayım bir dakika ^_^
Kod:
command /vipsatinal:
[tab]trigger:
[tab][tab]if player has 1 nether star named "<red>20 AP":
[tab][tab][tab]if {vip.%player%} is false:
[tab][tab][tab][tab]remove 1 nether star named "<red>20 AP" from player's inventory
[tab][tab][tab][tab]execute console command "manuadd %player% vip"
[tab][tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab][tab]set vip.%player% to true
[tab][tab][tab][tab]stop
[tab][tab][tab]if {vip.%player%} is not set:
[tab][tab][tab][tab]remove 1 nether star named "<red>20 AP" from player's inventory
[tab][tab][tab][tab]execute console command "manuadd %player% vip"
[tab][tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab][tab]set vip.%player% to true
[tab][tab][tab][tab]stop
[tab][tab][tab]else:
[tab][tab][tab][tab]send "<red>Zaten Vip Aldin" to player
[tab][tab][tab][tab]stop
[tab][tab]else:
[tab][tab][tab]message "&4Maalesef VIP Almak Icin Gerekli Maaliyete Sahip Degilsin !"
[tab][tab][tab]stop trigger
Sanırım bu ama bu yaptıktan sonra bir daha asla VİP olamaz "wait 2 seconds" gibi bir satırla çözülebilir.
Not:Denemedim hızlıca yaptım [tab]lar olunca karışıyor hata varsa yazabilirsin ^_^
Deniyorum Editleycegim.[DOUBLEPOST=1410030587,1410030423][/DOUBLEPOST]Hata Aldım :
cip.%player% is not an entity type (vip.sk, line8: set vip.%player% to true
cip.%player% is not an entity type (vip.sk, line14: set vip.%player% to true
 

GodofMilker

Nether Yerlisi
En iyi cevaplar
0
Ups :( düzgün bakmamışım üzgünüm o satırları şöyle değiştir:
set {vip.%player%} to true
2'sini de böyle yapınca hata gidecektir.
 

AnkaBilisimTR

Zombi Katili
En iyi cevaplar
0
command /PremiumX:
trigger:
if player has 1 nether star named "<red>25 AP":
if {vip.%player%} is false:
remove 1 nether star named "<red>25 AP" from player's inventory
execute console command "manuadd %player% PremiumX"
message "&aBasariyla VIP Aldiniz !"
set {vip.%player%} to true
stop

if {vip.%player%} is not set:
remove 1 nether star named "<red>25 AP" from player's inventory
execute console command "manuadd %player% PremiumX"
message "&aBasariyla VIP Aldiniz !"
set {vip.%player%} to true
stop
else:
send "<red>Zaten Vip Aldin" to player
stop
else:
message "&4Maalesef VIP Almak Icin Gerekli Maaliyete Sahip Degilsin !"
stop trigger

Kardeşim Bunun İçine Söyle Bir Kod Eklermisin Real Days Miydi Neydi 30 Gün Icinde Otomatik olarak Eski Acemi Rütbesine Gececek execute console command "manuadd %player%Acemi" Yaparmısın Kardeşim ?
 

bugrakagan2003

Demir Madencisi
En iyi cevaplar
0
command /PremiumX:
trigger:
if player has 1 nether star named "<red>25 AP":
if {vip.%player%} is false:
remove 1 nether star named "<red>25 AP" from player's inventory
execute console command "manuadd %player% PremiumX"
message "&aBasariyla VIP Aldiniz !"
set {vip.%player%} to true
stop

if {vip.%player%} is not set:
remove 1 nether star named "<red>25 AP" from player's inventory
execute console command "manuadd %player% PremiumX"
message "&aBasariyla VIP Aldiniz !"
set {vip.%player%} to true
wait 30 real days
set {vip.%player%} to false
execute console command "manuadd %player% Acemi
stop
else:
send "<red>Zaten Vip Aldin" to player
stop
else:
message "&4Maalesef VIP Almak Icin Gerekli Maaliyete Sahip Degilsin !"
stop trigger
 

AnkaBilisimTR

Zombi Katili
En iyi cevaplar
0
command /PremiumX:
trigger:
if player has 1 nether star named "<red>25 AP":
if {vip.%player%} is false:
remove 1 nether star named "<red>25 AP" from player's inventory
execute console command "manuadd %player% PremiumX"
message "&aBasariyla VIP Aldiniz !"
set {vip.%player%} to true
stop

if {vip.%player%} is not set:
remove 1 nether star named "<red>25 AP" from player's inventory
execute console command "manuadd %player% PremiumX"
message "&aBasariyla VIP Aldiniz !"
set {vip.%player%} to true
wait 30 real days
set {vip.%player%} to false
execute console command "manuadd %player% Acemi
stop
else:
send "<red>Zaten Vip Aldin" to player
stop
else:
message "&4Maalesef VIP Almak Icin Gerekli Maaliyete Sahip Degilsin !"
stop trigger
Kardeşim Kopyalayamıyorum Tablı Yaparmısın ?
 

bugrakagan2003

Demir Madencisi
En iyi cevaplar
0
Kod:
command /PremiumX:
trigger:
[tab]if player has 1 nether star named "<red>25 AP":
[tab][tab]if {vip.%player%} is false:
[tab][tab][tab]remove 1 nether star named "<red>25 AP" from player's inventory
[tab][tab][tab]execute console command "manuadd %player% PremiumX"
[tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab]set {vip.%player%} to true
[tab][tab][tab]stop

[tab][tab]if {vip.%player%} is not set:
[tab][tab][tab]remove 1 nether star named "<red>25 AP" from player's inventory
[tab][tab][tab]execute console command "manuadd %player% PremiumX"
[tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab]set {vip.%player%} to true
[tab][tab][tab]wait 30 real days
[tab][tab][tab]set {vip.%player%} to false
[tab][tab][tab]execute console command "manuadd %player% Acemi
[tab][tab][tab]stop
[tab][tab]else:
[tab][tab][tab]send "<red>Zaten Vip Aldin" to player
[tab][tab][tab]stop
[tab]else:
[tab][tab]message "&4Maalesef VIP Almak Icin Gerekli Maaliyete Sahip Degilsin !"
[tab][tab][tab]stop trigger
Bu Arada Tabları Biz Ekliyoruz
 

AnkaBilisimTR

Zombi Katili
En iyi cevaplar
0
Kod:
command /PremiumX:
trigger:
[tab]if player has 1 nether star named "<red>25 AP":
[tab][tab]if {vip.%player%} is false:
[tab][tab][tab]remove 1 nether star named "<red>25 AP" from player's inventory
[tab][tab][tab]execute console command "manuadd %player% PremiumX"
[tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab]set {vip.%player%} to true
[tab][tab][tab]stop

[tab][tab]if {vip.%player%} is not set:
[tab][tab][tab]remove 1 nether star named "<red>25 AP" from player's inventory
[tab][tab][tab]execute console command "manuadd %player% PremiumX"
[tab][tab][tab]message "&aBasariyla VIP Aldiniz !"
[tab][tab][tab]set {vip.%player%} to true
[tab][tab][tab]wait 30 real days
[tab][tab][tab]set {vip.%player%} to false
[tab][tab][tab]execute console command "manuadd %player% Acemi
[tab][tab][tab]stop
[tab][tab]else:
[tab][tab][tab]send "<red>Zaten Vip Aldin" to player
[tab][tab][tab]stop
[tab]else:
[tab][tab]message "&4Maalesef VIP Almak Icin Gerekli Maaliyete Sahip Degilsin !"
[tab][tab][tab]stop trigger
Bu Arada Tabları Biz Ekliyoruz
3 Tane Hata Var Kardeşim.
 
Üst