07-03-2009, 05:21 PM
I have done many searches but still no luck.
The situation: I am trying to make a type-3 attack that can pick up weapons and home towards the enemies. However, itr with kind: 2 and 7 both do not help. The weapons are never picked up.
Code:
Entry point: 100
115 and 116 correspond to characters' frames after picking up of weapons.
The situation: I am trying to make a type-3 attack that can pick up weapons and home towards the enemies. However, itr with kind: 2 and 7 both do not help. The weapons are never picked up.
Code:
Entry point: 100
115 and 116 correspond to characters' frames after picking up of weapons.
DC-Code:
<frame> 100 flying pic: 0 state: 3006 wait: 10 next: 117 dvx: 15 dvy: 0 centerx: 56 centery: 24 hit_a: 0 hit_d: 0 hit_j: 0 itr: kind: 2 x: -5000 y: -5000 w: 10000 h: 10000 vrest: 1 zwidth: 5000 itr_end: <frame_end> <frame> 115 picking_light pic: 4 state: 15 wait: 4 next: 999 dvx: 0 dvy: 0 dvz: 0 centerx: 46 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0 wpoint: kind: 1 x: 38 y: 74 weaponact: 24 attacking: 0 cover: 0 dvx: 0 dvy: 0 dvz: 0 wpoint_end: <frame_end> <frame> 116 picking_heavy pic: 5 state: 15 wait: 2 next: 119 dvx: 0 dvy: 0 dvz: 0 centerx: 46 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0 wpoint: kind: 1 x: 42 y: 79 weaponact: 10 attacking: 0 cover: 0 dvx: 0 dvy: 0 dvz: 0 wpoint_end: <frame_end> <frame> 117 picking_light pic: 6 state: 15 wait: 4 next: 118 dvx: 0 dvy: 0 dvz: 0 centerx: 46 centery: 79 hit_a: 1 hit_d: 10 hit_j: 0 hit_Fa: 1 wpoint: kind: 1 x: 38 y: 74 weaponact: 40 attacking: 0 cover: 0 dvx: 0 dvy: 0 dvz: 0 wpoint_end: <frame_end> <frame> 118 picking_light pic: 7 state: 15 wait: 4 next: 117 dvx: 0 dvy: 0 dvz: 0 centerx: 46 centery: 79 hit_a: 1 hit_d: 10 hit_j: 0 hit_Fa: 1 wpoint: kind: 1 x: 38 y: 74 weaponact: 40 attacking: 0 cover: 0 dvx: 0 dvy: 0 dvz: 0 wpoint_end: <frame_end> <frame> 119 picking_heavy pic: 5 state: 15 wait: 2 next: 1000 dvx: 0 dvy: 0 dvz: 0 centerx: 46 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0 <frame_end> |