Türkiye'nin en eski ve aktif online oyun platformu, Ultima Online, Counter-Strike ve diğer online oyunlar hakkında Türkçe haber, bilgi ve forum sunuyor. Türkiye'nin en eski ve aktif online oyun platformu, Ultima Online, Counter-Strike ve diğer online oyunlar hakkında Türkçe haber, bilgi ve forum sunuyor.
  • ANASAYFA
  • ULTIMA ONLINE
    • Ultima Online Oyuncu Rehberi

      Ultima Online Oyuncu Rehberi

      Oyunu hakkında tanıcı bilgiler ve ipuçları

    • Ultima Online Server List

      Ultima Online Server List

      Önemli özellikleri ve online oyuncu sayıları

    • Ultima Online Script

      Ultima Online Script

      Sphere, RunUO, Razor scriptleri

    • Ultima Online Forum

      Ultima Online Forum

      UO hakkında görüş alışverişi

  • FORUM
  • DOKÜMAN
  • İNDİR
  • DISCORD 16
   Üye ol    Giriş
130
  1. UO Scriptleri
  2. Sphere Scripts
  3. Function
  4. Pelerin Sistemi v1
Marshall Longcloak

Pelerin Sistemi v1

  • Marshall Longcloak
  • 2009-08-28 06:25
  • 0 Yorumlar
  • 1896 Görüntüleme
//[Pelerin Sistemi v1]
//Coder = Static]
//Kodlandığı Tarih=5 Ağustos 2009]

[events e_puan]
on=@click
if (<eval <tag0.Puan>> >= 120)
message @0940 [Most Powerful]
elseif (<eval <tag0.Puan>> >= 90)
message @0940 [Excessive Talented]
elseif (<eval <tag0.puan>> >= 60)
message @0940 [More Talented]
elseif (<eval <tag0.Puan>> >= 30)
message @0940 [Dexterous]
else
message @0940 [Incompetent]
endif

on=@kill
if (<argo.fame> <5000)
src.sysmessage @0481,,1 <act.name>'den Puan Alamadiniz.
else
src.tag.Puan +=1
src.sysmessage @0481,,1 <act.name>'den 1 Puan Aldiniz.
src.sysmessage @0481,,1 Toplam Puaniniz: [<eval <tag0.Puan>>]
src.newitem i_bilet,1000
src.act.bounce
endif

on=@death
src.tag.puan -=1
src.sysmessage @0481,,1 Puan Kaybettiniz.
src.sysmessage @0481,,1 Toplam Puaniniz: [<eval <tag0.Puan>>]

[function puan]
src.sysmessage @0481,,1 Puaniniz: [<eval <tag0.Puan>>]

[plevel 1]
puan

endif

///////////////////////PELERINLER///////////////////////////////////////

[itemdef i_incompetent_cape]
ID=i_cape
NAME=[Incompetent Cape]
Type=t_clothing

on=@create
COLOR=0814
HITPOINTS=100


ON=@CLICK
Message @0940,,1 [Incompetent Cape]
message @0481,,1 [3 Saniyede +1 Hits]
return 1

ON=@EQUIP
src.sayu [Incompetent Power Loading]
src.sysmessage @07a1 Incompetent Yetengi Sizinle.
LINK=<SRC.UID>
TIMER=2
RETURN 0

on=@TIMER
IF (<LINK.hits><<LINK.str>)
LINK.hits=<LINK.hits>+1
CONT.EFFECT=3,i_fx_sparkle_2,10,20,10
TIMER=5
else
TIMER=0
ENDIF
RETURN 1

on=@unequip
src.sysmessage @07a1 Incompetent Yetenegini Yitirdiniz.
LINK=04FFFFFFF
timer=-1
RETURN 0

endif

//////////////////////////////Dextereus////////////////////////////

[itemdef i_Dextereus_cape]
Defname i_dc
ID=i_cape
NAME=[Dextereus Cape]
Type=t_clothing

on=@create
COLOR=07a1
HITPOINTS=100


ON=@CLICK
Message @0940,,1 [Dextereus Cape]
message @0481,,1 [3 Saniyede +2 Hits]
return 1

