|
using System;
using Server.Mobiles;
namespace Server.Mobiles
{
[CorpseName( "a training bull corpse" )]
public class TrainingBull : BaseCreature
{
[Constructable]
public TrainingBull()
: base(AIType.AI_Animal, FightMode.Aggressor, 10, 1, 0.2, 0.4)
{
Name = "a training bull";
Body = Utility.RandomList( 0xE8, 0xE9 );
BaseSoundID = 0x64;
Hue = 312;
CantWalk = true;
SetStr( 77, 111 );
SetDex( 56, 75 );
SetInt( 47, 75 );
Blessed = true;
HitsMaxSeed = 7500;
SetMana( 0 );
SetDamage( 4, 9 );
SetDamageType( ResistanceType.Physical, 100 );
SetResistance( ResistanceType.Physical, 25, 30 );
SetResistance( ResistanceType.Cold, 10, 15 );
SetSkill( SkillName.MagicResist, 17.6, 25.0 );
SetSkill( SkillName.Tactics, 67.6, 85.0 );
SetSkill( SkillName.Wrestling, 40.1, 57.5 );
Fame = 600;
Karma = 0;
VirtualArmor = 28;
Tamable = false;
}
public override void OnThink()
{
if (Hits >= 150 )
{
Hits = 1;
}
}
public override int Meat{ get{ return 10; } }
public override int Hides{ get{ return 15; } }
public override FoodType FavoriteFood{ get{ return FoodType.GrainsAndHay; } }
public override PackInstinct PackInstinct{ get{ return PackInstinct.Bull; } }
public TrainingBull(Serial serial) : base(serial)
{
}
public override void Serialize(GenericWriter writer)
{
base.Serialize(writer);
writer.Write((int) 0);
}
public override void Deserialize(GenericReader reader)
{
base.Deserialize(reader);
int version = reader.ReadInt();
}
}
}NOT : Kod içine almamın sebebi upload siteleri belli bir süre sonra linkleri sildiği için, daha kalıcı olması için.
|
|
| Konu | Kategori | Son cevap | Son yazan | Mesaj | Görüntüleme | |
|---|---|---|---|---|---|---|
|
|
Erlik UO II RunUO - ServUO
Son cevap: 24-01 20:38 · Son yazan: TheRaskol · Mesaj: 2 · Görüntü: 1799
|
Server Reklam, Tartışma | 24-01 20:38 | 2 | 1799 | |
|
|
Erlik UO PVP Shard (RunUO)
Son cevap: 14-04 01:11 · Son yazan: alonerapper58 · Mesaj: 1 · Görüntü: 2252
|
Server Reklam, Tartışma | 14-04 01:11 | 1 | 2252 | |
|
|
Yeni RunUO için sistem fikirleri
Son cevap: 17-01 22:58 · Son yazan: tnslova · Mesaj: 2 · Görüntü: 2647
|
Run Ultima Online | 17-01 22:58 | 2 | 2647 | |
|
|
Sanctum UO Runuo PvP Shard Yakın DA Açılcaktı
Son cevap: 23-12 03:27 · Son yazan: Rip_ · Mesaj: 4 · Görüntü: 4861
|
Server Reklam, Tartışma | 23-12 03:27 | 4 | 4861 | |
|
|
runuo server kurulumu yardım
Son cevap: 14-01 19:54 · Son yazan: dogacandoganer · Mesaj: 2 · Görüntü: 3504
|
Run Ultima Online | 14-01 19:54 | 2 | 3504 |