Server Help

Bot Questions - Is there a bot for this?

Jmunky85 - Sat Apr 23, 2005 9:56 pm
Post subject: Is there a bot for this?
Is there a bot or merve plugin that will allow you to register 8 ships to freq 0 and 8 ships with diffrent images and settings to freq 1. ?
CypherJF - Sat Apr 23, 2005 10:21 pm
Post subject:
Each ship is given a specific graphic regardless of frequencies. Sorry.

People setup the server so that team1 may only use ships 1-4; team2 may only use ships 5-8; where ship 1 and 5, 2 and 6, etc. are the same graphic but are different colors - or some variation of that idea.
rootbear75 - Tue Apr 26, 2005 1:04 pm
Post subject:
nope sorry. Only 4 for freq 0 and 4 for freq 1
Anonymous - Fri Jul 01, 2005 2:20 pm
Post subject:
Hi,

This 4 to freq 0 and 4 to freq 1 stuff is exactly what I need.

How exactly would I do this?

Thanks,
-Dvon
Bak - Fri Jul 01, 2005 3:02 pm
Post subject:
Code: Show/Hide
if (p->ship != SHIP_Spectator && p->team % 2 == 0 && p->ship > SHIP_Leviathan)
  sendPrivate(p,"*setship 1");
else if (p->ship != SHIP_Spectator && p->team % 2 == 1 && p->ship <= SHIP_Leviathan)
  sendPrivate(p,"*setship 5");


Put it in playership and enter arena, and probably in event_tick too while looping through every player in the arena
Cerium - Fri Jul 01, 2005 3:09 pm
Post subject:
Isnt there an arena setting which does this for you?
Anonymous - Fri Jul 01, 2005 7:58 pm
Post subject:
Nevermind, I fixed it. tongue.gif
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group