- Joined
- Apr 30, 2018
- Messages
- 19
- Reaction score
- 8
- First Language
- Tagalog
- Primarily Uses
- RMMV
Here Frostorm my skill notetag and sequence config...
skills notetag:
<letbs>
aoe_select: allies
aoe: circle(4)
aoe_options: need_free_cell
sequence: Ally_Jump
</letbs>
<letbs_AI>
type: move
</letbs_AI>
~~~~~~~~~~~~~~~~~~
sequence config:
"Ally_Jump": [
"wait: 60",
"save_entities: Ally_Jump, cursor_ally",
"request_selection: skill(300)",
"call: pre-skill",
"anim: saved(Ally_Jump), 169",
"wait: 40",
"move_to_cell: saved(Ally_Jump), cursor_cell, true",
"anim: saved(Ally_Jump), 170",
"wait: 60",
"call: post-skill"
],
~~~~~~~~~~~~~~~~~~~~~~
What do you think is the problem? My issue is that when I select an ally there's no problem but when I move and put it within the scope..my ally can be placed anywhere in the map even in the restricted areas. What I want is that it can only be placed within the scope.
skills notetag:
<letbs>
aoe_select: allies
aoe: circle(4)
aoe_options: need_free_cell
sequence: Ally_Jump
</letbs>
<letbs_AI>
type: move
</letbs_AI>
~~~~~~~~~~~~~~~~~~
sequence config:
"Ally_Jump": [
"wait: 60",
"save_entities: Ally_Jump, cursor_ally",
"request_selection: skill(300)",
"call: pre-skill",
"anim: saved(Ally_Jump), 169",
"wait: 40",
"move_to_cell: saved(Ally_Jump), cursor_cell, true",
"anim: saved(Ally_Jump), 170",
"wait: 60",
"call: post-skill"
],
~~~~~~~~~~~~~~~~~~~~~~
What do you think is the problem? My issue is that when I select an ally there's no problem but when I move and put it within the scope..my ally can be placed anywhere in the map even in the restricted areas. What I want is that it can only be placed within the scope.