If you were logged in you would gain 3 XP for posting a reply.
You must have JavaScript enabled in order to post a comment.
Please respect our terms of use when participating in Nibbits.
In 0.71 Protoss still cant use Graviton Beam properly. In GTZStrategy.galaxy in void GTMicro change this lines >>>>>
// if (type == c_PU_Phoenix)// { AICast(aiUnit, GTPhoenixOrder(player, aiUnit, scanGroup), c_noMarker, c_castHold); }
to this >>>>>>>
if (type == c_PU_Phoenix) { AICast(aiUnit, GTPhoenixOrder(player, aiUnit, scanGroup), c_noMarker, c_castHold); }
Ive tested it with enabled Beam and it works well yet, so enable it :)
Support Nibbits by linking to us:
In 0.71 Protoss still cant use Graviton Beam properly. In GTZStrategy.galaxy in void GTMicro change this lines >>>>>
// if (type == c_PU_Phoenix)
// { AICast(aiUnit, GTPhoenixOrder(player, aiUnit, scanGroup), c_noMarker, c_castHold); }
to this >>>>>>>
if (type == c_PU_Phoenix)
{ AICast(aiUnit, GTPhoenixOrder(player, aiUnit, scanGroup), c_noMarker, c_castHold); }
Ive tested it with enabled Beam and it works well yet, so enable it :)