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 59
   Üye ol    Giriş
94
  1. UO Scriptleri
  2. Sphere Scripts
  3. Items
  4. PvP serverler icin Genel Stone
oguz13

PvP serverler icin Genel Stone

  • oguz13
  • 2008-11-24 17:29
  • 0 Yorumlar
  • 1499 Görüntüleme
// PvP SERVERLERİ İCİN GENEL STONE BEN GEREKLI İTEMLERİ KOYDUM ALINTI DEĞİLDİR //MikrofibeR MurdoK//
[itemdef i_genel_tas]
name genel stone
id i_grave_stone

on=@create
color 0810
attr 08010

on=@click
message @0481 [<serv.name>]
message @0481 [Genel stone]
Message @020 <name>

on=@dclick
if (<distance> > 2)
src.sysmessage @07a1,0,1 Cok uzaksın.
return 1
else
src.dialog d_geneltas
return 1

[dialog d_geneltas]
0, 0
PAGE O
resizepic 10 10 3000 500 350
dtext 160 10 1157 <serv.name>
dtext 50 30 0481 Gcure
button 20 30 4005 4006 1 0 1
dtext 50 50 0481 Gheal
button 20 50 4005 4006 2 0 2
dtext 50 70 0481 Total refresh
button 20 70 4005 4006 3 0 3
dtext 50 90 0481 Saint robe
button 20 90 4005 4006 4 0 4
dtext 50 110 0481 Elven bow
button 20 110 4005 4006 5 0 5
dtext 50 130 0481 Bleed potion
button 20 130 4005 4006 6 0 6
dtext 50 150 0481 Arrow
button 20 150 4005 4006 7 0 7
dtext 50 170 0481 Bandaj
button 20 170 4005 4006 8 0 8
dtext 50 190 0481 Trapped Pouch
button 20 190 4005 4006 9 0 9
dtext 50 210 0481 Spell book
button 20 210 4005 4006 10 0 10
dtext 50 230 0481 Saman
button 20 230 4005 4006 11 0 11
dtext 50 250 0481 Poison pot
button 20 250 4005 4006 12 0 12
dtext 50 270 0481 Regcrystal
button 20 270 4005 4006 13 0 13
dtext 280 30 0481 Axi Shroud
button 250 30 4005 4006 14 0 14
dtext 280 50 0481 Kucultucu(Shrink)
button 250 50 4005 4006 15 0 15
dtext 280 70 0481 Wooden box
button 250 70 4005 4006 16 0 16
dtext 280 90 0481 Wooden box 2
button 250 90 4005 4006 16 0 16
dtext 280 110 0481 Metal chest
button 250 110 4005 4006 17 0 17
dtext 280 130 0481 Taming staff
button 250 130 4005 5006 18 0 18
dtext 280 150 0481 G-agility
button 250 150 4005 4006 19 0 19
dtext 280 170 0481 Full deri set
button 250 170 4005 4006 20 0 20
dtext 280 190 0481 Full Iron Set
button 250 190 4005 4006 21 0 21
dtext 280 210 0481 Rune Book
button 250 210 4005 4006 22 0 22
dtext 280 230 0481 Makas
button 250 230 4005 4006 23 0 23
dtext 280 250 0481 Death shroud
button 250 250 4005 4006 24 0 24
dtext 280 270 0481 Black staff
button 250 270 4005 4006 25 0 25

[dialog d_geneltas button]
onbutton=1
src.newitem=i_potion_curegreat
src.act.bounce
new.amount 4
onbutton=2
src.newitem=i_potion_healgreat
src.act.bounce
new.amount 4
onbutton=3
src.newitem=i_potion_refreshtotal
src.act.bounce
new.amount 4
onbutton=4
src.newitem=i_robe_saint
src.act.bounce
onbutton=5
src.newitem=i_bow_elven
src.act.bounce
onbutton=6
src.newitem=i_potion_bleed
src.act.bounce
new.amount 4
onbutton=7
src.newitem=i_arrow
src.act.bounce
new.amount 25
onbutton=8
src.newitem=i_bandage
src.act.bounce
new.amount 100
onbutton=9
src.newitem=i_pouch_trapped
src.act.bounce
new.amount 4
onbutton=10
src.newitem=i_full_spellbook
src.act.bounce
new.amount 1
onbutton=11
src.newitem=i_hay_sheaf
src.act.bounce
new.amount 4
onbutton=12
src.newitem=i_potion_poisondeadly
src.act.bounce
new.amount 4
onbutton=13
src.newitem=i_magic_reg90
src.act.bounce
new.amount 1
onbutton=14
src.newitem=i_axi_shroud
src.act.bounce
new.amount 1
onbutton=15
src.newitem=i_animal_deed
src.act.bounce
new.amount 1
onbutton=16
src.newitem=i_box_wood
src.act.bounce
new.amount 1
onbutton=17
src.newitem=i_chest_metal
src.act.bounce
new.amount 1
onbutton=18
src.newitem=i_staff_taming
src.act.bounce
new.amount 1
onbutton=19
src.newitem=i_potion_agilitygreat
src.act.bounce
new.amount 4
onbutton=20
src.newitem=i_set_studded
src.act.bounce
new.amount 1
onbutton=21
src.newitem=i_set_platemail
src.act.bounce
new.amount 1
onbutton=22
src.newitem=i_runebook
src.act.bounce
new.amount 1
onbutton=23
src.newitem=i_scissors
src.act.bounce
new.amount 1
onbutton=24
src.newitem=i_deathshroud
src.act.bounce
new.amount 1
onbutton=25
src.newitem=i_staff_black
src.act.bounce
new.amount 1

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
  • PvP Serverlari Icin Stone.

    2008-01-26 10:20

  • Genis bir baslangıc stone pvp ler icin

    2009-07-24 13:46

  • Pvp Serveri Icin Yazılmıs Baslangıc Stone

    2007-06-16 21:21

  • Warcraft Genel

    2006-05-10 21:41

  • SilkRoad Genel Bilgiler

    2006-07-27 00:16



  • Son Forumlar
  • Sayfalar
  • Gökhan Çelikörs
    NightUO

    Sunucular 1 hafta önce

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

    Ultima Online 1 hafta önce

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

    Sphere Scripting 1 hafta önce

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

    Off Topic 2 hafta önce

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

    Counter-Strike 2 3 hafta ö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 1 ay önce

  • georgm15
    Counter-Strike 1.6 İndir - Tek Link Hızlı-

    Counter-Strike 1 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 2 ay önce

  • aygun
    Esgaroth UO

    Sunucular 2 ay önce

  • deonist
    Alysa Pvp ( Aktif ! )

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