ON=@EQUIP
src.sayu [Dextereus Power Loading]
src.sysmessage @07a1 Dextereus Yetengi Sizinle.
if (<eval <src.tag0.Puan>> < 30)
src.sysmessage Puaniniz 30'dan Buyuk Olmasi Gerek.
unequip
else
LINK=<SRC.UID>
TIMER=2
RETURN 0
endif

on=@TIMER
IF (<LINK.hits><<LINK.str>)
LINK.hits=<LINK.hits>+2
CONT.EFFECT=3,i_fx_sparkle_2,10,20,10
TIMER=5
else
TIMER=0
ENDIF
RETURN 1

on=@unequip
src.sysmessage @07a1 Dextereus Yetenegini Yitirdiniz.
LINK=04FFFFFFF
timer=-1

/////////////////////////////////More Talented//////////////////////////////////

[itemdef i_More_Talented_cape]
Defname i_mtc
ID=i_cape
NAME=[More Talented Cape]
Type=t_clothing

on=@create
COLOR=0854
HITPOINTS=100


ON=@CLICK
Message @0940,,1 [More Talented Cape]
message @0481,,1 [3 Saniyede +3 Hits]
return 1

ON=@EQUIP
src.sayu [More Talented Power Loading]
src.sysmessage @07a1 More Talented Yetengi Sizinle.
if (<eval <src.tag0.Puan>> < 60)
src.sysmessage Puaniniz 60'dan Buyuk Olmasi Gerek.
unequip
else
LINK=<SRC.UID>
TIMER=2
endif

on=@TIMER
IF (<LINK.hits><<LINK.str>)
LINK.hits=<LINK.hits>+3
CONT.EFFECT=3,i_fx_sparkle_2,10,20,10
TIMER=5
else
TIMER=0
ENDIF
RETURN 1

on=@unequip
src.sysmessage @07a1 More Talented Yetenegini Yitirdiniz.
LINK=04FFFFFFF
timer=-1

///////////////////////////Excessive Talented//////////////////

[itemdef i_Excessive_Talented_cape]
Defname i_etc
ID=i_cape
NAME=[Excessive Talented Cape]
Type=t_clothing

on=@create
COLOR=0484
HITPOINTS=100


ON=@CLICK
Message @0940,,1 [Excessive Talented Cape]
message @0481,,1 [3 Saniyede +4 Hits]
return 1

ON=@EQUIP
src.sayu [Excessive Talented Power Loading]
src.sysmessage @07a1 Excessive Talented Yetengi Sizinle.
if (<eval <src.tag0.Puan>> < 90)
src.sysmessage Puaniniz 90'dan Buyuk Olmasi Gerek.
unequip
else
LINK=<SRC.UID>
TIMER=2
endif

on=@TIMER
IF (<LINK.hits><<LINK.str>)
LINK.hits=<LINK.hits>+4
CONT.EFFECT=3,i_fx_sparkle_2,10,20,10
TIMER=5
else
TIMER=0
ENDIF
RETURN 1

on=@unequip
src.sysmessage @07a1 Excessive Talented Yetenegini Yitirdiniz.
LINK=04FFFFFFF
timer=-1

//////////////////////////////Most Powerful////////////////////////////////


[itemdef i_Most_Powerful_cape]
Defname i_mpc
ID=i_cape
NAME=[Most Powerful Cape]
Type=t_clothing

on=@create
COLOR=05a23
HITPOINTS=100


ON=@CLICK
Message @0940,,1 [Most Powerful Cape]
message @0481,,1 [3 Saniyede +5 Hits]
return 1

ON=@EQUIP
src.sayu [Most Powerful Power Loading]
src.sysmessage @07a1 Most Powerful Yetengi Sizinle.
if (<eval <src.tag0.Puan>> < 120)
src.sysmessage Puaniniz 120'den Buyuk Olmasi Gerek.
unequip
else
LINK=<SRC.UID>
TIMER=2
endif

on=@TIMER
IF (<LINK.hits><<LINK.str>)
LINK.hits=<LINK.hits>+5
CONT.EFFECT=3,i_fx_sparkle_2,10,20,10
TIMER=5
else
TIMER=0
ENDIF
RETURN 1

on=@unequip
src.sysmessage @07a1 Most Powerful Yetenegini Yitirdiniz.
LINK=04FFFFFFF
timer=-1

