Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → I need someone to make a cog for my JK SP level...
I need someone to make a cog for my JK SP level...
2003-12-19, 1:57 AM #1
This.

I need a cog for that... Two actually, one that'd make 5 stormtroopers follow me, and shoot every enemy they see... Not me or each others tho...
The second cog would one that makes an actor attack the actor that's closest to it... if another actor comes closer it attacks that one.

Now i know i could do all this, but i have no time.. I don't really even have the time for this sp level, but i WILL finish it.

------------------
ILLEGAL PORNOGRAPHIC VIDEOS NEWEST GAMES MP3Z AND MOVIES!!!
Last edited by mb; today at 10:55 AM.
2003-12-19, 2:49 AM #2
there are some.. cogs that can do that (check cog section on massassi).. Folow cog should look like this:

pulse
for(i=0 i<6 i++)
{
aimove(storm,player)
}

other problem is that massassi cog have error - storms will fight withthemself. Other problem is that enemies will only atack you. Easier to make in mots..

------------------
The miners of Kiith Somtaaw sacificed much, and risked all. For their efforts they were brought into the inner most circle of Hiigaren power. Naabal, S'jet, and Sobanii bowed before them. And from that day to this, Somtaaw's children have been known to one and all as Beastslayers..
2003-12-19, 3:08 AM #3
Quote:
<font face="Verdana, Arial" size="2">Originally posted by EH_AceCSF:
there are some.. cogs that can do that (check cog section on massassi).. Folow cog should look like this:

pulse
for(i=0 i<6 i++)
{
aimove(storm,player)
}

other problem is that massassi cog have error - storms will fight withthemself. Other problem is that enemies will only atack you. Easier to make in mots..

</font>


You can disable the stormpooper's AI and make it attack only a target assigned by a cog... if the pooper sees an actor, a cog checks if it's the player or one of the 4 other poopers, if not, attacks. if is, follows the player.

------------------
ILLEGAL PORNOGRAPHIC VIDEOS NEWEST GAMES MP3Z AND MOVIES!!!
Last edited by mb; today at 10:55 AM.

↑ Up to the top!