Profil Skripti [İstek]

ByEmreS

Ağaç Yumruklayıcı
En iyi cevaplar
0
Hocam ben bir oyuncuların ve kendisinin gösterebilecegi bir profil skripti istiyorumda. Böyle Gui Destekli olan şöyle dedigim gibi yapabilen varsa gerçekten çok makbule geçer.
İstediklerim ;
./profil - Yazınca Kendi Profilini Görüntüleme
./profil Oyuncuİsmi - Yazdıgı oyuncunun profilini görüntüleme
------------------------
Profilde olacaklar ;
Guide 27 Bölüm olacak. Yani 3 Satır
Y coordinatının 1. satırının 5. yerinde oyuncunun kafası skinli ve adı yazıcak.
Y coordinatının 2. satırının 4. yerinde oyuncunun pvp bilgisi yazıcak.
Y coordinatının 2. satırının 5. yerinde Oyuncunun online veya offline olması yazılcak.
Y coordinatının 2. satırının 6. yerindede hesap bilgileri yazıcak. Yani Parası,Exp leveli ve online süresi olcak
---------------------
Bunu yapana gerçekten çok teşekkür ederim.
 

Umut Savas

Ne demek yanlış? Ben mi?
En iyi cevaplar
0
yanlışını düzelteyim Y kordinatı'nın 6. yeri dersen 6. satır olur X kordinatı'nın 6. yeri dersen soldan sağa 6. sıra olur. Y yukarıdan aşşağıya X soldan sağa Z ise önden arkaya.

HTML:
variables:
    {öldürme.%player%} = 0
    {ölme.%player%} = 0
    {ot.s.%player%} = 0
    {ot.m.%player%} = 0
    {ot.sa.%player%} = 0
command /profil [<offlineplayer>]:
 trigger:
  arg 1 isn't set:
   open chest with 2 rows named "Profilim" to player
   format slot 4 of player with skull of player named "%player%" with lore "" to be unstealable
   format slot 14 of player with barrier named "PVP bilgi" with lore "||Öldürme: &e%{öldürme.%player%}% ||Ölme: &e%{ölme.%player%}% ||" to be unstealable
   format slot 15 of player with barrier named "Durum" with lore "||Çevrimiçi||" to be unstealable
   format slot 16 of player with barrier named "Durum" with lore "||Para: %player's money%||Level: %player's level%||" to be unstealable
  arg 1 is set:
   open chest with 2 rows named "Profil %arg-1%" to player
   format slot 4 of player with skull of player named "%arg-1%" with lore "" to be unstealable
   format slot 14 of player with barrier named "PVP bilgi" with lore "||Öldürme: &e%{öldürme.%arg-1%}% ||Ölme: &e%{ölme.%arg-1%}% ||" to be unstealable
   format slot 16 of player with barrier named "Bilgi" with lore "||Para: %arg-1's money%||Level: %arg-1's level%||Çevrimiçi süre: %{ot.sa.%player%}% Saat %{ot.m.%player%}% Dakika %{ot.s.%player%}% Saniye" to be unstealable
   player is online:
    format slot 15 of player with barrier named "Durum" with lore "||Çevrimiçi||" to be unstealable
    stop
   format slot 15 of player with barrier named "Durum" with lore "||Çevrimdışı||" to be unstealable
on death of player:
 attacker is player
 add 1 to {öldürme.%attacker%}
on death of player:
 add 1 to {ölme.%player%}
on login:
 while player is online:
  wait 1 second
  add 1 to {ot.s.%player%}
  {ot.s.%player%} is bigger than or equal to 60:
   remove 60 from {ot.s.%player%}
   add 1 to {ot.m.%player%}
   {ot.m.%player%} is bigger than or equal to 60:
   remove 60 from {ot.m.%player%}
   add 1 to {ot.sa.%player%}
buyur dostum. bir sorun olursa söylersin. SkQuery gereklidir
 

ByEmreS

Ağaç Yumruklayıcı
En iyi cevaplar
0
Benim eskiden yaptığım bi profil skripti vardı işini görürse kullan Ensiha yazan yerleri degiştirmessen sevinirim
Buraya Tıkla
Hocam senin verdiginde güzel. Ancak dedigim gibi olsa efsane olur yinede teşekkürler.

yanlışını düzelteyim Y kordinatı'nın 6. yeri dersen 6. satır olur X kordinatı'nın 6. yeri dersen soldan sağa 6. sıra olur. Y yukarıdan aşşağıya X soldan sağa Z ise önden arkaya.

HTML:
variables:
    {öldürme.%player%} = 0
    {ölme.%player%} = 0
    {ot.s.%player%} = 0
    {ot.m.%player%} = 0
    {ot.sa.%player%} = 0
