Any ideas for making a bow that... shoot arrows lol? (I know he said ranged weapons are not implemented but what If the arrow is an spell?)
If you use a bow the bow Icon will apear and you will ... move the bow icon like a sword
but what if you make the bow "shoot" an spell with the icon of an arrow is this possible?
and maybe can just change the bow animation to something like this:
(Something I had when used the FF style action system)
So this creates the bow graphic and does the animation like loading and arrow and then shoot an arrow can this be implemented on a bow weapon in this system or this system is a 0 go with ranged weapons? the proyectile will be a particle in arrow shape
<target action>
icon create: user, weapon1, hand, 539
icon: user, weapon1, angle, 45
icon: user, weapon1, cur_x 12
wait: 3
icon delete: user, weapon1
icon create: user, weapon2, hand, 540
icon: user, weapon2, angle, 45
icon: user, weapon2, cur_x 12
wait:3
icon delete: user, weapon2
icon create: user, weapon3, hand, 541
icon: user, weapon3, angle, 45
icon: user, weapon3, cur_x 12
wait: 3
icon create: user, arrow, hand, 542 (Instead of "Icon create" would be the spell creation or cast w/e wanna call it)
icon: user, arrow, rotate, 90, 24
icon throw user: target, arrow, 16, 24, wait
icon delete: user, arrow
attack animation: target, wait
skill effect: whole
icon delete: user, weapon3
</target action>