Page 1 of 1
Missile Weapons [console]
Posted: Sun Nov 02, 2014 1:29 am
by Coroner
This may be silly question, but how is "Missile Weapons" skill named in command console?
party.party:getChampion(4):trainSkill("firearms", -5)
This is command in question, I just need it for
missile weapons and can't figure out the skill name.
Re: Missile Weapons [console]
Posted: Sun Nov 02, 2014 1:53 am
by Palandus
missile_weapons
Same with other skills with two words such as Heavy Weapons = heavy_weapons
Re: Missile Weapons [console]
Posted: Sun Nov 02, 2014 2:39 am
by Coroner
But it's not. That's the first thing I tried

Re: Missile Weapons [console]
Posted: Sun Nov 02, 2014 2:45 am
by Palandus
K, how about missile_weapon
Or you are doing the code wrong. Try this except with missile_weapons .
party.party:getChampion(1):trainSkill("light_weapons",1,true)
Re: Missile Weapons [console]
Posted: Sun Nov 02, 2014 3:14 am
by Coroner
I have the right code, I use it often to try some new weapons I find, but for some reason missile_weapons is not name of the skill.
And yes, I've tried missile_weapon, missileweapon, missileweapons, missile_weapons, missile weapon, missile weapons, ranged weapons...

Re: Missile Weapons [console]
Posted: Sun Nov 02, 2014 3:26 am
by minmay
"missile_weapons" works for me.
Re: Missile Weapons [console]
Posted: Sun Nov 02, 2014 3:34 am
by Coroner
Hm... okay

maybe gog version is different somehow? But it makes no sesne

Re: Missile Weapons [console]
Posted: Sun Nov 02, 2014 3:49 am
by Palandus
missile_weapons works for me too, but I have Steam version.