UO-Dev Arama


Yazar: Bilinmiyor
Tarih: 31-07-2009 11:37


Paylaş : Paylaş

Kod:
//////////////////////////////////////////////////////////
// tailoring stuff
//////////////////////////////////////////////////////////

[ITEMDEF 0fab]
//Dying Tub
DEFNAME=i_dye_tub
TYPE=T_DYE_VAT
WEIGHT=10
CATEGORY=Items by Professions
SUBSECTION=Tailor
DESCRIPTION=Dying Tub

RESOURCES=5 i_log
SKILLMAKE=CARPENTRY 50.0, t_carpentry
RESOURCES2=10 i_board

on=@dclick
if ( <src.isgm> )
  return 0
elif (( <color> == 01 ) || ( <color> > 03e9 ))
  if (<src.tailoring> < 100.0 )
    src.sysmessage You are not skilled enough to use such an unusual dye tub.
    return 1
  endif
endif
return 0

on=@targon_item


if ( <src.targ.type> == t_armor_leather )
  if ( <src.tailoring> >= 70.0 )
    src.targ.color = <color>
    return 1
  else
    src.sysmessage You are not skilled enough to dye leather armor.
    return 1
  endif
elif (( <src.targ.type> == t_table )||( <src.targ.type> == t_chair )||( <src.targ.type> == t_bed ))
  if ( <src.tailoring> >= 85.0 )
    src.targ.color = <color>
    return 1
  else
    src.sysmessage You are not skilled enough to dye furniture.
    return 1
  endif
else
return 0
endif


[ITEMDEF 0fa9]
//Dyes
// DEFNAME2=DYE_BOWL
DEFNAME=i_dyes
TYPE=T_DYE
WEIGHT=3
CATEGORY=Items by Professions
SUBSECTION=Tailor
DESCRIPTION=Dyes

SKILLMAKE=ALCHEMY 10.0
RESOURCES=i_log,i_reag_blood_moss
RESOURCES3=1 I_EGGSHELLS, 1 i_reag_blood_moss, 1 i_reag_sulfur_ash, 1 i_reag_serpent_scale, 1 i_reag_black_pearl
RESOURCES2=1 i_log,1 i_reag_blood_moss,1 i_reag_sulfur_ash,1 i_reag_serpent_scale,1 i_reag_black_pearl

on=@targon_item
if ( <src.targ.type> == t_dye_vat )
  if ( <src.targ.color> == 01 ) || ( <src.targ.color> > 03e9 )
    src.sysmessage You cannot bring yourself to destroy this rare tub.
    return 1
  endif
else
  return 0
endif


[ITEMDEF 01516]
DEFNAME=i_skirt_long
RESOURCES=10 i_cloth
WEIGHT=4
TYPE=T_CLOTHING
DYE=1
ARMOR=4
CATEGORY=Provisions - Clothes
SUBSECTION=Pants & Skirts
DESCRIPTION=Long Skirt
SKILLMAKE=TAILORING 31.8, t_sewing_kit
RESOURCES2=10 i_cloth,1 i_thread

ON=@Create
HITPOINTS={11 40 }

[ITEMDEF 0105f]
// loom - S piece - W
DEFNAME=i_loom_upright
RESOURCES=15 i_BOARD, 1 i_ingot_iron, 1 i_NAILS
SKILLMAKE=CARPENTRY 94.7, TAILORING 75.0, t_carpentry, t_sewing_kit
TYPE=T_LOOM
WEIGHT=20
CATEGORY=Items by Professions
SUBSECTION=Tailor
DESCRIPTION=Upright Loom
DUPELIST=01060,01061,01062,01063,01064,01065,01066

[ITEMDEF i_cloak_ss]
ID=i_cape
NAME=spider silk cloak
RESOURCES=25 i_reag_spider_silk, i_cloth
WEIGHT=5
TYPE=T_CLOTHING
DYE=1
ARMOR=15
CATEGORY=Provisions - Clothes
SUBSECTION=Special
DESCRIPTION=Spider Silk Cloak
SKILLMAKE=TAILORING 100.0, MAGERY 75.0, t_sewing_kit
RESOURCES2=14 i_cloth,1 i_thread

ON=@Create
HITPOINTS={40 60 }
COLOR=099c

on=@equip
src.magicresistance=(<src.magicresistance>+5.0)
return 0
on=@unequip
src.magicresistance=(<src.magicresistance>+(-5.0))
return 0

[ITEMDEF i_robe_ss]
ID=i_robe
NAME=spider silk robe
RESOURCES=50 i_reag_spider_silk, i_cloth
WEIGHT=3
TYPE=T_CLOTHING
DYE=1
ARMOR=17
CATEGORY=Provisions - Clothes
SUBSECTION=Special
DESCRIPTION=Spider Silk Robe
SKILLMAKE=TAILORING 100.0, MAGERY 75.0, t_sewing_kit
RESOURCES2=16 i_cloth,1 i_thread

ON=@Create
HITPOINTS={40 60}
COLOR=099c

on=@equip
src.magicresistance=(<src.magicresistance>+5.0)
return 0
on=@unequip
src.magicresistance=(<src.magicresistance>+(-5.0))
return 0

[ITEMDEF 0163a]
DEFNAME=i_PILLOW_LARGE
RESOURCES=6 i_CLOTH, 4 i_WOOL
SKILLMAKE=Tailoring 40.0, t_sewing_kit
WEIGHT=4
CATEGORY=Decoration - Furniture
SUBSECTION=Bedding
DESCRIPTION=Pillow