command /profil [<offlineplayer>]:
 trigger:
  arg 1 isn't set:
   open chest with 2 rows named "Profilim" to player
   format slot 4 of player with skull of player named "%player%" with lore "" to be unstealable
   format slot 14 of player with barrier named "PVP bilgi" with lore "||Öldürme: &e%{öldürme.%player%}% ||Ölme: &e%{ölme.%player%}% ||" to be unstealable
   format slot 15 of player with barrier named "Durum" with lore "||Çevrimiçi||" to be unstealable
   format slot 16 of player with barrier named "Durum" with lore "||Para: %player's money%||Level: %player's level%||" to be unstealable
  arg 1 is set:
   open chest with 2 rows named "Profil %arg-1%" to player
   format slot 4 of player with skull of player named "%arg-1%" with lore "" to be unstealable
   format slot 14 of player with barrier named "PVP bilgi" with lore "||Öldürme: &e%{öldürme.%arg-1%}% ||Ölme: &e%{ölme.%arg-1%}% ||" to be unstealable
   format slot 16 of player with barrier named "Bilgi" with lore "||Para: %arg-1's money%||Level: %arg-1's level%||Çevrimiçi süre: %{ot.sa.%player%}% Saat %{ot.m.%player%}% Dakika %{ot.s.%player%}% Saniye" to be unstealable
   player is online:
    format slot 15 of player with barrier named "Durum" with lore "||Çevrimiçi||" to be unstealable
    stop
   format slot 15 of player with barrier named "Durum" with lore "||Çevrimdışı||" to be unstealable
on death of player:
 attacker is player
 add 1 to {öldürme.%attacker%}
on death of player:
 add 1 to {ölme.%player%}
on login:
 while player is online:
  wait 1 second
  add 1 to {ot.s.%player%}
  {ot.s.%player%} is bigger than or equal to 60:
   remove 60 from {ot.s.%player%}
   add 1 to {ot.m.%player%}
   {ot.m.%player%} is bigger than or equal to 60:
   remove 60 from {ot.m.%player%}
   add 1 to {ot.sa.%player%}
buyur dostum. bir sorun olursa söylersin. SkQuery gereklidir

Hocam skript güzel ancak bazı sorunlar var. Hata falan yok ama şu sorunlar var ;
/profil yazdıgımızda kendi kafamızı gösteriyor. o tamam ancak /profil oyuncuismi yazınca başkasının göstermiyor. yine bizimkini gösteriyor.
/profil yazınca Sadece ölme ve öldürme bulunmakta. Buna daha fazla eklersen sevinirim.
/profil de biz kendimizi çevrim içi görüyoruz. Ancak ./profil oyuncuismi yani oyuna girmemiş çevrimdışı birini yazınca yine çevrimiçi yazıyor.
/profil de Durum olan yerde kendi online süremiz yazmıyor. /profil oyuncuismi yazıncada yanlış online süresi veriyor. Mesela başkası ilk girdi ona 1 saat 35 dakika falan yazıyor. Yani yanlış bilgi. Bunları düzeltirseniz gerçekten sevinirim.
 

Umut Savas

Ne demek yanlış? Ben mi?
En iyi cevaplar
0
Hocam senin verdiginde güzel. Ancak dedigim gibi olsa efsane olur yinede teşekkürler.



Hocam skript güzel ancak bazı sorunlar var. Hata falan yok ama şu sorunlar var ;
/profil yazdıgımızda kendi kafamızı gösteriyor. o tamam ancak /profil oyuncuismi yazınca başkasının göstermiyor. yine bizimkini gösteriyor.
/profil yazınca Sadece ölme ve öldürme bulunmakta. Buna daha fazla eklersen sevinirim.
/profil de biz kendimizi çevrim içi görüyoruz. Ancak ./profil oyuncuismi yani oyuna girmemiş çevrimdışı birini yazınca yine çevrimiçi yazıyor.
/profil de Durum olan yerde kendi online süremiz yazmıyor. /profil oyuncuismi yazıncada yanlış online süresi veriyor. Mesela başkası ilk girdi ona 1 saat 35 dakika falan yazıyor. Yani yanlış bilgi. Bunları düzeltirseniz gerçekten sevinirim.
HTML:
variables:
    {öldürme.%player%} = 0
    {ölme.%player%} = 0
    {ot.s.%player%} = 0
    {ot.m.%player%} = 0
    {ot.sa.%player%} = 0
