Status
Not open for further replies.
demented submitted a new resource:

Scripting New Houses - scripting new houses

how,do i add new classic houses once i insert a .uoa binary file

Deeds.cs // modal after Castles
Code:
    public class NewCastleDeed : HouseDeed//new
    {
        [Constructable]
        public NewCastleDeed()
            : base(0x48, new Point3D(0, 16, 0))
        {
        }

        public NewCastleDeed(Serial serial)
            : base(serial)
        {
        }

        public override int LabelNumber
        {
            get
            {
                return 1041224;...

Read more about this resource...
 
takes me to blank page.
i started a new shard and cant place a house, seems the runuo 2.3 stable is a bit off on a few things.
there are forges in the street and alot of doors in the woods with nio buildings.
and i have no gate to leave new haven. i am not erady for monster spawns so its good there are none but a few trainer mongbats and orcs would be ideal to start training.
you have any idea wher i can get some help with my shard.
ultimatly will be a pvm shard with faction members only allowed to pvp.
like the old days.
thanx
 
I'd really recommend ServUO over RunUO.

Voxpire was the last maintainer of the code and he said it would no longer be supported.
 
Status
Not open for further replies.
Back