Charas-Project

Game Creation => Requests => Tutorials => Topic started by: oink1227 on September 24, 2008, 03:17:41 AM

Title: plz. help me in rm2k3 help me plssssszzzzz......
Post by: oink1227 on September 24, 2008, 03:17:41 AM
 :-[ plz help me by making a prog. like thanatos in chaos legion game.....
this is an abs game,.... i have a prog. that can summon a legion, but it will not
attack....... what prog. will command it to attack?.......
Title: Re: plz. help me in rm2k3 help me plssssszzzzz......
Post by: HobomasterXXX on September 24, 2008, 03:31:45 AM
Post this in one place only. I just love trolls
Title: Re: plz. help me in rm2k3 help me plssssszzzzz......
Post by: Prpl_Mage on September 24, 2008, 05:53:37 AM
So what..?
Do you want an enemy to attack his own?

Just copy the "confuse" status effect and change the name to: " "
Then change so it won't run out untill the battle is over and then make it top priority.

Now, go to the battle group where the enemy is going to attack his own. Create a battle event that inflicts your "improved confuse" to the monster.

viola'! He will now randomly attack his friends.
Title: Re: plz. help me in rm2k3 help me plssssszzzzz......
Post by: Hell Angel on September 24, 2008, 06:00:43 AM
Actually, Prpl, he said it was for an ABS. So statuses don't really concern.
Title: Re:
Post by: oink1227 on September 24, 2008, 09:50:12 AM
hmm,......... just like an event vs event..... monster vs monster?.......
hmm... im working on abs system....., my game luks like chaos legion......
Title: Re: plz. help me in rm2k3 help me plssssszzzzz......
Post by: Osmose on September 24, 2008, 11:56:34 AM
All duplicate topics removed. oink1227 is no longer banned (Nor was he, as there was a ban with no triggers in the admin panel thanks to gemini), but his alt mimi is.

Now, as for the problem at hand, it's impossible for us to give you a tutorial for an ABS we know nothing about. You'd have to explain how your system works  (In detail, not just saying that you have a guy walking around who shoots stuff) for us to be able to tell you how to make one guy attack another. And even then, if you have the skill to create an ABS you have the skill to do this yourself.

I'd take prpl's advice, stick with a standard RPG battle, and make the story battle as he says, although to have it scripted better is probably more difficult.
Title: Re: plz. help me in rm2k3 help me plssssszzzzz......
Post by: Muraiko on September 26, 2008, 11:52:19 AM
Yeah, Event attacking another event is something that I've always wondered too. The only way that I can think of is using a massive load of variables that reference the event's corrdinates, to the the event it's attacking corrdinates.

Like, have a field event set at parrallel process, and have it always record your ally's (or summon's) X and Y corrdinates. You'll also have to do the same for all the enemies on the map.

Then you have to somehow program for your ally to know who to attack, and have another parrell process event that has the conditonal branch for his coordinates. For example, conditional branch: If ally's X corrdinate is less than enemy's X corrdinate (Meaning he's standing to the left of him), then move event ally right.
So he'll be chasing down the enemy.

Then have another filed evetn set at parrallel process, and have it check to see if either your ally's X coordinate, or Y corrdinate is one less, or one over, the enemy's coordinates, which means he's standing right next to him. Then, you can go ahead and program him to attack him, like show the animation of it.



I haven't tried this out myself, just an idea I got, so I don't know if it'll work one hundred percent...
Anyways, I hope you understood all that.
Title: Re: plz. help me in rm2k3 help me plssssszzzzz......
Post by: Hell Angel on September 26, 2008, 06:19:09 PM
Sounds pretty solid, Mura. Coordinates would be the only way I can see. ABSs should have coordinates for everything anyway, though.
Title: Re:
Post by: oink1227 on September 29, 2008, 02:36:53 AM
hey muraika!!!!! thanks....!!! ive done it!!!.... i put so many variabs... and
some coordinates... ill put a pics here, so you can see my work.,,,,
thanks again......... ^^