Esempio n. 1
0
 public override byte[] GetShipCreateCommand()
 {
     return(ShipCreateCommand.write(
                Id,
                Convert.ToString(Ship.Id),
                3,
                "",
                Ship.Name,
                Position.X,
                Position.Y,
                FactionId,
                0,
                0,
                false,
                new ClanRelationModule(ClanRelationModule.AT_WAR),
                0,
                false,
                true,
                false,
                ClanRelationModule.AT_WAR,
                ClanRelationModule.AT_WAR,
                new List <VisualModifierCommand>(),
                new class_11d(class_11d.DEFAULT)
                ));
 }
Esempio n. 2
0
 public byte[] GetShipCreateCommand()
 {
     return(ShipCreateCommand.write(
                Id,
                Ship.Id,
                3,
                "",
                Ship.Name,
                Position.X,
                Position.Y,
                FactionId,
                0,
                0,
                true,
                new ClanRelationModule(ClanRelationModule.AT_WAR),
                0,
                false,
                true,
                false,
                ClanRelationModule.AT_WAR,
                ClanRelationModule.AT_WAR,
                new List <VisualModifierCommand>()));
 }