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 Portal

      Ultima Online Portal

      Ultima Online oyununun topluluk portalı

    • 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

  • FORUM
  • DOKÜMAN
  • İNDİR
  • DISCORD 33
   Üye ol    Giriş
178
  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
  • 1944 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
  • Sarhos
    Royal UO

    Sunucular 1 gün önce

  • Mortal
    Son yıllarda UO tercihiniz: RP, PP (Power Play)...

    Ultima Online 1 gün önce

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

    Ultima Online 2 gün önce

  • emrtrkcll
    UO:Nimloth Yeniden Doğuyor !

    Sunucular 3 gün önce

  • morfin59
    Arkadaslar Potionlarin Üst üste Düsürme Nasil??

    Sphere Scripting 1 hafta önce

  • Tymaron
    Sistem Güncellemeleri: Portal, Sunucu Listesi ve...

    Duyurular 1 hafta önce

  • Lucretius
    AutoMod - AI Destekli Forum Moderasyon

    Duyurular 1 hafta önce

  • Gececi
    Üyeliği 18 yıl ve üstünde olanlar.

    Ultima Online 3 hafta önce

  • Çağdaş İLHAN
    Viox/phobos Sphere Script Pack Alınacaktır

    Sphere Scripting 1 ay önce

  • Venus
    World of UO'da Geçmişe Yolculuk Başladı

    Sunucular 1 ay önce

  • HaldiUo
    HaldiUO (Pc-Mobile)

    Sunucular 1 ay önce

  • TheFXon
    CS 1.6 P0ndenush Config

    CS 1.6 1 ay önce

  • TheNorthShield
    The North Shield ( TNS ) - Golden Age 2017

    Sunucular 2 ay önce

  • System_Error
    Sphere X Kurulum İş İlanı

    Sphere Scripting 2 ay önce

  • Esgaroth UO
    Esgaroth UO

    Sunucular 3 ay önce

  • Yeni Başlayanlar İçin Ultima Online

    2025-11-27 19:07

  • 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

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.