Need scripting help for the Scrolling platformer module (Melee; Projectile attack, other)

Lother

Member
So I'm using the Scrolling platformer module and I really need help for a few things.

First I want my character to have a melee and distance attack, but the scripts available (from other modules) do not work. On top of that, I want an ennemi to shoot a certain bullet toward my player, but it fires instead the effect for the melee attack (which is at the Melee Player Object)

I'm asking for help since I'm really bad at scripting.

Thank you in advance.
 

dale_coop

Moderator
Staff member
Tutorial for adding Projectile object:
http://www.nesmakers.com/viewtopic.php?f=35&t=1703
Tutorial for adding Melee object:
http://www.nesmakers.com/viewtopic.php?f=35&t=1777
For your enemy projectiles:
http://www.nesmakers.com/viewtopic.php?p=12242#p12242


Can't do much more than that ;) try those, one at a time, step by step.
And if you have issue, for one of them, post in the respective topic, with your errors.
 

Lother

Member
Thanks, I've now implemented the melee attack and fixed the animations.

Just need to create more monsters, background tiles, make a real level and find somebody who can create music and sounds for my game.
 

Lother

Member
Well, after finishing the demo, I want to implement a attack charging system (my character summoning a spell while not moving), so the base attack would be the melee, lvl 1 a simple fireball, lvl 2 a more powerful one, etc...
 
Top Bottom