Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: RockJohnAxe on July 08, 2008, 05:20:45 AM
-
there is 2 attacks im triyng to make.
1: Self buff that raises attack power then deals Aabout 150 AOE dmg to enemies.
I cannot get the 150 dmg thing to work. I can only find simulate enemy attck.
2: An attack that does dmg then heals your party about 150 health.
I cant get the heal to work.
Anyone have usgeestions or know how?
Thanks,
- Zer0
-
You're trying to make attacks that affect both the hero and the enemy... That's incredibly complicated and you'd have to base the character around it, so don't bother :p
-
Complicated or impossible?
Im assuming from my trial and error myself, that you gotta create a special "spell menu", like attack, magic, item, Specialskill for example. Then when you use that ability it can trigger common events therefore allowing more freedom in what can happen.
Only way ive seen, and at this point doesnt seem worth the trouble.
Makes me a sad Panda though :(
-
Complicated. You can set a monster group event to trigger when a skill subset is used, but not when a specific skill is used, meaning that to trigger a healing event at the same time as the skill is used you'd need to check the hero's MP before and after the turn and make the event trigger if the difference in MP is equal to the MP requirement of the skill.
-
Alright.... Sounds like more trouble than its worth...
I appreciate the Help Moosetroop :D