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 25
   Üye ol    Giriş
229
  1. UO Scriptleri
  2. Sphere Scripts
  3. Npc
  4. Shop Vendor
suicide

Shop Vendor

  • suicide
  • 2007-08-07 18:28
  • 0 Yorumlar
  • 1671 Görüntüleme
[chardef c_vendor_neviex]
name Shop Vendor
id c_man
desires i_gold,t_wand,t_reagent,t_bone

AVERSIONS=t_TRAP,t_eerie_stuff
TSPEECH=spk_human_prime
TSPEECH=jobMageShop
TSPEECH=spk_shopkeep
TSPEECH=spk_needs
TSPEECH=spk_rehello
TSPEECH=spk_human_default

on @dclick

if <src.hits> == 0
src.sysmessage @0481,,1 Ölü iken bu işlemi yapamazsınız.
return 1
endif

obj <uid>
food 999
if <distance> > 2
src.sysmessage @1153,,1 Uzaktasın.
return 1
endif

if !<obj.findlayer.26.uid> //vendorbox yok ise yaratmak için uğraşmadım
obj.hear buy
endif

f_bosalt <obj.findlayer.26.uid>
src.dialog d_vendorum
return 1

on @click
message @1153,,1 Shop Vendor
return 1

on @create
NPC=brain_vendor
COLOR=colors_skin
STR={61 75}
DEX={71 85}
INT={86 100}
invul 1
food 999
ITEMNEWBIE=random_male_hair
COLOR=colors_hair
ITEMNEWBIE=random_facial_hair
COLOR=match_hair
ITEMNEWBIE=i_shirt_plain
COLOR=colors_all
ITEMNEWBIE=random_pants
COLOR=colors_all
ITEMNEWBIE=random_shoes
COLOR=colors_neutral

[dialog d_vendorum]
0,0
nomove
resizepic 0 0 3500 450 340
dtext 120 15 0C6 Neviex - Shop Vendor Sistemi
button 20 40 2117 2118 1 0 1
tilepic 20 40 0bae
dtext 55 40 1153 Mage
button 20 80 2117 2118 1 0 2
tilepic 20 80 0ba6
dtext 55 80 1153 Tailor
button 20 120 2117 2118 1 0 3
tilepic 20 120 0baa
dtext 55 120 1153 Architech
button 20 160 2117 2118 1 0 4
tilepic 20 160 0bb0
dtext 55 160 1153 Carpenter
button 20 200 2117 2118 1 0 5
tilepic 20 200 0bd0
dtext 55 200 1153 Fur Trader
button 20 240 2117 2118 1 0 6
tilepic 20 240 0bb0
dtext 55 240 1153 Tinker
button 20 280 2117 2118 1 0 7
tilepic 20 280 0bcc
dtext 55 280 1153 Provisioner
///// Sıra 2
button 160 40 2117 2118 1 0 8
tilepic 160 40 0c0e
dtext 195 40 1153 Glassblower
button 160 80 2117 2118 1 0 9
tilepic 160 80 0c0c
dtext 195 80 1153 Scribe
button 160 120 2117 2118 1 0 10
tilepic 160 120 0bd0
dtext 195 120 1153 Tanner
button 160 160 2117 2118 1 0 11
tilepic 160 160 0bae
dtext 195 160 1153 Alchemist
button 160 200 2117 2118 1 0 12
tilepic 160 200 0bb2
dtext 195 200 1153 Fisher
button 160 240 2117 2118 1 0 13
tilepic 160 240 0bac
dtext 195 240 1153 Healer
button 160 280 2117 2118 1 0 14
tilepic 160 280 0bb2
dtext 195 280 1153 Shipwright
//// 3.sıra
button 300 40 2117 2118 1 0 15
tilepic 300 40 0bbe
dtext 335 40 1153 Bowyer
button 300 80 2117 2118 1 0 16
tilepic 300 80 0bb8
dtext 335 80 1153 Animal Trainer
button 300 120 2117 2118 1 0 17
tilepic 300 120 0bca
dtext 335 120 1153 Mapmaker
button 300 160 2117 2118 1 0 18
tilepic 300 160 0bcc
dtext 335 160 1153 Miner
button 300 200 2117 2118 1 0 19
tilepic 300 200 0bce
dtext 335 200 1153 Weaponsmith
button 300 240 2117 2118 1 0 20
tilepic 300 240 0bc0
dtext 335 240 1153 Armorer
button 300 280 2117 2118 1 0 21
tilepic 300 280 0bc8
dtext 335 280 1153 Blacksmith


