This pkg add the possibility to shearing a Sheep and to make a Thread.
Utilise wool on spinning wheel and create a Thread.
email-me for any questions giuntina@tiscalinet.it


1)extract all in one directory

2)copy the package shearing in the directory pkg/opt

3)open the file scripts/include/objtype.inc
  and add the follow lines :

  const UOBJ_WHEEL1        := 0x10A4;
  const UOBJ_WHEEL2        := 0x1019; 
  const UOBJ_WHEEL3        := 0x101C; 
  const UOBJ_WHEEL4        := 0x1015; 

  const UOBJ_YARN_START := 0xE1D;
  const UOBJ_YARN_END   := 0xE1F; 

4)open the file config/npcdesc.cfg
  and replace your sheep whit this :

  NpcTemplate sheep
{
    Name        a sheep
    script      sheep

    ObjType     0xcf
    Color       0
    TrueColor   0
    Gender      0
    STR         40
    INT         15
    DEX         60
    HITS        40
    MANA        0
    STAM        50

    Tactics     50
    Wrestling     30
    MagicResistance 20
    AttackSpeed         30
    AttackDamage        1d2+3
    AttackSkillId       Wrestling
    AttackHitSound      0xD9
    AttackMissSound     0x239
    AR                  1d6

    tameskill      30
    food veggie

    guardignore 1
    CProp       wool       s25   //amount of wool
    CProp       regenwool  s1    //regenerationtime of one wool unit!! regenwool * 10 = time in seconds
    provoke 20
    dstart 10
}


            