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ş
220
  1. UO Scriptleri
  2. Sphere Scripts
  3. Npc
  4. @ Alın Size Potion Seller NPC
ArnolD

@ Alın Size Potion Seller NPC

  • ArnolD
  • 2011-05-01 22:24
  • 0 Yorumlar
  • 2518 Görüntüleme
[pfs]///Maker:By Tuqi///
///[email protected]///

[chardef c_spotion]
id c_man
armor 60
dam 80,90
CATEGORY=Monsters
SUBSECTION=Miscellaneous
DESCRIPTION=Aile

on=@click
message @38,,1 [Other Potion's]
message @0492,,1 Seller Vendor
return 1

on=@dclick
IF ( <DISTANCE> < 4 )
SRC.SFX 555
DIALOG d_potion
ELSE
SRC.sysmessage @38,,1 Uzaksin!
RETURN 1
ENDIF
RETURN 1

on=@create
color 01
str 450
maxhits 1600
dex 0
int 500
stam 0
invul 1

itemnewbie i_robe
attr 010
color 07a1
itemnewbie i_hat_floppy
attr 010
color 0481
itemnewbie i_apron_half
attr 010
color 0481
itemnewbie i_staff_black
attr 010
color 0481

[dialog d_potion]
5,5
nomove
resizepic 50 0 9250 510 570
resizepic 60 10 9250 490 550

resizepic 80 65 9250 430 30 //
resizepic 80 105 9250 430 30 //
resizepic 80 145 9250 430 30 //
resizepic 80 185 9250 430 30 //
resizepic 80 225 9250 430 30 //
resizepic 80 265 9250 430 30 //
resizepic 80 305 9250 430 30 //
resizepic 80 345 9250 430 30 //
resizepic 80 385 9250 430 30 //
resizepic 80 425 9250 430 30 //
resizepic 80 465 9250 430 30 //
resizepic 80 505 9250 430 30 //

button 100 69 4006 4005 1 0 1
button 100 109 4006 4005 1 0 2
button 100 149 4006 4005 1 0 3
button 100 189 4006 4005 1 0 4
button 100 229 4006 4005 1 0 5
button 100 269 4006 4005 1 0 6
button 100 309 4006 4005 1 0 7
button 100 349 4006 4005 1 0 8
button 100 389 4006 4005 1 0 9
button 100 429 4006 4005 1 0 10
button 100 469 4006 4005 1 0 11
button 100 509 4006 4005 1 0 12


text 212 35 38 0
text 147 70 049 1
text 147 110 049 2
text 147 150 049 3
text 147 190 049 4
text 147 230 049 5
text 147 270 049 6
text 147 310 049 7
text 147 350 049 8
text 147 390 049 9
text 147 430 049 10
text 147 470 049 11
text 147 510 049 12


tilepic 455 66 <serv.itemdef.i_potion_heal.id>
tilepic 455 106 <serv.itemdef.i_potion_cure.id>
tilepic 455 146 <serv.itemdef.i_potion_agility.id>
tilepic 455 186 <serv.itemdef.i_potion_refresh.id>
tilepic 455 226 <serv.itemdef.i_potion_poison.id>
tilepic 455 266 <serv.itemdef.i_bleed_pot.id>
tilepic 455 306 <serv.itemdef.i_bandage.id>
tilepic 455 346 <serv.itemdef.i_tp.id>
tilepic 455 386 <serv.itemdef.i_rune_marker.id>
tilepic 455 426 <serv.itemdef.i_runebook.id>
tilepic 455 466 <serv.itemdef.i_full_spellbook.id>
tilepic 455 506 <serv.itemdef.i_magic_reg90.id>

[dialog d_potion text]
<serv.name> Other Potion's Seller
Greather Heal - 10 Adet
Greather Cure - 10 Adet
Greather Agility - 10 Adet
Total Refresh - 10 Adet
Deadly Poison - 10 Adet
Bleed Potion - 10 Adet
Bandaj - 100 Adet
Trapped Pouch(TP) - 5 Adet
Rune Marker - 5 Adet
Rune Book - 1 Adet
Full Spell Book - 1 Adet
Reg Crystal(90) - 1 Adet

[dialog d_potion button]

onbutton=1
src.newitem=i_potion_healgreat,10
src.act.bounce
src.dialog d_potion

onbutton=2
src.newitem=i_potion_curegreat,10
src.act.bounce
src.dialog d_potion

onbutton=3
src.newitem=i_potion_agilitygreat,10
src.act.bounce
src.dialog d_potion

onbutton=4
src.newitem=i_potion_refreshtotal,10
src.act.bounce
src.dialog d_potion

onbutton=5
src.newitem=i_potion_poisondeadly,10
src.act.bounce
src.dialog d_potion

onbutton=6
src.newitem=i_bleed_pot,10
src.act.bounce
src.dialog d_potion

onbutton=7
src.newitem=i_bandage,100
src.act.bounce
src.dialog d_potion

onbutton=8
src.newitem=i_tp,5
src.act.bounce
src.dialog d_potion

onbutton=9
src.newitem=i_rune_marker,5
src.act.bounce
src.dialog d_potion

onbutton=10
src.newitem=i_runebook
src.act.bounce
src.act.attr 010
src.dialog d_potion

onbutton=11
src.newitem=i_full_spellbook
src.act.bounce
src.act.attr 010
src.dialog d_potion

onbutton=12
src.newitem=i_magic_reg90
src.act.bounce
src.act.attr 010
src.dialog d_potion
[/pfs]

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
  • Alın Size Full Binek..

    2007-06-16 21:19

  • Alın Size Acid Zombie

    2009-07-09 09:47

  • Alın Size Hazır Moongate [Yeniyim]

    2008-12-15 23:39

  • Binek Seller Scriptsi

    2008-12-14 02:44

  • House Seller - Pvp Serverları için. kendim yazdım

    2008-12-16 21:40



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