Quote:
Originally Posted by atomicstorm
@  you are amazing! Thank you so much this fixed it!, with what I was doing. Another shout out to @  for your help in the forums. Last night I was looking in the source code trying to find it. Found the attached image and tried every variation of this as I noticed it was an external variable - no success. Thank you both you really made my day after hunting all last night haha.
|
You lead yourself into the wrong direction with Supersave.
Supersave-Limits are the level-limits for growth-potion-effects.
Example:
Code:
N:game.super_save_level_min_limit_0:1
N:game.super_save_level_max_limit_0:130
N:game.super_save_level_min_limit_1:121
N:game.super_save_level_max_limit_1:140
N:game.super_save_level_min_limit_2:131
N:game.super_save_level_max_limit_2:150
N:game.super_save_level_min_limit_3:141
N:game.super_save_level_max_limit_3:160
N:game.super_save_level_min_limit_4:121
N:game.super_save_level_max_limit_4:160
N:game.super_save_level_min_limit_5:151
N:game.super_save_level_max_limit_5:170
N:game.super_save_level_min_limit_6:1
N:game.super_save_level_max_limit_6:200
Super Save 0 is connected to Growth Potion Buff-ID :4102
Super Save 1 is connected to Growth Potion Buff-ID :4110
Super Save 2 is connected to Growth Potion Buff-ID :4111
Super Save 3 is connected to Growth Potion Buff-ID :4112
Super Save 4 is connected to Growth Potion Buff-ID :4113
Super Save 5 is connected to Growth Potion Buff-ID :4116
Super Save 6 is connected to Growth Potion Buff-ID :4119
min_limit declares the minimum level to get the actual growthpotion-effect,
max_limit....well, I think you understand.