hello.....
i have a problem with genie and ifrite that they does not have any skill and they do not apear so I tried to solve it by following the steps in this [Only registered and activated users can see links. Click Here To Register...] but I could not because every time I try to insert it in arcadia data base I do not know where I should put it exactly so can you please help me
the steps that I followed:-
insert to (summonresorce)
INSERT INTO [Arcadia].[dbo].[SummonResource]
([id]
,[model_id]
,[name_id]
,[type]
,[magic_type]
,[rate]
,[stat_id]
,[size]
,[scale]
,[target_fx_size]
,[standard_walk_speed]
,[standard_run_speed]
,[riding_speed]
,[run_speed]
,[is_riding_only]
,[riding_motion_type]
,[attack_range]
,[walk_type]
,[slant_type]
,[material]
,[weapon_type]
,[attack_motion_speed]
,[form]
,[evolve_target]
,[camera_x]
,[camera_y]
,[camera_z]
,[target_x]
,[target_y]
,[target_z]
,[model]
,[motion_file_id]
,[face_id]
,[face_file_name]
,[card_id]
,[script_text]
,[illust_file_name]
,[text_feature_id]
,[text_name_id]
,[skill1_id]
,[skill1_text_id]
,[skill2_id]
,[skill2_text_id]
,[skill3_id]
,[skill3_text_id]
,[skill4_id]
,[skill4_text_id]
,[skill5_id]
,[skill5_text_id]
,[texture_group]
,[local_flag])
VALUES
('3801','112','104004','1','6','0','17000','1.50', '1.00','13.00','40','80','50','115','0','0','0.40' ,'33','0','0','106','0','1','3802','-2','-16','9','-0.30','-0.06','14.86','spirit_jini_lv1','103106','30027',' icon_creature_0044','540061','0','card_j ini_basic','0','0','0','0','0','0','0','0',' 0','0 ','0','0','-1','0'),
('3802','114','168004','1','6','0','23508','1.50', '1.00','14.00','40','80','50','130','0','0','0.40' ,'33','0','0','106','0','2','3803','4','-28','10','-0.30','-0.06','14.86','spirit_jini_lv2','103107','30027',' icon_creature_0044','540061','0','card_j ini_evol','0','0','0','0','0','0','0','0','0 ','0' ,'0','0','-1','0'),
('3803','112','174007','1','6','0','24008','3.00', '2.00','26.00','40','80','50','115','0','0','1.00' ,'33','0','0','106','0','3','0','4','-28','10','-0.30','-0.06','14.86','spirit_jini_lv3','103108','30027',' icon_creature_0044','540061','0','card_j ini_grow','0','0','0','0','0','0','0','0','0 ','0' ,'0','0','-1','0')
GO
i have a problem with genie and ifrite that they does not have any skill and they do not apear so I tried to solve it by following the steps in this [Only registered and activated users can see links. Click Here To Register...] but I could not because every time I try to insert it in arcadia data base I do not know where I should put it exactly so can you please help me
the steps that I followed:-
insert to (summonresorce)
INSERT INTO [Arcadia].[dbo].[SummonResource]
([id]
,[model_id]
,[name_id]
,[type]
,[magic_type]
,[rate]
,[stat_id]
,[size]
,[scale]
,[target_fx_size]
,[standard_walk_speed]
,[standard_run_speed]
,[riding_speed]
,[run_speed]
,[is_riding_only]
,[riding_motion_type]
,[attack_range]
,[walk_type]
,[slant_type]
,[material]
,[weapon_type]
,[attack_motion_speed]
,[form]
,[evolve_target]
,[camera_x]
,[camera_y]
,[camera_z]
,[target_x]
,[target_y]
,[target_z]
,[model]
,[motion_file_id]
,[face_id]
,[face_file_name]
,[card_id]
,[script_text]
,[illust_file_name]
,[text_feature_id]
,[text_name_id]
,[skill1_id]
,[skill1_text_id]
,[skill2_id]
,[skill2_text_id]
,[skill3_id]
,[skill3_text_id]
,[skill4_id]
,[skill4_text_id]
,[skill5_id]
,[skill5_text_id]
,[texture_group]
,[local_flag])
VALUES
('3801','112','104004','1','6','0','17000','1.50', '1.00','13.00','40','80','50','115','0','0','0.40' ,'33','0','0','106','0','1','3802','-2','-16','9','-0.30','-0.06','14.86','spirit_jini_lv1','103106','30027',' icon_creature_0044','540061','0','card_j ini_basic','0','0','0','0','0','0','0','0',' 0','0 ','0','0','-1','0'),
('3802','114','168004','1','6','0','23508','1.50', '1.00','14.00','40','80','50','130','0','0','0.40' ,'33','0','0','106','0','2','3803','4','-28','10','-0.30','-0.06','14.86','spirit_jini_lv2','103107','30027',' icon_creature_0044','540061','0','card_j ini_evol','0','0','0','0','0','0','0','0','0 ','0' ,'0','0','-1','0'),
('3803','112','174007','1','6','0','24008','3.00', '2.00','26.00','40','80','50','115','0','0','1.00' ,'33','0','0','106','0','3','0','4','-28','10','-0.30','-0.06','14.86','spirit_jini_lv3','103108','30027',' icon_creature_0044','540061','0','card_j ini_grow','0','0','0','0','0','0','0','0','0 ','0' ,'0','0','-1','0')
GO