Code:
USE [Arcadia952]
GO
/****** Object: Table [dbo].[MonsterResource_CN] Script Date: 25/03/2019 04:00:49 ص ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[MonsterResource_CN]
(
[id] [int] NOT NULL,
[monster_group] [int] NOT NULL,
[name_id] [int] NOT NULL,
[location_id] [int] NOT NULL,
[model] [varchar](256) NOT NULL,
[motion_file_id] [int] NOT NULL,
[transform_level] [int] NOT NULL,
[walk_type] [tinyint] NOT NULL,
[slant_type] [tinyint] NOT NULL,
[size] [decimal](10, 2) NOT NULL,
[scale] [decimal](10, 2) NOT NULL,
[target_fx_size] [decimal](10, 2) NOT NULL,
[camera_x] [int] NOT NULL,
[camera_y] [int] NOT NULL,
[camera_z] [int] NOT NULL,
[target_x] [decimal](10, 2) NOT NULL,
[target_y] [decimal](10, 2) NOT NULL,
[target_z] [decimal](10, 2) NOT NULL,
[level] [int] NOT NULL,
[grp] [int] NOT NULL,
[affiliation] [int] NOT NULL,
[species_id] [int] NOT NULL,
[magic_type] [int] NOT NULL,
[race] [int] NOT NULL,
[visible_range] [int] NOT NULL,
[chase_range] [int] NOT NULL,
[f_fisrt_attack] [tinyint] NOT NULL,
[f_group_first_attack] [tinyint] NOT NULL,
[f_response_casting] [tinyint] NOT NULL,
[f_response_race] [tinyint] NOT NULL,
[f_response_battle] [tinyint] NOT NULL,
[monster_type] [int] NOT NULL,
[monster_grade_icon] [int] NOT NULL,
[stat_id] [int] NOT NULL,
[fight_type] [int] NOT NULL,
[monster_skill_link_id] [int] NOT NULL,
[material] [int] NOT NULL,
[weapon_type] [int] NOT NULL,
[attack_motion_speed] [int] NOT NULL,
[ability] [int] NOT NULL,
[standard_walk_spped] [int] NOT NULL,
[standard_run_spped] [int] NOT NULL,
[walk_speed] [int] NOT NULL,
[run_speed] [int] NOT NULL,
[attack_range] [decimal](10, 2) NOT NULL,
[hidesense_range] [decimal](10, 2) NOT NULL,
[hp] [int] NOT NULL,
[mp] [int] NOT NULL,
[attack_point] [int] NOT NULL,
[magic_point] [int] NOT NULL,
[defence] [int] NOT NULL,
[magic_defence] [int] NOT NULL,
[attack_speed] [int] NOT NULL,
[magic_speed] [int] NOT NULL,
[accuracy] [int] NOT NULL,
[avoid] [int] NOT NULL,
[magic_accuracy] [int] NOT NULL,
[magic_avoid] [int] NOT NULL,
[taming_id] [int] NOT NULL,
[creature_taming_code] [int] NOT NULL,
[taming_percentage] [decimal](10, 2) NOT NULL,
[taming_exp_mod] [decimal](10, 2) NOT NULL,
[exp] [int] NOT NULL,
[jp] [int] NOT NULL,
[gold_drop_percentage] [int] NOT NULL,
[gold_min] [int] NOT NULL,
[gold_max] [int] NOT NULL,
[chaos_drop_percentage] [int] NOT NULL,
[chaos_min] [int] NOT NULL,
[chaos_max] [int] NOT NULL,
[exp_2] [int] NOT NULL,
[jp_2] [int] NOT NULL,
[gold_min_2] [int] NOT NULL,
[gold_max_2] [int] NOT NULL,
[chaos_min_2] [int] NOT NULL,
[chaos_max_2] [int] NOT NULL,
[drop_table_link_id] [int] NOT NULL,
[texture_group] [int] NOT NULL,
[local_flag] [int] NOT NULL,
[script_on_dead] [varchar](256) NOT NULL,
[respawn_group] [int] NOT NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
INSERT [dbo].[MonsterResource_CN].... The rest of the query is INSERT