[dialog d_vendorum button]
on 1 21 // çok kısa dimi - suicide =)
f_doldur <argn1> <obj.findlayer.26.uid>
obj.hear buy
return 1

[function f_doldur]
serv.newitem vendor_<argn1>
new.cont <argn2>
f_tasi <new.uid>

[function f_tasi]
forcont <argn1>
cont <obj.findlayer.26.uid>
endfor
f_bagsil <obj.findlayer.26.uid>

[function f_bagsil]
forcont <argn1>
if <baseid> == i_bag
remove
endif
endfor

[function f_bosalt]
forcont <argn1>
remove
endfor


Bunlar da templateleri;


[template vendor_1]
container i_bag
item i_magic_reg30,{10 20}
item i_magic_reg60,{10 20}
item i_magic_reg90,{10 20}
item i_scroll_blank,{300 900}
item i_rune_marker,{2 10}
item i_reag_black_pearl,{210 206}
item i_reag_blood_moss,{210 206}
item i_reag_garlic,{210 206}
item i_reag_ginseng,{210 206}
item i_reag_mandrake_root,{210 206}
item i_reag_nightshade,{210 206}
item i_reag_sulfur_ash,{210 206}
item i_reag_spider_silk,{210 206}
item i_spellbook,{3 27}
item random_first_circle,{4 24}
item random_second_circle,{4 24}
item random_third_circle,{4 24}
item random_fourth_circle,{4 24}

[template vendor_2]
container i_bag
item i_sewing_kit,{2 24}
item i_scissors,{2 24}
item i_dye_tub,{2 24}
item i_DYES,{2 24}
item i_shirt_plain,{2 24}
item i_shirt_fancy,{2 24}
item i_pants_short,{2 24}
item i_pants_long,{2 24}
item i_dress_full,{2 24}
item i_dress_plain,{2 24}
item i_skirt_long,{2 24}
item i_skirt_short,{2 24}
item i_kilt,{2 24}
item i_apron_half,{2 24}
item i_robe,{2 24}
item i_cape,{2 24}
item i_doublet,{2 24}
item i_tunic,{2 24}
item i_jester_suit,{2 24}
item i_hat_jester,{2 24}
item i_hat_floppy,{2 24}
COLOR=colors_all
item i_hat_wide_brim,{2 24}
COLOR=colors_all
item i_cap,{2 24}
COLOR=colors_all
item i_hat_straw_tall,{2 24}
COLOR=colors_all
item i_hat_straw,{2 24}
COLOR=colors_all
item i_hat_wizards,{2 24}
COLOR=colors_all
item i_leather_cap,{2 24}
COLOR=colors_all
item i_hat_feather,{2 24}
COLOR=colors_all
item i_hat_tricorne,{2 24}
COLOR=colors_all
item i_bandana,{2 24}
COLOR=colors_all
item i_skull_cap,{2 24}
COLOR=colors_all

[template vendor_3]
container i_bag
item i_deed_house_stone_plaster_small,{2 6}
item i_deed_House_stone_small,{2 6}
item i_deed_House_stone_brick_small,{2 6}
item i_deed_House_stone_wood_small,{2 6}
item i_deed_House_wood_plaster_small,{2 6}
item i_deed_House_wood_thatched_small,{2 6}
item i_deed_house_3room,{2 6}
item i_deed_house_wood_plaster_2story,{2 6}
item i_deed_house_stone_plaster_2story,{2 6}
item i_deed_tower,{2 6}
item i_deed_keep,{2 6}
item i_deed_Castle,{2 6}
item i_deed_shop_blacksmithy_large,{2 6}
item i_deed_evil_compound,{5 10}
//item i_deed_house_wheat_cottage,{10 20}
item i_deed_shop_marble_small,{10 20}
item i_deed_shop_stone_small,{10 20}
item i_deed_villa_2story,{10 20}
item i_deed_house_patio_sand,{10 20}
item i_deed_cabin_log_2story,{10 20}
item i_deed_house_patio_marble,{10 20}

