User contributions for MapleMario
Results for MapleMario talk block log uploads logs
A user with 0 edits. Account created on 12 September 2025.
9 May 2009
- 22:4722:47, 9 May 2009 diff hist −2 Cli execute No edit summary
- 22:3722:37, 9 May 2009 diff hist +71 Cli execute No edit summary
- 22:3522:35, 9 May 2009 diff hist +669 N Cli execute New page: '''boolean cli_execute(string command)''' Executes the given command as a CLI command, rather than ASH. <code> # snippet from my aftercore.ash script cli_execute("outfit "+consu...
- 22:3122:31, 9 May 2009 diff hist +540 N Import New page: '''import <filename>''' <br />'''Import''' is a command that is used to import (hence the name) an entire file's contents into the file in which '''import''' is called. <p>Example: <pre>#...
- 22:2622:26, 9 May 2009 diff hist +747 N User confirm New page: '''boolean user_confirm( string message )''' <br />Opens a confirm dialog with the passed message; returns true if user selects Yes, false if No is pressed. <p>Example: <pre># fai...
- 21:0621:06, 9 May 2009 diff hist +475 N Abort New page: '''abort([string message])''' <br />Aborts the current script, printing the message passed in red. If no message is passed, it will display the all-too-familiar "KoLMafia declares world pe...
- 21:0021:00, 9 May 2009 diff hist +344 Expected damage No edit summary
- 20:2920:29, 9 May 2009 diff hist +758 N Retrieve item New page: '''boolean retrieve_item( int quantity, item it )''' <br />uses KoLmafia internal logic to gather the items in the least destructive manner. ''See the “acquire” documentation in the CL...
- 20:1820:18, 9 May 2009 diff hist +969 N Autosell New page: '''boolean autosell( int quantity, item it )'''<br /> Autosells the given items. <p><pre># small scriptlet (taken from my aftercore.ash)) that autosells all of your Castle combat items #...
- 20:1520:15, 9 May 2009 diff hist +831 N Creatable amount New page: '''int creatable_amount( item it )''' <br />Returns the amount of the item that you are capable of creating with your current inventory and skills. <p>Example: <br /><pre># end-of-ascens...
- 19:5819:58, 9 May 2009 diff hist +6 Monster level adjustment No edit summary
- 19:5819:58, 9 May 2009 diff hist +438 N Monster level adjustment New page: '''monster_level_adjustment()''' Returns your current +ML, including any MCDs. Example: <p><pre># Script that tries to figure out if it's better to use Volley or Brero # for a certain are...