14.6 is old. Get a daily build.
The point releases notify people that there is a new version. However, I think it's better to train people to not rely on that any more.
Also, mallprices.txt currently only gets updated with point releases (if you don't have that one setting turned on), so those processes would need to be decoupled.
Fair point. How big of an issue would that be?
Internal checkpoint created.
Acquiring LEW...
Acquiring Funhouse item...
Maximizing...
168 combinations checked, best score 0.0 (FAIL)
Unable to meet all requirements via equipment changes.
See the Modifier Maximizer for further suggestions.
Could not obtain Funhouse item
Problem occured while acquiring the LEW, exiting...
Restoring initial settings...
CCS set to Farming
Tried running the script. Gave me the message:
Using mafia r9440
thanks!
cli_execute( "maximize 4 clownosity -familiar -tie" );
maximize( "4 clownosity -familiar -tie", false );
boolean test()
{
cli_execute( "maximize 7 raveosity -familiar -tie" );
print( "maximizing done" );
return ( numeric_modifier( "Raveosity" ) >= 7.0 );
}
if ( test() ) print( "OK" );
else print( "NOT OK" );
> call test.ash
Maximizing...
104 combinations checked, best score 0.0 (FAIL)
[COLOR="#ff0000"]Unable to meet all requirements via equipment changes.[/COLOR]
See the Modifier Maximizer for further suggestions.
NOT OK
boolean test()
{
maximize( "7 raveosity -familiar -tie", false );
print( "maximizing done" );
return ( numeric_modifier( "Raveosity" ) >= 7.0 );
}
if ( test() ) print( "OK" );
else print( "NOT OK" );
> call test.ash
Maximizing...
104 combinations checked, best score 0.0 (FAIL)
maximizing done
NOT OK
Thanks!What a great script. Cheers!
> call scripts/nemesis.ash
Internal checkpoint created.
Resetting mind control device...
Mind control device reset.
Restoring initial settings...
CCS set to default
You already know LTS.
Checking passive damage sources on the KoL Wiki...
Something happened while parsing the KoL Wiki for passive damage sources.
Could not obtain the hellseal disguise.
Restoring initial settings...
CCS set to default
Resetting mind control device...
Mind control device reset.
Problem occured while opening the Nemesis Lair, exiting...
It might be due to the wiki being down for upgrades.