我在高级福利BUFF里加多加了攻击,防御,生命的参数不需要在单独修改攻击了 <bl:abnormalStatusInfo bl:abnormal_status_id="620000" bl:name="premium_service_buff_01" bl:name_k="프리미엄 혜택" bl:variable_Value_0="50" bl:variable_Value_1="10" bl:variable_Value_2="10" bl:variable_Value_3="25" bl:variable_Value_4="25" bl:variable_Value_5="25" bl:variable_Value_6="1" bl:icon_index="804016" bl:cool_time="0" bl:abnormal_category="system" bl:damage_type="magical" bl:judge_type="spell" bl:heal_type="none" bl:buff_type="none" bl:stack_type="none" bl:stack_count="1" bl:ignore_stack_effect="false" bl:ignore_if_exist="false" bl:detach_upon_death="false" bl:pause_upon_disconnect="false" bl:need_to_save="true" bl:duration="0" bl:period="0" bl:block_term_effect_abnormal="nil" bl:period_dealing_amount="0" bl:dealing_amount="0" bl:N_da="1" bl:PvP_damage_coefficient="1" bl:expire_count="-1" bl:expire_amount="-1" bl:expire_HP_ratio="-1" bl:qte="nil" bl:is_bornfire="false" bl:show_stack_count="false" bl:alert_monolog="nil" bl:is_buff="normal" bl:cam_sequence_id="0" bl:sequence_target="MyPC" bl:social_action_id="0" bl:cant_evade="false" bl:break_protection="false" bl:UI_Category_Type="Paidbenefit_Abnormal_UI" bl:termeffect_xbfl_init="" bl:termeffect_xbfl_event="" bl:elemental_damage_split_rate="1" bl:broadcast_type="all"> <bl:ParamChangeInfo bl:param_type="pve_exp_coefficient" bl:param_change_type="percent_inc" bl:value="10" bl:modifyHPorMP="true" /> <bl:ParamChangeInfo bl:param_type="pve_gold_drop_coefficient" bl:param_change_type="percent_inc" bl:value="10" bl:modifyHPorMP="true" /> <bl:ParamChangeInfo bl:param_type="warp_cost_starseed_modifier" bl:param_change_type="percent_dec" bl:value="25" bl:modifyHPorMP="true" /> <bl:ParamChangeInfo bl:param_type="warp_cost_gold_modifier" bl:param_change_type="percent_dec" bl:value="25" bl:modifyHPorMP="true" /> <bl:ParamChangeInfo bl:param_type="bonfire_heal_modifier" bl:param_change_type="inc" bl:value="0.25" bl:modifyHPorMP="true" /> <bl:ParamChangeInfo bl:param_type="gather_time_modifier" bl:param_change_type="percent_dec" bl:value="25" bl:modifyHPorMP="true" /> <bl:ParamChangeInfo bl:param_type="attack_power" bl:param_change_type="percent_inc" bl:value="1000" bl:modifyHPorMP="true" /> --------------攻击buff <bl:ParamChangeInfo bl:param_type="stamina" bl:param_change_type="inc" bl:value="100" bl:modifyHPorMP="true" /> --------------生命buff
不好意思之前疏忽了那个命令是按照我的角色写的有的小伙伴执行完可能没有效果,因为里面角色ID不一样所有没有效果
简单的解决方法,替换AbnormalStatusInfo.xml文件后重启服务器
然后进入游戏执行//addItem 70070010 1 高级攻击力增加 刷一个攻击buff使用后退出到角色选择界面
打开navicat点击 create_gamedb_pc库>>>>>>DBAbnormalStatus表 找到AbnormalStatus_CId 为600111 数据,这个就是刚才吃的攻击Buff
将AbnormalStatus_CId 600111 改成620000(这个是高级福利) Remain_Duration_Sec和Total_Duration_Sec改成36500000(这两个是持续时间)
修改完成后进入游戏查看
==============================分割线=====================================
如果想自己修改的话我把修改方法贴出来,想加什么自己往上加就可以了
===这个是高级福利BUFF在此基础上我附加了攻击,防御,血量,标红的是我后加上的最后三行,根据自己喜好加然后打开AbnormalStatusInfo.xml查找620000然后拷贝出来修改后替换,重启服务端,替换时候注意格式========================================
神佑释放新增加高级福利BUFF方法
87