F
Furkan Doğan
Ziyaretçi
Merhabalar;
4. Vixio Konumda Belki Birilerinin İşine Yarar Diyerek Yaptığım Hesap Makinesi Sistemini Paylaşıyorum.
GEREKSİNİMLER;
- Vixio | Vixio Hakkında Bilgi Sahibi Olmak İçin; https://www.mc-tr.com/konu/vixio-skript-ile-discord-botu-yaratin.80660/
GÖRSELLER;
Komutumuz;
Ve Olanlar; (Benim Prefixim p! Kafanız Karışmasın.)
KOD;
EK AÇIKLAMALAR;
- options'da Bulunan Ayarlar Doğru Biçimde Düzenlenmelidir, Aksi Halde Sistem Çalışmaz.
- Prefixi, Yazıları & Mesajları Dilediğiniz Gibi Değiştirebilirsiniz.
İYİ FORUMLAR..
4. Vixio Konumda Belki Birilerinin İşine Yarar Diyerek Yaptığım Hesap Makinesi Sistemini Paylaşıyorum.
GEREKSİNİMLER;
- Vixio | Vixio Hakkında Bilgi Sahibi Olmak İçin; https://www.mc-tr.com/konu/vixio-skript-ile-discord-botu-yaratin.80660/
GÖRSELLER;
Komutumuz;
Ve Olanlar; (Benim Prefixim p! Kafanız Karışmasın.)
KOD;
Kod:
options:
p: !
botToken: "buraya yapıştır"
botName: "buraya yapıştır"
sunucuID: "buraya yapıştır"
on load:
if {@botName} parsed as bot is not set:
login to {@botToken} with name {@botName}
on unload:
logout {@botName}
discord command {@p}hesapla [<text>] [<number>] [<number>]:
trigger:
if arg-1 is "Çarp" or "Çarpma" or "*" or "x":
set {_sonuc::%event-member%} to (arg-2 * arg-3)
make embed:
set author info of embed to an author named "Hesap Makinesi" with no url and icon icon of guild with id {@sunucuID}
set description of embed to "%arg-2% **x** %arg-3% **=** %{_sonuc::%event-member%}%"
set color of the embed to color from rgb 255, 0, 0
send last created embed to event-channel with {@botName}
if arg-1 is "Böl" or "Bölme" or "/":
set {_sonuc::%event-member%} to (arg-2 / arg-3)
make embed:
set author info of embed to an author named "Hesap Makinesi" with no url and icon icon of guild with id {@sunucuID}
set description of embed to "%arg-2% **/** %arg-3% **=** %{_sonuc::%event-member%}%"
set color of the embed to color from rgb 255, 0, 0
send last created embed to event-channel with {@botName}
if arg-1 is "Çıkar" or "Çıkarma" or "-":
set {_sonuc::%event-member%} to arg-2
remove arg-3 from {_sonuc::%event-member%}
make embed:
set author info of embed to an author named "Hesap Makinesi" with no url and icon icon of guild with id {@sunucuID}
set description of embed to "%arg-2% **-** %arg-3% **=** %{_sonuc::%event-member%}%"
set color of the embed to color from rgb 255, 0, 0
send last created embed to event-channel with {@botName}
if arg-1 is "Topla" or "Toplama" or "+":
set {_sonuc::%event-member%} to (arg-2 + arg-3)
make embed:
set author info of embed to an author named "Hesap Makinesi" with no url and icon icon of guild with id {@sunucuID}
set description of embed to "%arg-2% **+** %arg-3% **=** %{_sonuc::%event-member%}%"
set color of the embed to color from rgb 255, 0, 0
send last created embed to event-channel with {@botName}
EK AÇIKLAMALAR;
- options'da Bulunan Ayarlar Doğru Biçimde Düzenlenmelidir, Aksi Halde Sistem Çalışmaz.
- Prefixi, Yazıları & Mesajları Dilediğiniz Gibi Değiştirebilirsiniz.
İYİ FORUMLAR..
Ekli dosyalar
Son düzenleme: