Talk:KoLmafia Guide: Automatic Mall Selling: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>Heeheehee
m Note regarding the code sample.
 
imported>Ereinion
No edit summary
Line 1: Line 1:
Note that the special CLI commands for item handling interpret integers less than 1 to mean "all but x". This can be used to simplify the code sample significantly. --[[User:Heeheehee|Heeheehee]] 06:01, 28 March 2010 (UTC)
Note that the special CLI commands for item handling interpret integers less than 1 to mean "all but x". This can be used to simplify the code sample significantly. --[[User:Heeheehee|Heeheehee]] 06:01, 28 March 2010 (UTC)
Wouldn't you want to put any mall- or auto-selling you do inside a batch-statement, to reduce the number of server-hits/speed up the script?
--[[User:Ereinion|Ereinion]] 08:43, 13 February 2011 (UTC)

Revision as of 08:43, 13 February 2011

Note that the special CLI commands for item handling interpret integers less than 1 to mean "all but x". This can be used to simplify the code sample significantly. --Heeheehee 06:01, 28 March 2010 (UTC)


Wouldn't you want to put any mall- or auto-selling you do inside a batch-statement, to reduce the number of server-hits/speed up the script? --Ereinion 08:43, 13 February 2011 (UTC)