Page 1 of 1

GAME: Problem with full bomb charge>100

Posted: Fri Feb 18, 2005 5:22 pm
by Pedro
I get critical error during compilation as below:

*** CRITICAL ERROR (line 979, item reference ref060818-2 - FLASK_POTION_BOMB_FUL): String "255" not supported. Expecting an integer in the range 1 to 100.

According to editor a ful bomb can be charged up to 255 and this value works correctly (explosion is biggest) despite of the error.

Probably the same problem is with other potions but I haven't tested it yet.

P.

Posted: Fri Feb 18, 2005 6:29 pm
by George Gilbert
The range should be from 1 to 100 (it's a percentage of the maximum strength).

I'll make sure the editor picks this up properly.

Posted: Fri Feb 18, 2005 10:50 pm
by Pedro
George Gilbert wrote:The range should be from 1 to 100 (it's a percentage of the maximum strength).

I'll make sure the editor picks this up properly.
Ful Bomb with charge = 255 gives bigger explosion than one with charge = 100. I didn't checked whether it causes also greater damages. It looks like the maximum is exceeded 155%.

Posted: Wed Jun 15, 2005 10:44 am
by George Gilbert
Done for V0.35