A friend of mine is having a weird problem with one of his mods.
Code:
#newmonster 2702
#name "Lesser Daemon"
#copyspr 1268
#descr "A low level daemon."
#ap 12
#mapmove 2
#hp 12
#prot 0
#size 2
#str 11
#enc 3
#att 10
#def 10
#prec 10
#mr 10
#mor 10
#gcost 10
#rcost 0
#weapon 601
#Weapon 627
#armor "Four Word Long Name"
#armor "Four Word Long Name"
#maxage 400
#fireres 60
#neednoteat
#demon
#okleader
#nomagicleader
#noundeadleader
#nametype 102
#end
The problem with this unit is that it is supposed to be dual wielding, but when you look at it in game it can only use one weapon. We've tried a number of things to make it work but we can't figure out any way for it to dual wield, no matter what weapons we try to give it. Is the problem somewhere in its stats? Where else should we be looking to try and fix this problem? Any help would be appreciated, this is driving us crazy....