[template vendor_4]
container i_bag
item i_log,{30 80}
item i_board,{30 80}
item i_sticks,{10 30}
item i_nails,{10 30}
item i_knife_draw,{10 30}
item i_froe,{10 30}
item i_inshave,{10 30}
item i_scorp,{10 30}
item i_saw_dovetail,{10 30}
item i_saw,{10 30}
item i_hammer,{10 30}
item i_plane_moulding,{10 30}
item i_plane_smoothing,{10 30}
item i_plane_jointing,{10 30}
item i_drum,{10 30}
item i_tambourine,{10 30}
item i_lyre,{10 30}
item i_lute,{10 30}

[template vendor_5]
container i_bag
item i_hide,{10 40}
item i_knife_skinning,{3 30}


[template vendor_6]
container i_bag
item i_clock,{4 34}
item i_nails,{4 34}
item i_clock_parts,{4 34}
item i_axel_and_gears,{4 34}
item i_gears,{4 34}
item i_hinge,{4 34}
item i_sextant,{4 34}
item i_sextant_parts,{4 34}
item i_sticks,{4 34}
item i_springs,{4 34}
item i_key_copper,{4 34}
item i_key_ring,{4 34}
item i_lockpick,{4 34}
item i_tinker_tools,{4 34}
item i_board,{4 34}
item i_ingot_iron,{4 34}
item i_sewing_kit,{4 34}
item i_knife_draw,{4 34}
item i_froe,{4 34}
item i_inshave,{4 34}
item i_scorp,{4 34}
item i_knife_butcher,{4 34}
item i_scissors,{4 34}
item i_tongs,{4 34}
item i_saw_dovetail,{4 34}
item i_saw,{4 34}
item i_hammer,{4 34}
item i_hammer_smith,{4 34}
item i_hammer_sledge,{4 34}
item i_shovel,{4 34}
item i_plane_moulding,{4 34}
item i_plane_smoothing,{4 34}
item i_plane_jointing,{4 34}
item i_pickaxe,{4 34}
item i_drum,{4 34}
item i_tambourine,{4 34}
item i_lyre,{4 34}
item i_lute,{4 34}


[template vendor_7]
container i_bag
item i_bag,{4 80}
item i_lockpick,{20 80}
item i_Box_Wood,{5 38}
item i_bedroll,{5 38}
item i_kindling,{5 38}
item i_bottle_hair_dye,{5 38}
item i_chessboard,{5 38}
item i_checkerboard,{5 38}
item i_backgammon_game,{5 38}
item i_dice_cup,{5 38}

[template vendor_8]
container i_bag
item i_blowpipe,{4 34}

[template vendor_9]
container i_bag
item i_spellbook,{10 15}
item i_scroll_blank,{10 15}
item i_hat_wizards,{10 15}
item i_rune_marker,{10 15}
item i_potion_refresh,{10 15}
item i_potion_agility,{10 15}
item i_potion_nightsight,{10 15}
item i_potion_heal,{10 15}
item i_potion_strength,{10 15}
item i_potion_cure,{10 15}}
item i_reag_black_pearl,{10 15}
item i_reag_blood_moss,{10 15}
item i_reag_garlic,{10 15}
item i_reag_ginseng,{10 15}
item i_reag_mandrake_root,{10 15}
item i_reag_nightshade,{10 15}
item i_reag_sulfur_ash,{10 15}
item i_reag_spider_silk,{10 15}
item i_scroll_reactive_armor,{10 15}
item i_scroll_clumsy,{10 15}
item i_scroll_create_food,{10 15}
item i_scroll_feeblemind,{10 15}
item i_scroll_heal,{10 15}
item i_scroll_magic_arrow,{10 15}
item i_scroll_night_sight,{10 15}
item i_scroll_weaken,{10 15}

