- Nibbits
- StarCraft 2
- Forums
- Tools
- Green Tea AI
- GT AI Code Wiki
- New Reply
Post Reply
If you were logged in you would gain 3 XP for posting a reply.
You are replying to:
Support Nibbits by linking to us:
If you were logged in you would gain 3 XP for posting a reply.
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 :)