k tryin to get our public gates spawned in random color attached the file and the hues section I want to use but cant seem to find right spot or fix to get them working right managed to get the gatespell to work no problems just hit a snag on public gates Using JustUO but didn't realy see any difference between Serve and JustUo Ideas and help greatly appreciated
 

Attachments

  • New Text Document.txt
    205 bytes · Views: 9
  • PublicMoongate.cs
    17.9 KB · Views: 6
Have you tried
Code:
        [Constructable]
        public PublicMoongate()
            : base(0xF6C)
        {

            Hue = Utility.RandomMinMax(Your numbers listed here);
            this.Movable = false;
            this.Light = LightType.Circle300;
        }
 
try it this evening when I get home ;) thanks

(edit) didn't work but not givin up gonna try a couple more things )
(edit3) fixed and working
 
Last edited:
Back