Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]

Author Topic: I need help with this...  (Read 1192 times)

Enemy post

  • Bay Watcher
  • Modder/GM
    • View Profile
Re: I need help with this...
« Reply #15 on: November 01, 2016, 04:11:37 pm »

Try these, I upgraded your musket and bullets. These should be more realistic. It's not perfect, but it should be close enough.

Code: [Select]
[ITEM_AMMO:ITEM_AMMO_MUSKET-BALL]
[NAME:Musket-ball:Musket-balls]
[CLASS:BULLET]
[SIZE:5]
[ATTACK:EDGE:1:4000:Bash:Bashes:NO_SUB:1000]
      [ATTACK_PREPARE_AND_RECOVER:1:1]

Code: [Select]
[ITEM_WEAPON:ITEM_WEAPON_MUSKET]
[NAME:Musket:Muskets]
[SIZE:1500]
[SKILL:SPEAR]
[RANGED:CROSSBOW:BULLET]
[SHOOT_FORCE:10000]
[SHOOT_MAXVEL:10000]
[TWO_HANDED:775000]
[MATERIAL_SIZE:5]
[ATTACK:BLUNT:1000:4000:Bash:Bashes:NO_SUB:1250]
        [ATTACK_PREPARE_AND_RECOVER:4:4]

Checking your flintlock pistol now. Also, you misspelled MATERIAL_SIZE as MATIREAL_SIZE several times.

*Ok, these pistols should work better.

Code: [Select]
[ITEM_WEAPON:ITEM_WEAPON_FLINTLOCK-PISTOL]
[NAME:Flintlock-pistol:Flintlock-pistols]
[SIZE:500]
[SKILL:MACE]
[RANGED:CROSSBOW:BULLET]
[SHOOT_FORCE:10000]
[SHOOT_MAXVEL:10000]
[TWO_HANDED:750]
[MATERIAL_SIZE:5]
[ATTACK:BLUNT:1000:4000:Bash:Bashes:NO_SUB:1250]
        [ATTACK_PREPARE_AND_RECOVER:4:4]
« Last Edit: November 01, 2016, 04:55:22 pm by Enemy post »
Logged
My mods and forum games.
Enemy post has claimed the title of Dragonsong the Harmonic of Melodious Exaltion!

JakeSlayer

  • Bay Watcher
    • View Profile
Re: I need help with this...
« Reply #16 on: November 01, 2016, 06:36:41 pm »

Thanks and my bad.
Logged
VALLHALLA HUNGERS!!!
-JakeSlayer

Enemy post

  • Bay Watcher
  • Modder/GM
    • View Profile
Re: I need help with this...
« Reply #17 on: November 01, 2016, 06:48:48 pm »

Thanks and my bad.

You're welcome. I'm happy to hear you like my mods.
« Last Edit: November 01, 2016, 06:53:42 pm by Enemy post »
Logged
My mods and forum games.
Enemy post has claimed the title of Dragonsong the Harmonic of Melodious Exaltion!

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: I need help with this...
« Reply #18 on: November 12, 2016, 06:40:35 pm »

You have too many digits. You can only go up to about 2,000,000,000.
Pages: 1 [2]