[template vendor_10]
container i_bag
item i_leather_cap,{10 15}
item i_leather_gorget,{10 15}
item i_leather_sleeves,{10 15}
item i_leather_tunic,{10 15}
item i_leather_leggings,{10 15}
item i_leather_gloves,{10 15}
item i_studded_gorget,{10 15}
item i_studded_sleeves,{10 15}
item i_studded_tunic,{10 15}
item i_studded_leggings,{10 15}
item i_studded_gloves,{10 15}
item i_armor_female_studded,{10 15}
item i_armor_female_leather,{10 15}
item i_armor_female_shorts,{10 15}
item i_armor_female_skirt,{10 15}
item i_armor_female_bustier,{10 15}
item i_armor_female_bustier_studded,{10 15}

[template vendor_11]
container i_bag
item i_BOTTLE_EMPTY,{123 148}
item i_potion_refresh,{3 18}
item i_potion_nightsight,{3 18}
item i_potion_strength,{3 18}
item i_potion_cure,{3 18}
item i_mortar_pestle,{3 18}
item i_reag_black_pearl,{233 618}
item i_reag_blood_moss,{233 618}
item i_reag_garlic,{233 618}
item i_reag_ginseng,{233 618}
item i_reag_mandrake_root,{233 618}
item i_reag_nightshade,{233 618}
item i_reag_sulfur_ash,{233 618}
item i_reag_spider_silk,{233 618}

[template vendor_12]
container i_bag
item i_fishing_pole,{4 24}
item i_fishing_net_green,{4 24}

[template vendor_13]
container i_bag
item i_potion_refresh,{10 15}
item i_potion_agility,{10 15}
item i_potion_nightsight,{10 15}
item i_potion_heal,{10 15}
item i_potion_strength,{10 15}
item i_potion_cure,{10 15}}
item i_reag_garlic,{233 618}
item i_reag_black_pearl,{210 206}

[template vendor_14]
container i_bag
item i_SEXTANT,{5 20}
item i_deed_ship_small_N,{1 2}
item i_deed_ship_dragon_small_N,{1 2}
item i_deed_ship_medium_N,{1 2}
item i_deed_ship_dragon_medium_N,{1 2}
item i_deed_ship_long_N,{1 2}
item i_deed_ship_dragon_long_N,{1 2}

[template vendor_15]
container i_bag
item i_crossbow,{4 12}
item i_crossbow_heavy,{4 12}
item i_xbolt,{24 72}
item i_bow,{4 12}
item i_arrow,{24 72}
item i_feather,{24 72}
item i_ARROW_SHAFT,{24 72}

[template vendor_16]
container i_bag
item i_pet_horse_tan,{1 10}
item i_pet_horse_gray,{1 10}
item i_pet_horse_brown_lt,{1 10}
item i_pet_horse_brown_dk,{1 10}
item i_pet_horse_pack,{1 5}
item i_pet_llama_pack,{1 5}
item i_taming_staff,{1 18}

[template vendor_17]
container i_bag
item i_map_blank
item i_map_stock_1
item i_map_stock_2
item i_map_stock_3
item i_map_stock_4
item i_map_stock_5
item i_map_stock_6
item i_map_stock_7
item i_map_stock_8
item i_map_stock_9
item i_map_stock_10
item i_map_stock_11
item i_map_stock_12
item i_map_stock_13
item i_map_stock_14
item i_map_stock_15
item i_map_stock_16
item i_map_stock_17
item i_map_stock_18
item i_map_stock_19
item i_map_stock_20
item i_map_stock_21
item i_map_stock_22
item i_map_stock_23
item i_map_stock_24
item i_map_stock_25
item i_map_stock_26
item i_map_stock_27
item i_map_stock_28

[template vendor_18]
container i_bag
item i_pickaxe,{4 34}

