Arkadaşlar ben Skeletal mountu verdatamın 3d kısmından alıp uop haline getirdim ve verdatama patchledim... Bi script yazıyım dedim. ( Hiç beceremem ) Skeletal mountu eklediğim verdatadan cıkardım. Fakat binmek istediğimde çantası açılıyor. Bilgilerini versem hayvanın bana yardımcı olur msnz? Bide chardef kısmına anim noyu yazdım oyle cıktı hayvan =)
Bilgileri:
Model Number: 221 (0x DD) <--- burda x ile DD arasında boşluk yok. Yanyana koyunca gülücük olduğu için boyle ayırdım
Index: 1170 (0x492)
Handle: 23430 (0x5B86)
Yuakrdakiler inside uodaki bilgiler
Aşağıdakilerde UO Anim Tool daki bilgiler.
Animation: 0DE (chardefe bunu ayzdım da cıktı)
Block:0x5B87
sphere_defs.scp dede mounts kısmı şöyle:
[DEFNAME mount_items]
// This contain the list of the mount/mountid the format is:
// mount_0x<dispid hex> <mount item id hex>
// ---------------------------------------------------------
// PreT2A
mount_0xc8 03e9f // horse 1
mount_0xe2 03ea0 // horse 2
mount_0xe4 03ea1 // horse 3
mount_0xcc 03ea2 // horse 4
// T2A
mount_0xd2 03ea3 // desert ostard
mount_0xda 03ea4 // frenz ostard
mount_0xdb 03ea5 // forest ostard
mount_0xdc 03ea6 // Llama
// LBR
mount_0xbe 03e9e // fire steed
mount_0x72 03ea7 // dark steed
mount_0x75 03ea8 // silver steed
mount_0x73 03eaa // ethereal horse
mount_0xaa 03eab // ethereal llama
mount_0xab 03eac // ethereal ostard
mount_0x84 03ead // kirin
mount_0x78 03eaf // minax warhorse
mount_0x79 03eb0 // shadowlord warhorse
mount_0x77 03eb1 // magecounsil warhorse
mount_0x76 03eb2 // britannian warhorse
mount_0x90 03eb3 // sea horse
mount_0x7a 03eb4 // unicorn
mount_0x74 03eb7 // nightmare
mount_0xbc 03eb8 // rideback 2
mount_0xbb 03eba // rideback 1
mount_0x319 03ebb // skeletal mount
mount_0x317 03ebc // beetle
mount_0x31a 03ebd // swamp dragon 1
mount_0x31f 03ebe // swamp dragon 2
// AOS
// SE
mount_0xf3 03e94 // hiryu
// ML
mount_0x11c 03e92 // Armored Steed (Mondains Steed)
mount_0x115 03e91 // Cu Sidhe
mount_0x114 03e90 // Reptalon
mount_0xd5 03ec5 // Polar Bear (veteran's award)
Bu yukardaki mount_items kısmına ne yazıcaımı bilemedim. Yani bineği verdatadan eklediğim için mount_ kısmına ve devamına hangi rakamları ekleyeceğimi bilemedim. Ayrıca hayvan nedense SE Animals kısmında görünüyo. O önemli deil de...
İşte hayvanın scriptinide şöyle yaptıydım

(Scriptten anlamam)
[CHARDEF 0DE]
DEFNAME=c_skeletal_mount
NAME=Skeletal Mount
SOUND=snd_ANIMALS_HORSE1
ICON=i_pet_horse_tan
ANIM=0DE
CAN=MT_WALK|MT_RUN
RESOURCES=15 i_ribs_raw, 10 i_hide
FOODTYPE=55 t_crops,55 t_fruit,55 t_grain, 64 t_grass
DAM=9,4
ARMOR=9
DESIRES=e_horses,c_man,c_woman
TEVENTS=e_horses
//SHELTER=r_stables,e_Human_Greet
AVERSIONS=e_carnivores3
DESCRIPTION=Horse (Beige)
SUBSECTION=Land (Domestic)
CATEGORY=SE Animals
ON=@Create
NPC=brain_animal
FAME=0
KARMA=-1
STR={550 600}
DEX={550 600}
INT={50 100}
PARRYING={98.1 100.0}
MAGICRESISTANCE={98.1 100.0}
TACTICS={98.1 100.0}
WRESTLING={98.1 100.0}
TAMING=98.1
//ALIGNMENT=NEUTRAL
[EOF]