chapter 11 and chapter 16 got bug

Post Reply
gerbercage
Corporal - 5 cm Pak 38
Corporal - 5 cm Pak 38
Posts: 48
Joined: Wed Sep 18, 2013 7:59 am

chapter 11 and chapter 16 got bug

Post by gerbercage »

chapter 11 I kill 100% of enemy unit but still fail to get "kill 5 knights" achievement
chapter 16 I own all 3 runes (capture the location before turn 20 but still fail to get that achievement.
gerbercage
Corporal - 5 cm Pak 38
Corporal - 5 cm Pak 38
Posts: 48
Joined: Wed Sep 18, 2013 7:59 am

Re: chapter 11 and chapter 16 got bug

Post by gerbercage »

I think the script in chapter 16 got problem, I found out
FUNCTION ValidateAchievement_TheyAreAllMine()
{
if ((GetVPOwner(16) == 0) && (GetVPOwner(17) == 0) && (GetVPOwner(18) == 0) && GetTurn() <= 18)
{
return 1;
}

Suppose at description, I must capture all of 3 runes before turn 20 but the script show that is is 18/2=turn 9.
The "turn" inside script count on both side so if that map got max 25 turn, it will be 50 turn (25 for human and 25 for demon)
Please check and fix this achievement.
Post Reply

Return to “Tech Support”