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

Weapon Stone

  • Sexy1
  • 2008-11-22 14:45
  • 0 Yorumlar
  • 994 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
  • TSuN@Mi
    Counter-Strike 1.6 İndir - Tek Link Hızlı-

    Counter-Strike 1 gün önce

  • sarhos7573
    Ev Yapmak istiyorum

    Sphere Scripting 3 gün önce

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

    Ultima Online 4 gün önce

  • Gökhan Çelikörs
    NightUO

    Sunucular 3 hafta önce

  • HızlıTetık
    Yapay zekayla UO kodlamaya çalışan var mı? Cursor...

    Sphere Scripting 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 1 ay önce

  • System_Error
    Client Patlaması

    Ultima Online 1 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

  • aygun
    Esgaroth UO

    Sunucular 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.