Difference between revisions of "Template:NetMsg:MsgNpcInfo"

From Conquer Online Wiki
Jump to navigation Jump to search
(Update from WikiBot.)
 
(Update from WikiBot.)
Line 9: Line 9:
 
   optional NpcSort Sort = 8;
 
   optional NpcSort Sort = 8;
 
   repeated string Strings = 9;
 
   repeated string Strings = 9;
}
+
}</syntaxhighlight></includeonly>
enum NpcSort {
 
  // this is a composite/flags enumeration
 
  None = 0;
 
  Task = 1;
 
  Recycle = 2;
 
  Scene = 4;
 
  LinkMap = 8;
 
  DieAction = 16;
 
  DeleteEnable = 32;
 
  Event = 64;
 
  UseLinkId = 88;
 
}
 
enum NpcType {
 
  None = 0;
 
  ShopkeeperNpc = 1;
 
  TaskNpc = 2;
 
  StorageNpc = 3;
 
  TrunkNpc = 4;
 
  FaceNpc = 5;
 
  ForgeNpc = 6;
 
  EmbedNpc = 7;
 
  StatuaryNpc = 9;
 
  GuildFlagNpc = 10;
 
  Player = 11;
 
  Hero = 12;
 
  Monster = 13;
 
  BoothNpc = 14;
 
  GuildTransportNpc = 15;
 
  RoleBoothFlagNpc = 16;
 
  RoleMouseNpc = 17;
 
  RoleMagicItem = 18;
 
  RoleDiceNpc = 19;
 
  RoleShelfNpc = 20;
 
  WeaponGoalNpc = 21;
 
  MagicGoalNpc = 22;
 
  BowGoalNpc = 23;
 
  RoleTargetNpc = 24;
 
  RoleFurnitureNpc = 25;
 
  RoleCityGateNpc = 26;
 
  RoleNeighborDoor = 27;
 
  RoleCallPet = 28;
 
  Role3dFurnitureNpc = 101;
 
  CityWallNpc = 102;
 
  CityMoatNpc = 103;
 
}
 
</syntaxhighlight></includeonly>
 

Revision as of 00:29, 30 July 2019