Creating A Gun #245


  • New
  • Task
Open
Assigned to shampaggon
  • _ForgeUser11729911 created this issue Nov 16, 2014

    I tried to make a gun using crackshot. I got this far, but it doesn't pop up in /shot list. Please help find the error in this.

    M9:
    Item_Information:
        Item_Name: "&7M9"
        Item_Type: 290
        Item_Lore: "&cSemi-Automatic pistol"
        Inventory_Control: secoundary_weapons : Limit: 1
        Message_Excedded: "You can only carry 1 sidearm at a time"
        Sounds_Exceeded: LAVAPOP-1-1-0
    Attachments:
        Type: main
        Info: M9
        Toggle_Delay: 10
        Sounds_Toggle: BAT_TAKEOFF-1-1-0
        Enchantment_To_Check: 1
        Skip_Name_Check: true
    Shooting:
        Right_Click_To_Shoot: true
        Cancel_Right_Click_Interactions: true
        Delay_Between_Shots: 10
        Recoil_Amount: .5
        Projectile_Amount: 1
        Projectile_Type: snowball
        Remove_Arrows_On_Impact: true
        Remove_Bullet_Drop: true
        Projectile_Speed: 40
        Projectile_Damage: 4
    Sneak:
        Enable: true
        No_Recoil: true
        Bullet_Spread: 1
    Ammo:
        Enable: true
        Ammo_Item_ID: 318
        Take_Ammo_Per_Shot: true
        Sounds_Out_Of_Ammo: SKELETON_HURT-1-1-0
        Sounds_Shoot_With_No_Ammo: SKELETON_HURT-1-2-0
    Reload:
        Enable: true
        Reload_With_Mouse: true
        Starting_Amount: 9
        Reload_Amount: 9
        Take_Ammo_On_Reload: true
        Take_Ammo_As_Magazine: true
        Reload_Duration: 45
        Sounds_Out_Of_Ammo: SKELETON_HURT-1-2-0
        Sounds_Reloading: IRONGOLEM_HIT-1-2-0
        Dual_Wield:
            Single_Reload_Duration: 45
            Sounds_Single_Reload: SKELETON_HURT-1-1-0
            Sounds_Shoot_With_No_Ammo: SKELETON_HURT-1-2-0
    Firearm_Action:
        Type: slide
        Open_Duration: 45
        Close_Duration: 45
        Close_Shoot_Delay: 15
        Sound_Open: SKELETON_HURT-1-1-0
        Sound_Close: SKELETON_HURT-1-2-0
    Scope:
        Enable: true
        Zoom_Amount: 1
        Zoom_Bullet_Spread: 1
    SignShops:
        Enable: true
        Price: 2500
        Sign_Gun_ID: 2
        Normal: You Have Been Shot To Death With An: M9 Pistol
        Enable: true
        Bonus_Damage: 4
        Message_Shooter: HEADSHOT
        Message_Victim: You feel blood trickling from your head
        Sounds_Shooter: GHAST_FIREBALL-1-1-0
        Sounds_Victim: ENDERMAN_SCREAM-1-1-0
    Backstab:
        Enable: false
        Bonus_Damage: 6
        Message_Shooter: You have impaled someone in the back
        Message_Victim: You feel a sharp pain behind you...
        Sounds_Shooter: GHAST_FIREBALL-1-1-0
        Sounds_Victim: ENDERMAN_SCREAM-1-1-0
    Critical_Hits:
        Enable: true
        Bonus_Damage: 1
        Chance: 5
        Message_Shooter: You've got a lucky shot!
        Message_Victim: You dont feel too good...
        Sounds_Shooter: GHAST_FIREBALL-1-1-0
        Sounds_Victim: ENDERMAN_SCREAM-1-1-0
    Damage_Based_On_Flight_Time:
        Enable: true
        Bonus_Damage_Per_Tick: -.01
        Minimum_Damage: 1
        Maximum_Damage: 4
    Potion_Effects:
        Activation: crit
        Potion_Effect_Shooter:FAST_DIGGING
        Potion_Effect_Victim: WEAKNESS
    Particles:
        Enable: true
        Particle_Player_Shoot: potion_splash-6
        Particle_Impact_Anything: block_break-1
        Particle_Hit: block_break-1
        Particle_Headshot: potion_splash-6
        Particle_Critical: potion_splash-6
        Particle_Backstab: potion_splash-6
    Hit_Events:
        Enable: true
        Sounds_Impact: DIG_STONE-1-1-0
        Sounds_Shooter: DIG_STONE-1-1-0
        Sounds_Victim: SKELETON_HURT-1-1-0
    Extras:
        Disable_Underwater: true
        Make_Victim_Speak: AAA

  • _ForgeUser11729911 added the tags New Task Nov 16, 2014
  • _ForgeUser18751865 posted a comment Jan 23, 2015

    Maybe Mistakes == (maybe I use uncorrectly word)

    Inventory_Control: secoundary_weapons : Limit: 1 # dont spacebar or use

    SignShops:

    Enable: true #2 enable

    Price: 2500

    Sign_Gun_ID: 2

    Normal: You Have Been Shot To Death With An: M9 Pistol

    Enable: true #2 enable

    Attachments: # this node is in weapon info not a new node

    All of Speak (by victim or shooter) Must Use "xxxx"

    Damage_Based_On_Flight_Time:

    Enable: true

    Bonus_Damage_Per_Tick: -.01

    Minimum_Damage: 1 <- it must be -1

    Maximum_Damage: 4 <- it must be -4

    Potion_Effects:

    Activation: crit

    Potion_Effect_Shooter:FAST_DIGGING # where's duration and level ?

    Potion_Effect_Victim: WEAKNESS # where's duration and level ?

    Particles:

    Enable: true

    Particle_Player_Shoot: potion_splash-6

    Particle_Impact_Anything: block_break-1

    Particle_Hit: block_break-1

    Particle_Headshot: potion_splash-6

    Particle_Critical: potion_splash-6

    Particle_Backstab: potion_splash-6

    Oh !!! Many Mistake


    Edited Jan 24, 2015

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