Bow as a gun problem #132


  • Defect
  • Replied
Open
Assigned to shampaggon
  • _ForgeUser10320555 created this issue Jan 20, 2014

    What steps will reproduce the problem?
    1. change the item type to 261 ( bow )
    2. use it as a gun
    3. doesnt work

    What happened?
    I used bow as a gun.

    What was supposed to happen?
    It would work normally as any other guns.

    What version of CrackShot are you using?
    The latest (0.97.8 1.7.4)

    Were there any errors in the console? If so, what were they?
    None

    Please provide your configuration file if necessary.
    AutoBow:
        Item_Information:
            Item_Name: "AutoBow"
            Item_Type: 261
            Sounds_Acquired: BAT_TAKEOFF-1-1-0
            Remove_Unused_Tag: true
        Shooting:
            Cancel_Left_Click_Block_Damage: true
            Cancel_Right_Click_Interactions: true
            Delay_Between_Shots: 4
            Recoil_Amount: 0
            Projectile_Amount: 1
            Projectile_Type: arrow
            Projectile_Speed: 40
            Projectile_Damage: 4
            Bullet_Spread: 0
            Sounds_Shoot: SHOOT_ARROW-1-1-1
        Abilities:
            Reset_Hit_Cooldown: true
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
         Maybe add a module " Bow Type " - it will act as a normal bow but it shoots as a gun when released.

  • _ForgeUser10320555 added the tags New Defect Jan 20, 2014
  • _ForgeUser6941066 posted a comment Jan 28, 2014

    Try adding this to shooting node:

    Right_Click_To_Shoot: false
    
  • Shampaggon removed a tag New Jan 31, 2014
  • Shampaggon added a tag Waiting Jan 31, 2014
  • Shampaggon posted a comment Jan 31, 2014

    By setting Cancel_Right_Click_Interactions to true, you are preventing the bow from being drawn. Bows also require at least one arrow in the player's inventory if the bow is to be drawn at all (unless the player is in creative-mode).

    The Zambies server provides a live demonstration of bows being used as CrackShot weapons.

  • Shampaggon removed a tag Waiting Jan 31, 2014
  • Shampaggon added a tag Replied Jan 31, 2014

To post a comment, please login or register a new account.