Plane is scared to attack

Asked by YR M0ddEr

I am having this weird issue with an airstrike SW.
http://img813.imageshack.us/img813/2228/errorge.png
As you see on the picture, the aircraft is just standing still at the edge of the map. This of course happen after I launch the super weapon.

;The SW

[EMPSpec]
UIName=Name:EMPSW
Name=EMP Strike
IsPowered=true
RechargeTime=12
LineMultiplier=10
Type=SpyPlane
Action=None
SidebarImage=empticon
ShowTimer=no
DisableableFromShell=yes
SpyPlane.Type=empair
SpyPlane.Mission=Attack
SW.FireIntoShroud=yes
SW.Range=1
Cursor.Frame=249
Cursor.Count=10
Cursor.Interval=5
Cursor.MiniFrame=63
Cursor.MiniCount=4
NoCursor.Frame=41
NoCursor.Count=1
NoCursor.Interval=1
NoCursor.MiniFrame=52
NoCursor.MiniCount=1

;The unit

[empair]
UIName=Name:empair
Image=empair
Name=EMP Pulse
Primary=EMPBomb
CanPassiveAquire=no
CanRetaliate=no
Strength=150
Category=AirLift
Armor=light
TechLevel=-1
Sight=6
RadarInvisible=no
RadarVisible=yes
Landable=yes
MoveToShroud=yes
Spawned=yes
Landable=no
FireAngle=64
PipScale=Ammo
Speed=14
PitchSpeed=1.3
PitchAngle=0
Owner=Arabs
Cost=20
Points=20
ROT=4
Ammo=1
BuildLimit=1
ConsideredAircraft=yes
AirportBound=no
GuardRange=30
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
IsSelectableCombatant=yes
VoiceSelect=
VoiceMove=
VoiceAttack=
VoiceCrashing=
MoveSound=IntruderMoveLoop
CrashingSound=IntruderDie
DamageSelf=no
ImpactLandSound=GenAircraftCrash
Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1}
DeathWeapon=TankDeath
MovementZone=Fly
ThreatPosed=30
TypeImmune=yes
DamageParticleSystems=SparkSys,SmallGreySSys
Trainable=no
VeteranAbilities=STRONGER,FIREPOWER,SIGHT,FASTER
EliteAbilities=SELF_HEAL,STRONGER,FIREPOWER,FASTER
Fighter=yes
FlyBy=no
FlyBack=yes
CrateGoodie=no
AllowedToStartInMultiplayer=no
ImmuneToPsionics=yes
PreventAttackMove=yes

[EMPBomb]
Damage=1
ROF=15
Range=2
Projectile=EMPBombProj
Speed=10
Warhead=EMPBombWH
Report=KirovAttack

[EMPBombWH]
CellSpread=8
Verses=100%,100%,100%,100%,100%,100%,100%,100%,100%,100%,100%
AnimList=EMPULSE
EMP.Duration=4500

[EMPBombProj]
Image=shempbomb
Acceleration=1
Arm=2
Shadow=no
Proximity=no
Ranged=yes
AA=no
AG=yes
ROT=100
SubjectToCliffs=no
SubjectToElevation=no
SubjectToWalls=no

Offtopic:
1. Is forum obsolete now?
2. Is there html stuff(example bold/italic etc)?

Question information

Language:
English Edit question
Status:
Solved
For:
Ares Edit question
Assignee:
No assignee Edit question
Solved by:
YR M0ddEr
Solved:
Last query:
Last reply:
Revision history for this message
AlexB (alexander-b) said :
#1

Landable is defined twice. Use Landable=no.

PreventAttackMove=yes and IsSelectableCombatant=yes should not be needed for a spawned plane.

Otherwise, dunno what's wrong, but you could always go back to SPYP and copy over the empair settings until it breaks.

Revision history for this message
AlexB (alexander-b) said :
#2

Forgot about the offtopic questions:
The forums are still there, but all Ares related issues will most likely be discussed here.
I don't know about any formatting options. I've yet to see formatted text so the answer is probably no.

Revision history for this message
YR M0ddEr (yr-m0dder) said :
#3

Thanks, problem solved.