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 60
   Üye ol    Giriş
346
  1. UO Scriptleri
  2. Sphere Scripts
  3. Items
  4. Weapon Stone

Weapon Stone

  • Sexy1
  • 2008-11-22 14:45
  • 0 Yorumlar
  • 1048 Görüntüleme
emege saygı... unutmayalım 

[itemdef i_weapstone]
id i_grave_stone

on=@create
attr 010
color 0bb7
type t_container

on=@click
message @07a1 [ Weapon Stone ]
return 1

On=@dclick
src.dialog d_weapmenu
return 1

[dialog d_weapmenu]
50,50
nomove

resizepic 0 0 5170 215 450

dtext 50 29 0250 +15 Weapon Menu
dtext 50 48 0 +15 Katana
dtext 50 74 0 +15 Spear
dtext 50 99 0 +15 Scimistar
dtext 50 124 0 +15 Cutlass
dtext 50 149 0 +15 Short Spear
dtext 50 174 0 +15 Black Staff
dtext 50 198 0 +15 Kryss
dtext 50 224 0 +15 Halberd
dtext 50 248 0 +15 Barcihe
dtext 50 275 0 +15 War Axe
dtext 50 299 0 +15 War Fork
dtext 50 324 0 +15 PitchFork
dtext 50 349 0 +15 Bow
dtext 100 379 0250 Androia

button 25 50 55 56 1 0 1
button 25 75 55 56 1 0 2
button 25 100 55 56 1 0 3
button 25 125 55 56 1 0 4
button 25 150 55 56 1 0 5
button 25 175 55 56 1 0 6
button 25 200 55 56 1 0 7
button 25 225 55 56 1 0 8
button 25 250 55 56 1 0 9
button 25 275 55 56 1 0 10
button 25 300 55 56 1 0 11
button 25 325 55 56 1 0 12
button 25 350 55 56 1 0 13

[dialog d_weapmenu text]

[dialog d_weapmenu button]
onbutton 0
src.sysmessage @0481,1,1 Alisveris Yapmadiniz.

onbutton 1
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_katana_vanq
src.act.bounce
return 1
endif

onbutton 2
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_spear_vanq
src.act.bounce
return 1
endif

onbutton 3
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_scimitar
src.act.bounce
src.act.attr 4
return 1
endif

onbutton 4
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_cutlass
src.act.bounce
src.act.attr 4
return 1

onbutton 5
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_spear_short_vanq
src.act.bounce
src.act.attr 4
return 1
endif

onbutton 6
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_staff_black_vanq
src.act.bounce
src.act.attr 4
return 1
endif

onbutton 7
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_kryss_vanq
src.act.bounce
src.act.attr 4
return 1
endif

onbutton 8
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_halberd_vanq
src.act.bounce
src.act.attr 4
return 1
endif

onbutton 9
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_bardiche_vanq
src.act.bounce
src.act.attr 4
return 1
endif

onbutton 10
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_axe_war_vanq
src.act.bounce
src.act.attr 4
return 1
endif

onbutton 11
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_war_fork_vanq
src.act.bounce
src.act.attr 4
return 1
endif

onbutton 12
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_pitchfork_vanq
src.act.bounce
src.act.attr 4
return 1
endif

onbutton 13
if !(<src.restest 5000 i_fctn_silver>)
src.sysmessage @0481,1,1 5k Ozel Bilete Ihtiyaciniz Var.
else
src.consume 5000 i_fctn_silver
src.newitem i_bow_vanq
src.act.bounce
src.act.attr 4
return 1
endif

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
  • weapon bilgileri

    2009-06-04 10:48

  • Web Stone

    2006-05-02 21:59

  • Stone Oven

    2008-07-09 21:46

  • Guild Stone

    2008-07-01 11:24

  • Tailor Stone

    2008-07-23 15:53



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

    Duyurular 23 dakika önce

  • Lucretius
    AutoMod - AI Destekli Forum Moderasyon

    Duyurular 18 saat önce

  • Syntax
    UO:Nimloth Yeniden Doğuyor !

    Sunucular 1 hafta önce

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

    Ultima Online 1 hafta önce

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

    Ultima Online 2 hafta önce

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

    Sphere Scripting 3 hafta önce

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

    Sunucular 3 hafta önce

  • HaldiUo
    HaldiUO (Pc-Mobile)

    Sunucular 3 hafta önce

  • TheFXon
    CS 1.6 P0ndenush Config

    CS 1.6 1 ay önce

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

    Sunucular 1 ay önce

  • System_Error
    Sphere X Kurulum İş İlanı

    Sphere Scripting 2 ay önce

  • Esgaroth UO
    Esgaroth UO

    Sunucular 3 ay önce

  • sarhos7573
    Scripting / script

    Ultima Online 3 ay önce

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

    Sphere Scripting 4 ay önce

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

    Counter-Strike 4 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.