[eof]

Değerlendirmeler

0 0

Total votes: 0

Üye Ol veya Giriş Yap

Bu içeriğe yorum atmak istiyorsanız hemen üye olun veya giriş yapın.

Discord ile Bağlan
Twitch ile Bağlan
Steam ile Bağlan
Google ile Bağlan

Yorumlar (0)

Henüz yorum yapılmamış
Sadece kayıtlı kullanıcılar yeni yorum yapabilir.


Ultima-Strike Discord
Benzer Sayfalar
  • Pin Sistemi

    2008-10-24 22:28

  • Mf Ev Sistemi

    2008-08-05 12:33

  • Help Sistemi

    2008-10-24 22:29

  • Ban Sistemi

    2007-12-02 12:20

  • Pin Sistemi.

    2009-04-28 11:01



  • Son Forumlar
  • Sayfalar
  • Vanq
    Yapay zekayla UO kodlamaya çalışan var mı? Cursor...

    Sphere Scripting 3 gün önce

  • Osman3007
    CS 1.6 P0ndenush Config

    CS 1.6 5 gün önce

  • TSuN@Mi
    Counter-Strike 1.6 İndir - Tek Link Hızlı-

    Counter-Strike 1 hafta önce

  • sarhos7573
    Ev Yapmak istiyorum

    Sphere Scripting 1 hafta önce

  • Zerox
    Üyeliği 15 yıl ve üzerinde olanlar.

    Ultima Online 1 hafta önce

  • Gökhan Çelikörs
    NightUO

    Sunucular 4 hafta önce

  • Vanq
    Discord'a alternatif olarak basit sesli sohbet...

    Off Topic 1 ay önce

  • Furkan Yurtseven
    CS2 Topluluk Sunucumuza Ücretli Yetkili Aranıyor!

    Counter-Strike 2 1 ay önce

  • Nefrelius
    Alcor UO Reborn

    Sunucular 2 ay önce

  • System_Error
    Client Patlaması

    Ultima Online 2 ay önce

  • georgm15
    CS2 turnuvaları tartışmalı başladı.

    Counter-Strike 2 2 ay önce

  • Cihangir algın
    Razor Kullanımı

    RunUo Scripting 2 ay önce

  • Lucretius
    Rampage Pvp

    Sunucular 2 ay önce

  • Lucretius
    Nephilim Pvp

    Sunucular 2 ay önce

  • Cengiz MERDİT
    Sphere 56T Nightly Sürümü

    Ultima Online 3 ay önce

  • Skill seçimlerinizi planlamak artık çok daha kolay

    Ultima Online Karakter Yapılandırma Aracı Bölümü Açıldı!

    2024-10-31 22:47

  • Ultima Online topluluğu, ClassicUO'nun sadece web client olarak kullanılabileceğinin açıklanmasının ardından tepkili.

    Resmi UO, Oyuncuları İkiye Böldü: Web Client Yeterli mi?

    2024-10-14 17:45

  • Ultima Online, ClassicUO ile resmi işbirliği yapıyor! Performans iyileştirmeleri, geniş oyun penceresi ve daha fazlası geliyor.

    Ultima Online, ClassicUO ile Resmi İşbirliğine Gidiyor

    2024-09-26 14:21

  • Centred#

    2024-07-08 22:50

  • CentrED+ 7.9

    2024-07-08 22:34

  • Distance(uzaklık) Sorgusu Hakkında

    2024-06-19 22:05

  • UoFiddler

    2024-06-01 02:19

  • UoFiddler ile Map Kopyalama

    2024-05-31 21:17

Menü
  • ANASAYFA
  • FORUM
  • DOKÜMAN
  • İNDİR
  • İLETİŞİM
  • Bağlantılar
  • CS 1.6 indir
  • CS 1.6 Türkçe
  • CS 1.6 Bot
  • CS 1.6 CFG
  • CS 1.6 Rate Ayarları
  • UO Server
  • Ghost Mouse indir
  • FPS Nedir?
  • Ultima Online PVP Server
  • Makroman
  • UO Karakter Yapılandırma
    © 2004 - 2025 Ultima-Strike. Her hakkı saklıdır.