elite*gold: 0
Join Date: Jul 2013
Posts: 50
Received Thanks: 0
|
hi
thx i have edit Monster_Respawn.lua and works fine
for the tamable bosses ? :
i find this :
i use this query for dbo item resource (exemple one line) :
Use Arcadia
INSERT INTO [dbo].[ItemResource] ([id],[name_id],[tooltip_id],[type],[group],[class],[wear_type],[set_id],[set_part_flag],[grade],[rank],[level],[enhance],[socket],[status_flag],[limit_deva],[limit_asura],[limit_gaia],[job_depth],[limit_fighter],[limit_hunter],[limit_magician],[limit_summoner],[use_min_level],[use_max_level],[target_min_level],[target_max_level],[range],[weight],[price],[huntaholic_point],[arena_point],[ethereal_durability],[endurance],[material],[summon_id],[item_use_flag],[available_period],[decrease_type],[throw_range],[base_type_0],[base_var1_0],[base_var2_0],[base_type_1],[base_var1_1],[base_var2_1],[base_type_2],[base_var1_2],[base_var2_2],[base_type_3],[base_var1_3],[base_var2_3],[opt_type_0],[opt_var1_0],[opt_var2_0],[opt_type_1],[opt_var1_1],[opt_var2_1],[opt_type_2],[opt_var1_2],[opt_var2_2],[opt_type_3],[opt_var1_3],[opt_var2_3],[effect_id],[enhance_0_id],[enhance_0_01],[enhance_0_02],[enhance_0_03],[enhance_0_04],[enhance_1_id],[enhance_1_01],[enhance_1_02],[enhance_1_03],[enhance_1_04],[skill_id],[state_id],[state_level],[state_time],[cool_time],[cool_time_group],[model_type_dem],[model_type_def],[model_type_asm],[model_type_asf],[model_type_gam],[model_type_gaf],[deco_model_change],[model_00],[model_01],[model_02],[model_03],[model_04],[model_05],[model_06],[model_07],[model_08],[model_09],[model_10],[model_11],[model_12],[model_13],[model_14],[model_15],[model_16],[model_17],[texture_filename],[drop_type],[icon_id],[icon_file_name],[script_text]) VALUES ('541113','29004','1000307006','2','13','0','-1','0','0','0','0','1','0','0','-2147483648','1','1','1','15','1','1','1','1','0',' 0','0','0','0.00','0.50','20000','0','0','0','0',' 99','51011','1090519040','0','0','0.00','0','0.00' ,'0.00','0','0.00','0.00','0','0.00','0.00','0','0 .00','0.00','0','0.00','0.00','0','0.00','0.00','0 ','0.00','0.00','0','0.00','0.00','0','0','0.00',' 0.00','0.00','0.00','0','0.00','0.00','0.00','0.00 ','0','0','0','0','0','0','0','0','0','0','0','0', '0','0','0','0','0','0','0','0','0','0','0','0','0 ','0','0','0','0','0','0','0','drop_card','0','ico n_card_boss','')
but for dbo summon resource i have this (exemple one line) :
51012 113 29005 1 3 5 30034 1,00 0,50 11,00 200 150 200 200 0 0 2,00 2 0 0 111 3 1 52012 -2 -3 26 -0,30 -0,06 14,86 beast_oforia 113 30019 icon_creature_minotaur_lv1 541112 0 game_image_card_oforia 3005101 0 0 0 0 0 0 0 0 0 0 0 -1 0
how i can edit with a querry ?
thx
|