[ITEMDEF 0163b]
DEFNAME=i_PILLOW_9
RESOURCES=5 i_CLOTH, 3 i_WOOL
SKILLMAKE=Tailoring 38.0, t_sewing_kit
WEIGHT=3
CATEGORY=Decoration - Furniture
SUBSECTION=Bedding
DESCRIPTION=Pillow

[ITEMDEF 0163c]
DEFNAME=i_pillow_10
RESOURCES=4 i_CLOTH, 2 i_WOOL
SKILLMAKE=Tailoring 35.0, t_sewing_kit
WEIGHT=2
CATEGORY=Decoration - Furniture
SUBSECTION=Bedding
DESCRIPTION=Pillow

[ITEMDEF 015b0]
DEFNAME=i_banner_post_2_ne
RESOURCES=1 i_LOG, 1 i_ingot_iron, 1 i_CLOTH, 1 i_THREAD, 1 i_NAILS
SKILLMAKE=TAILORING 75.0, CARPENTRY 85.0, t_carpentry, t_sewing_kit
WEIGHT=3
DUPELIST=015b1,015b4,015b5,015d8,015ee,015ef,015f2,015f3
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 02

[ITEMDEF 015b1]
DEFNAME=i_banner_post_2_nw
DUPEITEM=015b0


[ITEMDEF 015b4]
DEFNAME=i_banner_post_4_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 04

[ITEMDEF 015b5]
DEFNAME=i_banner_post_4_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 04


[ITEMDEF 015b8]
DEFNAME=i_banner_post_6_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 06

[ITEMDEF 015b9]
DEFNAME=i_banner_post_6_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 06


[ITEMDEF 015bc]
DEFNAME=i_banner_post_8_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 08

[ITEMDEF 015bd]
DEFNAME=i_banner_post_8_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 08

[ITEMDEF 015c0]
DEFNAME=i_banner_post_10_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 10

[ITEMDEF 015c1]
DEFNAME=i_banner_post_10_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 10


[ITEMDEF 015c4]
DEFNAME=i_banner_post_12_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 12

[ITEMDEF 015c5]
DEFNAME=i_banner_post_12_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 12


[ITEMDEF 015c8]
DEFNAME=i_banner_post_14_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 14

[ITEMDEF 015c9]
DEFNAME=i_banner_post_14_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 14


[ITEMDEF 015cc]
DEFNAME=i_banner_post_16_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 16

[ITEMDEF 015cd]
DEFNAME=i_banner_post_16_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 16


[ITEMDEF 015d0]
DEFNAME=i_banner_post_18_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 18

[ITEMDEF 015d1]
DEFNAME=i_banner_post_18_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 18


[ITEMDEF 015d4]
DEFNAME=i_banner_post_20_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 20

[ITEMDEF 015d5]
DEFNAME=i_banner_post_20_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 20


[ITEMDEF 015d8]
DEFNAME=i_banner_post_22_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 22

[ITEMDEF 015d9]
DEFNAME=i_banner_post_22_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 22


[ITEMDEF 015dc]
DEFNAME=i_banner_post_24_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 24

[ITEMDEF 015dd]
DEFNAME=i_banner_post_24_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 24



[ITEMDEF 015e0]
DEFNAME=i_banner_post_26_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 26

[ITEMDEF 015e1]
DEFNAME=i_banner_post_26_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 26


[ITEMDEF 015e4]
DEFNAME=i_banner_post_28_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 28

[ITEMDEF 015e5]
DEFNAME=i_banner_post_28_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 28


[ITEMDEF 015e8]
DEFNAME=i_banner_post_30_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 30

[ITEMDEF 015e9]
DEFNAME=i_banner_post_30_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 30


[ITEMDEF 015ec]
DEFNAME=i_banner_post_32_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 32

[ITEMDEF 015ed]
DEFNAME=i_banner_post_32_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 32

[ITEMDEF 015ee]
DEFNAME=i_banner_post_33_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 33

[ITEMDEF 015ef]
DEFNAME=i_banner_post_33_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 33


[ITEMDEF 015f2]
DEFNAME=i_banner_post_35_ne
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 35

[ITEMDEF 015f3]
DEFNAME=i_banner_post_35_nw
DUPEITEM=015b0
CATEGORY=Decoration - Banners and Tapestries
SUBSECTION=Post Banners
DESCRIPTION=Post Banner 35



Yorumlar

Henüz yorum yapılmamıştır.

Oylamalar

Oylama :
Üyelerin oylama ortalaması (10 dışında) : Henüz Oylanmamış   
Oylar: 0

Benzer Sayfalar

SayfalarYorumlarGönderenTarih
Tailoring0TheRaskol31-07-2009
Tailoring Dialog0TheRaskol28-07-2009


Keywords:

ultima online, RunUO, ultima online download, sphere scripting, role play, uo grafik, second age ultima, uo loop, macroman, pvp server, server kurulumu, sphere, multool, ml mulls, 56b 55r 55i, htmlgumps, client 4x, client edit, sphere release, osi, rp server, sunucular, ghost mouse, inside uo, kingdom reborn, stygian abyss, uo nasıl oynanır, mondain's legacy, age of shadows, world build, grandmaster, ultima online pvp, player dosyaları, ultima online indir, frp game, RunUO 1.0.0, razor, uo rice, hue editör, skill tools, ultima online patch, axis, world build, verdata, verdata patcher, map editör, gump editör, mul patcher, aos mulls, scriptler, anim edit, anim publish, hues mul, hosting vps, event dialog, account sistemi, skill gain, static yapımı,