星空在此刻
本帖最后由 星空在此刻 于 2021-2-20 22:27 编辑

如题,现在人很懵,也找不出来有什么不对的地方。具体设置在下面,可以使用shot get获得武器,但就是开不了枪,把ammo项去掉后就能正常开火。
    Ammo:
        Enable: true
        Ammo_Item_ID: 77
        Ammo_Name_Check: "&7&l手枪弹夹"
        Take_Ammo_Per_Shot: true


星空在此刻
1:
    Item_Information:
        Item_Name: "1"
        Item_Type: 280
        Item_Lore: "233"
        Sounds_Acquired: BAT_TAKEOFF-1-1-0
        Skip_Name_Check: true
    Shooting:
        Right_Click_To_Shoot: false
        Dual_Wield: false
        Cancel_Left_Click_Block_Damage: true
        Cancel_Right_Click_Interactions: true
        Projectile_Flames: true
        Projectile_Speed: 30
        Delay_Between_Shots: 20
        Projectile_Amount: 1
        Recoil_Amount: 1
        Projectile_Type: arrow
        Remove_Arrows_On_Impact: true
        Projectile_Damage: 3
        Remove_Bullet_Drop: true
        Bullet_Spread: 0
        Sounds_Shoot: ITEM_BREAK-1-1-0,FALL_BIG-1-1-0
    Ammo:
        Enable: true
        Ammo_Item_ID: 77
        Ammo_Name_Check: "&7&l手枪弹夹"
        Take_Ammo_Per_Shot: true
    Reload:
        Enable: true
        Reload_Amount: 7
        Reload_Bullets_Individually: false
        Take_Ammo_On_Reload: true
        Take_Ammo_As_Magazine: true
        Reload_Duration: 60
        Reload_Shoot_Delay: 0
        Sounds_Reloading: FIRE_IGNITE-1-1-4,DOOR_OPEN-1-2-6,FIRE_IGNITE-1-1-36,HURT_FLESH-1-0-37,DOOR_CLOSE-1-2-38
        Sounds_Out_Of_Ammo: ITEM_BREAK-1-1-0
    Particles:
        Enable: true
        Particle_Player_Shoot: flames-0
        Particle_Terrain: false
    Abilities:
        Death_No_Drop: true
        Reset_Hit_Cooldown: true
        No_Fall_Damage: false
        No_Vertical_Recoil: false
        Hurt_Effect: false
        Jetpack_Mode: false
这是枪械完整的设置

poor456
本帖最后由 poor456 于 2021-2-20 22:41 编辑

Take_Ammo_Per_Shot: true
请将这行改为false,这个选项的意思是每次开火都会消耗子弹


星空在此刻
poor456 发表于 2021-2-20 22:39
Take_Ammo_Per_Shot: true
请将这行改为false,这个选项的意思是每次开火都会消耗子弹

ok,我去试试看

星空在此刻
poor456 发表于 2021-2-20 22:39
Take_Ammo_Per_Shot: true
请将这行改为false,这个选项的意思是每次开火都会消耗子弹

确实可以了非常感谢dalao的指导