They Are Billions

They Are Billions

감금이됩니다!
Showing 1-3 of 3 entries
Update: 28 Oct @ 1:19pm

1.스크립트 오류
-좀비 체력 증가 오류 > 코드 교체 완료 > 정상작동 확인

ApplyRules("ZombieMutant Life +10%");
ApplyRules("ZombieGiant Life +10%");
ApplyRules("ZombieDressedA Life +10%");
ApplyRules("ZombieDressedB Life +10%");
ApplyRules("ZombieMediumB Life +10%");
ApplyRules("ZombieHarpy Life +10%");
ApplyRules("ZombieStrongA Life +10%");
ApplyRules("ZombieMediumA Life +10%");
ApplyRules("ZombieWeakC Life +10%");
ApplyRules("ZombieVenom Life +10%");
ApplyRules("ZombieWeakA Life +10%");
ApplyRules("ZombieWeakB Life +10%");
ApplyRules("ZombieWorkerA Life +10%");
ApplyRules("ZombieWorkerB Life +10%");



2. 사거리 증가시, 시야도 증가하도록 코드 추가
-솔져의 사거리가 늘어도 시야가 낮아서 공격하지 못하는 문제가 발견 > 코드 추가 완료

ApplyRules("Soldier WatchRange +1");
ApplyRules("Sniper WatchRange +1");
ApplyRules("Titan WatchRange +1");

Update: 27 Oct @ 11:02am

코드 오류난거 수정함
ApplyRules("AdvancedQuarry WorkersSupply = 0 ,AdvancedQuarry Colonists = 0");

Update: 27 Oct @ 10:54am