[template vendor_19]
container i_bag
item i_axe_exec,{10 15}
item i_bardiche,{10 15}
item i_axe_battle,{10 15}
item i_axe_battle_large,{10 15}
item i_bow,{10 15}
item i_knife_butcher,{10 15}
item i_crossbow,{10 15}
item i_crossbow_heavy,{10 15}
item i_cutlass,{10 15}
item i_dagger,{10 15}
item i_halberd,{10 15}
item i_hammer_pick,{10 15}
item i_katana,{10 15}
item i_kryss,{10 15}
item i_sword_broad,{10 15}
item i_sword_long,{10 15}
item i_sword_long_b,{10 15}
item i_sword_viking,{10 15}
item i_cleaver_meat,{10 15}
item i_axe,{10 15}
item i_axe_double,{10 15}
item i_pickaxe,{10 15}
item i_pitchfork,{10 15}
item i_scimitar,{10 15}
item i_knife_skinning,{10 15}
item i_axe_two_hand,{10 15}
item i_axe_war,{10 15}
item i_club,{10 15}
item i_staff_gnarled,{10 15}
item i_mace,{10 15}
item i_maul,{10 15}
item i_staff_quarter,{10 15}
item i_shepherds_crook,{10 15}
item i_hammer_smith,{10 15}
item i_spear_short,{10 15}
item i_spear,{10 15}
item i_hammer_war,{10 15}
item i_mace_war,{10 15}

[template vendor_20]
container i_bag
item i_ringmail_tunic,{10 15}
item i_ringmail_leggings,{10 15}
item i_ringmail_sleeves,{10 15}
item i_ringmail_gloves,{10 15}
item i_chainmail_coif,{10 15}
COLOR=color_metal
item i_chainmail_tunic,{10 15}
COLOR=color_metal
item i_chainmail_leggings,{10 15}
COLOR=color_metal
item i_platemail_gorget,{10 15}
item i_platemail_chest,{10 15}
item i_platemail_leggings,{10 15}
item i_platemail_arms,{10 15}
item i_platemail_gloves,{10 15}
item i_platemail_helm,{10 15}
item i_helm_closed,{10 15}
item i_helm_open,{10 15}
item i_helm_nose,{10 15}
item i_bascinet,{10 15}
item i_shield_buckler,{10 15}
item i_shield_wood,{10 15}
item i_shield_kite_wood,{10 15}
COLOR=colors_all
item i_shield_kite_metal,{10 15}
COLOR=colors_all
item i_shield_round_bronze,{10 15}
item i_shield_round_metal,{10 15}
item i_shield_heater,{10 15}

[template vendor_21]
container i_bag
item i_ingot_iron,{4 18}
item i_tongs,{4 18}

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
  • Vendor Fix

    2008-07-02 12:22

  • Ev vendor

    2010-08-14 17:03

  • Vendor Deed

    2008-07-10 00:28

  • Player Vendor

    2008-10-24 22:31

  • Vendor Rental Contrat

    2008-07-10 00:29



  • Son Forumlar
  • Sayfalar
  • Administraktor
    Üyeliği 15 yıl ve üzerinde olanlar.

    Ultima Online 3 saat önce

  • Nefrelius
    Alcor UO Reborn

    Sunucular 5 gün önce

  • System_Error
    Client Patlaması

    Ultima Online 1 hafta önce

  • georgm15
    CS2 turnuvaları tartışmalı başladı.

    Counter-Strike 2 1 hafta önce

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

    Counter-Strike 1 hafta önce

  • Cihangir algın
    Razor Kullanımı

    RunUo Scripting 3 hafta önce

  • Lucretius
    Rampage Pvp

    Sunucular 4 hafta önce

  • Lucretius
    Nephilim Pvp

    Sunucular 4 hafta önce

  • redi4817
    NightUO

    Sunucular 4 hafta önce

  • Cengiz MERDİT
    Sphere 56T Nightly Sürümü

    Ultima Online 1 ay önce

  • aygun
    Esgaroth UO

    Sunucular 1 ay önce

  • deonist
    Alysa Pvp ( Aktif ! )

    Sunucular 1 ay önce

  • mthN
    Nebula Uo gerçekleri

    Ultima Online 2 ay önce

  • buffa
    Kullanılması Gereken Rate Ayarları

    Counter-Strike 2 ay önce

  • Lucretius
    Aktif Satılık Server !

    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.