google-code-export / game-golem

Automatically exported from code.google.com/p/game-golem
0 stars 0 forks source link

stats points not being distributed correctly #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I set up golem to assign stat points to:

energy
attack

then come a level up it adds 1 to energy and then 2 to attack. What I'm 
expecting to see is 1 to energy, 1 to attack and so on.

When I watch golem do this it seems to perform a double click on the second 
item in the list of stats to upgrade. This means for a list similar to:

attack
stamina
defence

defence never gets reached unless the level up causes the available stat points 
to go above 5

Original issue reported on code.google.com by MrLoq...@googlemail.com on 2 May 2011 at 8:23

GoogleCodeExporter commented 9 years ago
I've got almost 200 stat points saved up - wanting to get Script to handle the 
thing, just need to work out exactly how to work it (will give more control 
over where things are spent).

This *might* be related to Queue not pausing during page loads etc, and trying 
to pause on a click when we don't know whether it's meant to cause a page load 
or not can be difficult to handle.

Original comment by RycochetTM on 5 May 2011 at 1:40