Ticket #160 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

MatchBot spec/freq defect

Reported by: RiiStar Assigned to:
Priority: high Component: Bots - Other
Version: Latest version from repository Severity: critical
Keywords: Cc:

Description

Sat Oct 06 16:07:21: Ext: help: (bram) (twbd): Hey, just found this bug in TWBD, if you spec before start, then switch yourself with a teammate, then you get put on a solo freq

Will Also affect TWL bot…

Attachments

Change History

10/07/07 21:06:54 changed by RiiStar

  • summary changed from MatchBot to MatchBot spec/freq defect.

12/13/07 22:35:21 changed by anonymous

Couldn't this be fixed with a simple setfreq after the switch? <code> int freq = pA.getFrequency(); int ship = pB.getShipType(); pB.setShip(pA.getShipType()); pA.setShip(ship); m_botAction.setFreq(pA.getPlayerName(), freq); m_botAction.setFreq(pB.getPlayerName(), freq); </code>

12/13/07 22:36:25 changed by milosh

oops… who's a moron…

int freq = pA.getFrequency();
int ship = pB.getShipType();
pB.setShip(pA.getShipType());
pA.setShip(ship);
m_botAction.setFreq(pA.getPlayerName(), freq);
m_botAction.setFreq(pB.getPlayerName(), freq);

12/18/07 21:08:22 changed by Pio

So is this ticket Closed or is it still being worked on?

12/18/07 21:17:51 changed by milosh

  • status changed from new to closed.
  • resolution set to fixed.

Add/Change #160 (MatchBot spec/freq defect)




Change Properties
Action