command /profil [<offlineplayer>]:
 trigger:
  arg 1 isn't set:
   open chest with 2 rows named "Profilim" to player
   format slot 4 of player with skull of player named "%player%" with lore "" to be unstealable
   format slot 14 of player with barrier named "PVP bilgi" with lore "||Öldürme: &e%{öldürme.%player%}% ||Ölme: &e%{ölme.%player%}% ||" to be unstealable
   format slot 15 of player with barrier named "Durum" with lore "||Çevrimiçi||" to be unstealable
   format slot 16 of player with barrier named "Durum" with lore "||Para: %player's money%||Level: %player's level%||" to be unstealable
  arg 1 is set:
   open chest with 2 rows named "Profil %arg-1%" to player
   format slot 4 of player with skull of arg-1 named "%arg-1%" with lore "" to be unstealable
   format slot 14 of player with skull of skeleton named "PVP bilgi" with lore "||Öldürme: &e%{öldürme.%arg-1%}% ||Ölme: &e%{ölme.%arg-1%}% ||" to be unstealable
   format slot 16 of player with paper named "Bilgi" with lore "||Para: %arg-1's money%||Level: %arg-1's level%||Çevrimiçi süre: %{ot.sa.%arg-1%}% Saat %{ot.m.%arg-1%}% Dakika %{ot.s.%arg-1%}% Saniye" to be unstealable
   arg-1 is online:
    format slot 15 of player with sign named "Durum" with lore "||Çevrimiçi||" to be unstealable
    stop
   format slot 15 of player with sign named "Durum" with lore "||Çevrimdışı||" to be unstealable
on death of player:
 attacker is player
 add 1 to {öldürme.%attacker%}
on death of player:
 add 1 to {ölme.%player%}
on login:
 while player is online:
  wait 1 second
  add 1 to {ot.s.%player%}
  {ot.s.%player%} is bigger than or equal to 60:
   remove 60 from {ot.s.%player%}
   add 1 to {ot.m.%player%}
   {ot.m.%player%} is bigger than or equal to 60:
   remove 60 from {ot.m.%player%}
   add 1 to {ot.sa.%player%}
dalgınlığıma gelmiş şimdi hiçbir sorunu yoktur
 

ByEmreS

Ağaç Yumruklayıcı
En iyi cevaplar
0
HTML:
variables:
    {öldürme.%player%} = 0
    {ölme.%player%} = 0
    {ot.s.%player%} = 0
    {ot.m.%player%} = 0
    {ot.sa.%player%} = 0
command /profil [<offlineplayer>]:
 trigger:
  arg 1 isn't set:
   open chest with 2 rows named "Profilim" to player
   format slot 4 of player with skull of player named "%player%" with lore "" to be unstealable
   format slot 14 of player with barrier named "PVP bilgi" with lore "||Öldürme: &e%{öldürme.%player%}% ||Ölme: &e%{ölme.%player%}% ||" to be unstealable
   format slot 15 of player with barrier named "Durum" with lore "||Çevrimiçi||" to be unstealable
   format slot 16 of player with barrier named "Durum" with lore "||Para: %player's money%||Level: %player's level%||" to be unstealable
  arg 1 is set:
   open chest with 2 rows named "Profil %arg-1%" to player
   format slot 4 of player with skull of arg-1 named "%arg-1%" with lore "" to be unstealable
   format slot 14 of player with skull of skeleton named "PVP bilgi" with lore "||Öldürme: &e%{öldürme.%arg-1%}% ||Ölme: &e%{ölme.%arg-1%}% ||" to be unstealable
   format slot 16 of player with paper named "Bilgi" with lore "||Para: %arg-1's money%||Level: %arg-1's level%||Çevrimiçi süre: %{ot.sa.%arg-1%}% Saat %{ot.m.%arg-1%}% Dakika %{ot.s.%arg-1%}% Saniye" to be unstealable
   arg-1 is online:
    format slot 15 of player with sign named "Durum" with lore "||Çevrimiçi||" to be unstealable
    stop
   format slot 15 of player with sign named "Durum" with lore "||Çevrimdışı||" to be unstealable
on death of player:
 attacker is player
 add 1 to {öldürme.%attacker%}
on death of player:
 add 1 to {ölme.%player%}
on login:
 while player is online:
  wait 1 second
  add 1 to {ot.s.%player%}
  {ot.s.%player%} is bigger than or equal to 60:
   remove 60 from {ot.s.%player%}
   add 1 to {ot.m.%player%}
   {ot.m.%player%} is bigger than or equal to 60:
   remove 60 from {ot.m.%player%}
   add 1 to {ot.sa.%player%}
dalgınlığıma gelmiş şimdi hiçbir sorunu yoktur
Hocam /profil yazınca kendi onlinem süresini göremiyorum.
ve /profil oyuncuismi yazıncada onun pvp bilgisinide göremiyorum. + online süresi 20 saat -1021 dk falan yazıyor :D onlarıda düzeltirsen sevinirim.

Bu resimlerdeki gibi yapacak biri varsa şimdiden kolay gelsin.
 

Ekli dosyalar

  • 5.png
    5.png
    9.4 KB · Görüntüleme: 588
  • 3.png
    3.png
    9.4 KB · Görüntüleme: 324
  • 1.png
    1.png
    11.7 KB · Görüntüleme: 335
  • 2.png
    2.png
    14.6 KB · Görüntüleme: 496
  • 4.png
    4.png
    17.4 KB · Görüntüleme: 248
Üst