Search results

Jump to navigation Jump to search
  • ...haracters each of which represents one of the cellar squares in order from 1 to 25. The meaning of each character is as follows. 1 = Explored / Stairs Up
    849 bytes (113 words) - 04:20, 10 September 2011
  • if (item_amount($item[tree-holed coin]) < 1) { while (item_amount($item[tree-holed coin]) < 1)
    2 KB (271 words) - 03:38, 14 January 2015
  • ...ills" : 1, "whalebone corset" : 1, "whole turkey leg" : 1, "Ze™ goggles" : 1 }
    4 KB (451 words) - 00:10, 26 November 2014
  • while (my_mp()-12>(i*(i+1)*(i+2)/6)-(i*(i-1)/2)-(c*(c+1)*(c+2)/6)-(c*(c-1)/2)) { i=i+1;
    2 KB (250 words) - 22:14, 21 May 2010
  • cli_execute("csend 1 meat to Testudinata"); while(have_effect($effect[Ode to Booze]) < 1 && iterations < 30) {
    1 KB (142 words) - 18:22, 31 December 2010
  • ...}-1. Note that this function aborts with an error if you attempt to supply 1 for {{pspan|range}} (not that a number between 0 and 0 is all that random). int die1 = 1 + random(6);
    965 bytes (137 words) - 01:35, 3 July 2010
  • int i = 1; i += 1;
    1 KB (146 words) - 01:11, 7 November 2018
  • if(item_amount($item[detuned radio]) < 1 && knoll_available() && my_meat() >= 300) buy(1, $item[detuned radio]);
    725 bytes (92 words) - 08:12, 19 May 2011
  • set_property( "choiceAdventure595", "1" ); use( 1, $item[CSA fire-starting kit] );
    871 bytes (104 words) - 00:44, 6 November 2014
  • adventure(1, $location[hedge maze]); maze_trips = maze_trips + 1;
    1 KB (180 words) - 22:19, 21 May 2010
  • if ( stills_available() > 1 ) { set_property( "promptAboutCrafting", 1 );
    2 KB (279 words) - 15:28, 31 December 2020
  • ...characters each of which represents one of the city squares in order from 1 to 25. The meaning of each character is as follows. for i from 1 to length(hiddenCityLayout)
    2 KB (280 words) - 04:10, 10 September 2011
  • buy(1 , $item[hermit permit]); adventure(1 , $location[knob goblin treasury]);
    1 KB (186 words) - 21:44, 21 May 2010
  • ...) and their respective values. A map can have any amount of keys, but only 1 value. Also, keys will always be unique from one another. To understand this, lets take the simplest type of map, a map with 1 key each giving a value and lets use the following analogy of keys and door
    8 KB (1,273 words) - 02:17, 25 January 2015
  • if (in_casual() && available_amount($item[smut orc keepsake box]) < 1) { buy(1, $item[smut orc keepsake box]);
    884 bytes (118 words) - 18:42, 23 June 2022
  • ...Monkee}} for a given {{pspan|round}} of combat. This only works for rounds 1 to 10. ...ent of your next attack should be <syntaxhighlight>dad_sea_monkee_weakness(1)</syntaxhighlight>.|
    2 KB (214 words) - 01:20, 10 March 2020
  • bots_tried = bots_tried + 1; bots_tried = bots_tried + 1;
    1 KB (208 words) - 03:16, 14 January 2014
  • 1: Can I fight that tentacle you saved for science? |{{{1|}}}
    1 KB (171 words) - 07:31, 22 December 2020
  • ...]: element 0 is the entire text matched by the regular expression, element 1 is the text matched by the first set of grouping parentheses within the exp test[0][1] = 134
    4 KB (513 words) - 17:14, 14 October 2014
  • if (my_ascensions() < 1 || in_bad_moon()) return true; if (my_ascensions() < 1) return (my_level() > 4);
    1 KB (165 words) - 10:10, 19 May 2011
  • craft("cook", 1, $item[vial of red slime], $item[vial of green slime]); craft("cook", 1, $item[vial of red slime], $item[vial of chartreuse slime]);
    2 KB (367 words) - 22:08, 21 May 2010
  • description=The following code will put 1 of each Club, Diamond, Heart, and Space necklace into the display case.| put_display( 1 , necklace );
    1 KB (160 words) - 17:45, 26 June 2010
  • string s = "hi i am a nigerian prince, would you like 1 million us dollar?"; Returns:<pre>HI I AM A NIGERIAN PRINCE, WOULD YOU LIKE 1 MILLION US DOLLAR?</pre>}}|
    1 KB (144 words) - 05:08, 22 May 2010
  • string s = "HI I AM A NIGERIAN PRINCE, WOULD YOU LIKE 1 MILLION US DOLLAR?"; Returns:<pre>hi i am a nigerian prince, would you like 1 million us dollar?</pre>}}|
    1 KB (144 words) - 05:08, 22 May 2010
  • if (use(1 , $item[dance card])) { adventure(1 , $location[Haunted Ballroom]);
    1 KB (150 words) - 21:32, 21 May 2010
  • boolean success = create(1, $item[mandarina colada]); print("You have made 1 mandarina colada.");
    1 KB (160 words) - 22:34, 7 October 2013
  • ...n1.description=Returns the position of the second string in the first (or -1 if not found), optionally starting its search from a given position. ...ns the position where {{pspan|find}} first occurs in {{pspan|search}}, or -1 if {{pspan|find}} was not found.</p>
    2 KB (308 words) - 12:26, 23 December 2020
  • ** These have a value of 1 if the current adventure location, zone, or environment contains the specif ** This has a value of 1 if the player's path matches the text.
    4 KB (565 words) - 16:01, 5 June 2015
  • int x = 1; ...shadow version of yourself explodes") && have_effect($effect[beaten up]) < 1) {
    4 KB (495 words) - 22:56, 21 January 2015
  • ...1.description=the number of the choice option you wish to take. Use <code>-1</code> to automate the rest of the choice using the current [[Choice Advent ...1.description=the number of the choice option you wish to take. Use <code>-1</code> to automate the rest of the choice using the current [[Choice Advent
    6 KB (762 words) - 19:59, 1 January 2021
  • |function2.param2.default=1 |description=This will drink 1 Mae West without Ode without a warning if you are unable to get Ode.
    2 KB (324 words) - 14:21, 23 December 2020
  • ...ate using the in game calendar as an integer from 0 to 95 where "Jarlsuary 1" is 0 and "Dougtember 8" is 95.| else if((last + 1) % 96 == gameday_to_int())
    1 KB (211 words) - 08:56, 27 April 2011
  • numbers = "1, 203, 20002, 450, 194, 92992, 9000, 1"; if (count(avgmap) == 1)
    5 KB (671 words) - 00:41, 21 August 2020
  • * # : 1, 2, 3, 4
    321 bytes (46 words) - 23:39, 14 May 2012
  • total += 1; have +=1;
    1 KB (215 words) - 03:37, 14 January 2015
  • ...of item {{pspan|it}} from {{pspan|master}}. If {{pspan|qty}} is less than 1, the function will return true without purchasing anything. Otherwise it re print("Selling "+it+" to "+master+" for "+price+" "+coins+(qty > 1? " each.": "."));
    1 KB (201 words) - 05:54, 18 March 2012
  • ...e {{pspan|qty}} amount of item {{pspan|it}}. If {{pspan|qty}} is less than 1, the function will not purchase anything.</p> ...purchase succeeded and false if it did not. If a {{pspan|price}} less than 1 is passed, the function will always buy {{pspan|qty}}, regardless of price.
    2 KB (366 words) - 08:47, 6 November 2014
  • call a( "print 1" ); print 1
    2 KB (228 words) - 06:52, 23 February 2021
  • ....description=Returns the last index of the second string in the first, or -1 if no match is found. ...{{pspan|find}} does not occur in {{pspan|search}}, this function returns -1.</p>
    2 KB (252 words) - 12:34, 23 December 2020
  • You could use 1 of astral energy drink. if (count(avgmap) == 1)
    4 KB (541 words) - 12:59, 10 May 2020
  • cli_execute( "trigger lose_effect, Knowing Smile, cast 1 Knowing Smile" ); cli_execute( "trigger lose_effect, Disco Smirk, cast 1 Disco Smirk" );
    4 KB (519 words) - 14:41, 23 December 2020
  • set_property("choiceAdventure675", 1); set_property("choiceAdventure676", 1);
    2 KB (233 words) - 22:24, 21 January 2015
  • if(round == 1 && have_effect($effect[On the Trail]) < 1) return get_ccs_action(round - 1);
    5 KB (686 words) - 05:56, 22 November 2019
  • * If {{pspan|qty}} is 1, this function follows normal string matching ...not match unless the third form is used and {{pspan|qty}} is not equal to 1.|
    2 KB (247 words) - 02:52, 26 June 2010
  • ...umber of adventures that are expected to be consumed at this location, or -1 can be passed to use the default. Specifically, 0 will prevent any counters description=Adventures 1 time at the Slime Tube. If an adventure takes no turns, possibly because th
    2 KB (356 words) - 06:45, 7 July 2021
  • | -1 | -1
    2 KB (262 words) - 00:49, 30 September 2017
  • print("Example 1: "+ now_to_string("yyyy.MM.dd G 'at' HH:mm:ss z")); Example 1: 2011.01.25 AD at 21:14:56 CST
    2 KB (226 words) - 13:29, 23 January 2014
  • ## Octopus Spade, if more than 1. if ( item_amount( $item[Octopus spade] ) > 1 )
    4 KB (676 words) - 21:21, 23 August 2010
  • retrieve_item(1 , $item[meat detector]);
    699 bytes (85 words) - 08:51, 8 November 2014
  • visit_url("showclan.php?recruiter=1&whichclan=" + my_id());
    703 bytes (97 words) - 09:18, 7 November 2014
  • |{{{1|}}}
    952 bytes (111 words) - 12:12, 23 December 2020
  • |{{{1|}}}
    945 bytes (111 words) - 12:42, 11 January 2021
  • |{{{1|}}}
    715 bytes (91 words) - 05:13, 21 December 2020
  • |{{{1|}}}
    993 bytes (113 words) - 10:44, 23 December 2020
  • if ( !retrieve_item( 1 , nightcap ) ) overdrink( 1 , nightcap );
    2 KB (270 words) - 22:03, 27 December 2022
  • ...thod is to check for turns of buff greater than 1 (for true), or less than 1 (for not having the buff). if(have_effect($effect[Sonata of Sneakiness]) < 1)
    3 KB (493 words) - 21:22, 23 August 2010
  • ...e our Disco Bandit combo skill which makes the fight easier and gives us a 1 turn +30% meat buff. This would be a huge pain to do manually for every fi ..., and it has several lines: A [Default] folder-looking icon, followed by a 1: Special Action, and 2: Attack With Weapon.
    5 KB (864 words) - 15:31, 19 January 2011
  • == 1. Gather Ashref Functions == int ct = 1;
    10 KB (1,356 words) - 04:44, 29 April 2023
  • ...place=paco"); if(item_amount($item[Degrassi Knoll shopping list]) > 0) use(1, $item[Degrassi Knoll shopping list]); visit_url("guild.php?place=paco"); v ...- my_basestat(s);print("Missing "+s_left+" substat for level "+(my_level()+1));</pre>
    6 KB (914 words) - 21:07, 31 October 2019
  • |{{{1|}}}
    1 KB (122 words) - 10:47, 23 December 2020
  • |{{{1|}}}
    974 bytes (126 words) - 05:33, 21 December 2020
  • return 1; case -1:
    4 KB (556 words) - 05:36, 19 September 2019
  • hermit(1, $item[ ten-leaf clover ]); boolean fakeBool = hermit(1, $item[ ten-leaf clover ]);
    5 KB (700 words) - 20:37, 3 July 2021
  • ...not print a countdown on the gCLI during the delay.</p><p>Minimum wait is 1 second, even if {{pspan|secs}} is 0.| for x from 1 to 5 {
    2 KB (280 words) - 23:05, 21 January 2015
  • ...s your auto-attack as an integer code. Possible values are 0 for disabled, 1 for attack with weapon, a [http://kol.coldfront.net/thekolwiki/index.php/Sk
    782 bytes (114 words) - 18:35, 31 January 2011
  • ...purchase succeeded and false if it did not. If a {{pspan|price}} less than 1 is passed, the function will always buy {{pspan|qty}}, regardless of price. buy(1 , $item[broken skull]);
    4 KB (578 words) - 07:12, 3 July 2021
  • int rocks = 1;
    749 bytes (95 words) - 21:32, 21 May 2010
  • mrvar[ 1 ] = rvar; 1 => record my_type
    2 KB (312 words) - 23:19, 20 September 2020
  • |moreinfo= Will give the following output: <pre>Choice 1: Toss! |{{{1|}}}
    3 KB (280 words) - 10:08, 23 April 2023
  • put_closet( 1, it ) ;
    832 bytes (112 words) - 21:48, 21 May 2010
  • ...n style="color:red">Encountered 'continue' outside of loop (test.ash, line 1)</span> int a = 1
    10 KB (1,421 words) - 11:25, 24 June 2011
  • float adjust_drop = monster_drop * (meat_drop_modifier() / 100.0 + 1);
    824 bytes (109 words) - 21:51, 21 May 2010
  • adventure(1 , $location[haunted ballroom]);
    859 bytes (116 words) - 22:18, 21 May 2010
  • ...else you want for a logout script like this. Make reminders to use up your 1/day stuff, and abort the script if you have not. Maybe you want to summon a cli_execute("csend 1 meat to KolaBuff");
    5 KB (951 words) - 21:22, 23 August 2010
  • |{{{1|}}}
    1 KB (141 words) - 05:33, 21 December 2020
  • |{{{1|}}}
    1 KB (135 words) - 11:54, 23 December 2020
  • ...escription=This command will remove {{pspan|it}} from your mall store. The 1-parameter version will remove all of the item. If you want to remove less t x+=1;
    3 KB (373 words) - 05:19, 26 January 2015
  • ...aining for the day for characters in-Ronin, 0 if you are in hardcore, and -1 otherwise.|
    801 bytes (106 words) - 16:20, 7 July 2011
  • * 1 waxing crescent ...afia.us/showthread.php?1860-question-about-moon-functions&p=11453&viewfull=1#post11453 this thread] for more information.|
    968 bytes (126 words) - 21:41, 21 May 2010
  • special=When not logged in, this function returns 1.
    757 bytes (102 words) - 21:32, 21 May 2010
  • <li> Most values will be 1 to represent the item exists.</li>
    810 bytes (127 words) - 17:21, 1 August 2016
  • for i from 0 to (count(my_list) - 1) { 1 Grotfang
    3 KB (567 words) - 05:44, 10 March 2021
  • |{{{1|}}}
    1 KB (150 words) - 10:53, 23 December 2020
  • |{{{1|}}}
    1 KB (152 words) - 11:17, 23 December 2020
  • return classy.group(1).to_class();
    998 bytes (138 words) - 20:01, 1 June 2020
  • ...at the item is part of. The integer is the position in the fold sequence (1..N), and the item itself IS included, so you can determine its position. ...accuracy for the elemental gems, which can be produced at rates as low as 1/1200.|}}|
    4 KB (511 words) - 17:04, 7 April 2011
  • |{{{1|}}}
    1 KB (174 words) - 06:38, 24 April 2023
  • ...time we store off exactly HOW MANY TURNS of the effect I have. The Slime < 1 line is because if unslimed, you will get a new coat of Sliming. ...actor based on the turns of slime left. Basically, I have a number between 1 and 10. I feed it to the slime_percentage MAP and it returns a decimal numb
    7 KB (1,020 words) - 21:23, 23 August 2010
  • |{{{1|}}}
    1 KB (156 words) - 14:52, 23 December 2020
  • return user_confirm(confirmMessage) && use_skill(1, sk);
    1,007 bytes (137 words) - 22:56, 17 October 2015
  • 1.0 - Items are valued at their autosell price.<br> Values in between are interpolated. The default value is 1.8.
    3 KB (448 words) - 04:07, 25 April 2023
  • take_storage(1 , $item[not-a-pipe]);
    903 bytes (114 words) - 21:39, 21 May 2010
  • adventure(1 , $location[Haert of the Cyrpt]);
    944 bytes (117 words) - 21:37, 21 May 2010
  • if (contains_text( current , (Build+1) ))
    1 KB (147 words) - 16:54, 29 July 2010
  • p1desc={{Pspan|setting}} is the KoL attack code: 0 for disabled, 1 for attack with weapon, a [http://kol.coldfront.net/thekolwiki/index.php/Sk
    1 KB (145 words) - 20:44, 8 December 2016
  • ...rice_level}} is 2, always consider mall price. If {{Pspan|price_level}} is 1, only consider it if there isn't another way. float score; //The score added from equipping the item or gaining 1 turn of the effect
    4 KB (593 words) - 03:46, 5 January 2016
  • ...current effects and their durations. Intrinsic effects have a duration of -1.|
    1 KB (134 words) - 19:00, 16 August 2012
  • * boolean values return 0 for false and 1 for true true gives 1.
    4 KB (503 words) - 15:52, 26 January 2015
  • ...ve_buff && it.class != $class[none] && it.level != -1 && it.dailylimit == -1 && it != $skill[Spiky Shell] && it != $skill[Antibiotic Saucesphere]) //buf
    3 KB (481 words) - 00:35, 22 September 2019
  • if(ML_frac<=1) slime = "slime1";
    1 KB (144 words) - 05:04, 22 May 2010
  • |{{{1|}}}
    2 KB (189 words) - 10:25, 23 December 2020
  • for x from 0 to count(valueOptions)-1 option 1:Push the left face.
    3 KB (383 words) - 13:43, 30 April 2015
  • <li> Most values will be 1 to represent the item exists.</li>
    1 KB (158 words) - 22:08, 8 July 2016
  • <span style="font-size: 1.4em;">Welcome to the KoLmafia Wiki!</span><br /> <span style="font-size: 1em; line-height: 1.6em;">Progress level: [[Special:Statistics|{{NUMBEROFARTICLES}}]]</span>
    5 KB (577 words) - 18:04, 24 April 2021
  • if ( 1 == 1.0 ) if ( 1 == 2 )
    9 KB (1,129 words) - 06:30, 28 July 2021
  • if ( st > -1 ) results.delete(st, st+length(del));
    1 KB (155 words) - 06:37, 19 August 2020
  • meat = to_int(group(meat_gain, 1));
    1 KB (157 words) - 07:12, 27 December 2017
  • special=Returns -1 if given an incorrect/unknown name. Also, "Unrestricted" and "Aftercore" ar
    1 KB (189 words) - 19:23, 2 October 2022
  • * <code>'''goal set 4 dance card'''</code> will create +1 dance cards as a goal and cease adventuring when you have 4 dance cards. If you leave off the quantity X, then it is assumed to be 1.
    3 KB (456 words) - 23:17, 14 May 2012
  • ...tch was successful, but the group did not match anything, then it returns -1.|
    1 KB (149 words) - 05:15, 22 May 2010
  • ...y=visit_url("trophy.php?action=buytrophy&whichtrophy="+group(trophymatcher,1),true);
    1 KB (154 words) - 17:12, 14 October 2014
  • ...tch was successful, but the group did not match anything, then it returns -1.|
    1 KB (150 words) - 05:14, 22 May 2010
  • string choiceAdventure = "-1"; choiceAdventure = m_choice.group(1);
    3 KB (464 words) - 04:07, 28 June 2020
  • <li> Most values will be 1 to represent the item exists; some can be as high as 9, such as pretty bouq
    1 KB (181 words) - 04:45, 22 July 2020
  • float fumble = 1/22;
    1 KB (170 words) - 06:57, 27 December 2017
  • create(1 , $item[Divine]);
    1 KB (145 words) - 04:43, 13 April 2011
  • ...-left: .2em; padding-right: .2em; color: #006400; background: #fff8dc;">1\+1=2</span>. Otherwise, the plus sign will have a special meaning. *: E.g. {{Pspan|\b[1-9][0-9]{2,4}\b}} matches a number between 100 and 99999. (\b matches a word
    8 KB (1,281 words) - 21:48, 2 August 2011
  • ...ent string. Captured groups can be used in the replacement string via $0, $1, etc.|
    1 KB (166 words) - 01:03, 4 January 2015
  • if (equipped_amount($item[sword behind inappropriate prepositions]) == 1 && have_effect($effect[Wanged]) == 0)
    1 KB (173 words) - 08:56, 24 March 2023
  • |{{{1|}}}
    1 KB (164 words) - 15:06, 31 December 2020
  • put_display( 1 , itm );
    1 KB (195 words) - 18:20, 28 June 2010
  • adventure(1 , $location[A Maze of Sewer Tunnels]);
    1 KB (160 words) - 21:36, 21 May 2010
  • {{Flink|int|random|int|desc=Generates a random integer between 0 and 1 less than the specified number, inclusive.}}
    1 KB (194 words) - 10:03, 20 August 2020
  • print("Drop rate of " + i + " is " + drops[i]*(1+item_drop_modifier()/100) + "%");
    1 KB (173 words) - 22:39, 24 May 2017
  • if(price > 1) token += "s";
    1 KB (170 words) - 22:44, 9 July 2017
  • counter = counter + 1;
    1 KB (176 words) - 22:21, 21 May 2010
  • if ( boolean 1 ) // if boolean 1 returns false
    10 KB (1,450 words) - 13:11, 6 March 2021
  • ...Returns the ending index of the previous or specified capturing group plus 1.}} ...t}}|desc=Returns the contents of an indicated capturing group (starting at 1) or the entire pattern if not indicated.}}
    4 KB (622 words) - 12:43, 23 December 2020
  • if(price > 1) token += "s";
    1 KB (182 words) - 22:42, 9 July 2017
  • ...ht of 1. Likewise, using just a&nbsp;&ndash; is equivalent to a weight of -1. Non-integer weights can be used, but may not be meaningful with all keywor <br>'''hand'''ed&nbsp;&ndash; With a weight of 1, only 1-handed weapons will be considered. With a larger weight, only weapons with
    15 KB (2,277 words) - 18:14, 10 March 2023
  • float adjust_drop = monster_drop * (meat_drop_modifier() / 100.0 + 1);
    1 KB (192 words) - 21:36, 21 May 2010
  • ...ption=Will work as [[run_combat|run_combat()]] or [[run_choice|run_choice(-1)]] depending on whether you are in combat or in a choice. Proceeds to run a
    1 KB (201 words) - 05:43, 28 October 2019
  • remove_item_condition(1, $item[sonar-in-a-biscuit]);
    1 KB (178 words) - 06:41, 23 February 2011
  • buy( 1 , $item[ herbs ] );
    1 KB (203 words) - 23:04, 20 November 2014
  • if ( reverse_numberology( 0, 1 ) contains 51 )
    1 KB (206 words) - 14:04, 24 January 2017
  • cli_execute("condition set 1 stone rose, 1 drum machine"); retrieve_item(1, $item[can of black paint]);
    4 KB (644 words) - 23:10, 22 September 2013
  • ...aller numbers and every second from 5 seconds down).</p><p>Minimum wait is 1 second, even if {{pspan|secs}} is 0.|
    1 KB (193 words) - 23:05, 21 January 2015
  • playerName = match_name.group(1); |{{{1|}}}
    4 KB (574 words) - 11:56, 20 December 2020
  • 1) You will need to be at the 'Graphical CLI' top-level tab. ...sarily undercut everyone. On the other hand, you won't fall victim to the 1/day limit super-low priced options!
    5 KB (948 words) - 13:01, 20 January 2011
  • print("Get 1 Free Ten-Leaf Clover Per Day");
    2 KB (207 words) - 00:06, 19 May 2011
  • ...tion=Returns the number of turns required to craft check_me (qty times, or 1). If free is true, this function will take into account free crafting from
    1 KB (209 words) - 18:24, 2 February 2015
  • title=Code Sample 1|
    2 KB (220 words) - 16:54, 9 July 2011
  • beltCreator.setQuantityNeeded( 1 ); ResultProcessor.processItem( ItemPool.WET_STUNT_NUT_STEW, -1 );
    4 KB (549 words) - 09:49, 22 May 2010
  • 1) In the Mafia frame with the Adventure Top Tab active, click the 'Custom Co ...ainst a physical immune where you can see the rounds dragging on as you do 1 point per round). At this time, I don't know if there is any option of usin
    3 KB (567 words) - 09:11, 3 December 2011
  • use_skill(1 , $skill[Disco Aerobics]);
    1 KB (225 words) - 04:01, 7 May 2013
  • ...the square the faucet or baron is found in, 0 if "explore" is chosen, or -1 if an error is encountered.
    2 KB (227 words) - 13:55, 28 July 2014
  • use(1, $item[festive warbear bank]);
    1 KB (235 words) - 07:26, 17 November 2015
  • ...king a simple deed, the button will be immediately disabled unless maxUses>1 is specified. ...bling/disabling the button. Default threshold for disabling the button is 1 if maxUses is not specified.
    8 KB (1,293 words) - 20:04, 7 August 2016
  • totalDamage = totalDamage * (1 - damage_absorption_percent()/100);
    2 KB (252 words) - 06:23, 27 November 2015
  • |{{{1|}}}
    2 KB (239 words) - 14:59, 31 December 2020
  • |function1.param2.default=1
    2 KB (315 words) - 14:33, 13 July 2021
  • |function1.param2.default=1
    2 KB (299 words) - 14:32, 13 July 2021
  • * up <effect> - considers you to have 1 turn of that effect.
    2 KB (301 words) - 07:16, 19 September 2019
  • -- SinginSally (KoL character is the same name... note, only 1 G in singin)
    1 KB (280 words) - 19:56, 12 July 2010
  • {| class="wikitable" border="1" | 1
    30 KB (2,837 words) - 09:38, 24 August 2022
  • add_item_condition( 1, $item[ Mick's IcyVapoHotness Inhaler ] );
    2 KB (302 words) - 13:49, 23 December 2020
  • | -1 | -1
    8 KB (1,069 words) - 19:33, 2 October 2022
  • visit_url("monkeycastle.php?pwd&action=buyitem&whi chitem=3997&quantity=1");
    2 KB (297 words) - 19:55, 12 July 2010
  • Step 1: enter your 8 ball pool id, email, or username into the generator. this wil
    2 KB (344 words) - 00:05, 10 December 2023
  • ...ss drinks since spending a turn to make a 1 drunk drink is much worse than 1 turn to make a 4 drunk one. The Per-Drunk checkbox should be active as Adv
    8 KB (1,389 words) - 09:27, 20 January 2011
  • Tat[ 1].Img = "bugbear.gif"; Tat[1].gear = "Bugbear Costume"; int a = 1;
    10 KB (1,566 words) - 19:44, 23 November 2010
  • ...ified, it defaults to the "standard" place for such an item (main-hand for 1-handed weapons, first open slot for accessories or acc1 if no slots are ope
    3 KB (490 words) - 16:49, 12 April 2024
  • Continue to [[KoLmafia Guide: Your first Script|Post-Lesson 1: Your first Script, Automatically Buffing Up]]
    3 KB (451 words) - 19:54, 12 July 2010
  • set_property("choiceAdventure689", 1);
    3 KB (385 words) - 20:40, 1 December 2019
  • else weapon_multi = 1.0; rounds = to_string(max(1, round(hp/total_dmg)));
    3 KB (464 words) - 03:10, 13 September 2019
  • ...ply this if you want to factor the supplied damage by an amount other than 1.0| ...ing Groar, any cold damage present in {{pspan|action}} would be reduced to 1, and any damage of his vulnerable elements would be doubled. Secondly, any
    18 KB (2,624 words) - 16:54, 31 August 2018
  • * [[KoLmafia Guide: Basics (Relay Browser)|Lesson 1: Basics (Relay Browser)]] * [[KoLmafia Guide: Your first Script|Post-Lesson 1: Your first Script, Automatically Buffing Up]]
    6 KB (1,016 words) - 11:14, 20 January 2011
  • if(available_amount($item[stick of dynamite]) < 1) page.replace_string("<b>dude ranch souvenir crate</b>", ...tropical orchid]) < 1 && available_amount($item[packet of orchid seeds]) < 1) page.replace_string("<b>tropical island souvenir crate</b>",
    16 KB (2,308 words) - 07:14, 13 March 2021
  • int a = 1; Will give the output "0," not "1" as you may expect. Changing either variable to a float type will "correct"
    16 KB (2,415 words) - 03:15, 2 March 2023
  • 1 => is ...name>[ <index 1> ... <index n> ]" where <map name>[ <index 1> ... <index n-1> ] specifies the "slice" and <index n> specifies the "key". Which is just w
    21 KB (3,322 words) - 17:33, 27 February 2021
  • When not logged in, these all return 0 for the 1-parameter form of {{f|numeric_modifier}}. ...tiple parameters (e.g. Llama returns .5, metallic foil radar dish returns -1).
    16 KB (2,541 words) - 18:34, 10 March 2023
  • {{Flink|buffer|run_turn|desc=Works as run_combat() or run_choice( -1 ) depending on whether you are in combat or in a choice.}}
    5 KB (783 words) - 00:02, 9 January 2023
  • ...If you want say 4 Limes from the Fruit Golems, you'd go to the Menagerie 1 zone, type in 5 Lime as your goal and then go! I generally don't use this
    4 KB (735 words) - 15:45, 19 January 2011
  • ...d. For example, a simple CCS would be to tell mafia to pickpocket on round 1, then cast entangling noodles on round 2 and finally on rounds 3+ to use sh ...?5709-Add-rave-combo-learning-to-quot-special-action-quot&p=42107&viewfull=1#post42107 random rave]
    11 KB (1,702 words) - 08:04, 15 March 2021
  • ***1 = some of them ...normally be true if ingredientLevel is 0, false if 2. The default at level 1 depends on the item, and is subject to change - normally, anything made wit
    11 KB (1,663 words) - 08:58, 5 June 2020
  • ...us ]</code> in ASH. <code>Item.get(1)</code> is equivalent to <code>$item[ 1 ]</code>. "rhino": "1.7.13"
    13 KB (1,704 words) - 08:48, 13 December 2022
  • ...fuzzy matching will sometimes make a mistake such as interpreting {{Pspan|1 WA}} as a {{Pspan|100-watt light bulb}}. : <code>send 1 ¶4358 to Bale|Thanks for being awesome</code>
    28 KB (3,853 words) - 20:56, 12 August 2019
  • ===Level 1===
    4 KB (660 words) - 06:45, 24 February 2012
  • {| class="wikitable" border="1" |1-Trade a rubber axe for a denim axe
    67 KB (10,067 words) - 22:48, 8 August 2020
  • ...of rounds the monster is stunned by this action, on average. Defaults to 1 if no value is specified. ...are categories). The action rate of the familiar, expressed as a percent (1.0 = 100%).
    12 KB (1,852 words) - 20:09, 20 October 2021
  • *step1-step3: demolished 1-3 walls in the Bat Hole return (progress & (1 << c)) == 0;
    30 KB (4,074 words) - 16:26, 27 October 2023
  • ...tp://kolmafia.us/showthread.php?1023-auto-BHH-and-friends&p=15204&viewfull=1#post15204 download here]) '''Author:''' [http://kolmafia.us/member.php?197- ....us/showthread.php?4199-Acquire-Continuum-Transfunctioner&p=29908&viewfull=1#post29908 download here]) '''Author:''' [http://zachbardon.com/mafiatools/d
    15 KB (2,236 words) - 09:19, 15 May 2013
  • 1) Lets pick a location. Pick one that is pretty easy for your level such as
    5 KB (892 words) - 19:52, 12 July 2010
  • <syntaxhighlight lang="d" line highlight="1"> <syntaxhighlight lang="d" line highlight="1,9">
    7 KB (987 words) - 13:55, 31 December 2020
  • ...s value to specify how verbose they want scripts to be. If they set it to 1, they want the script to print almost nothing -- only the most important me ...nd non-cluttering) information -- use very sparingly, since a verbosity of 1 is basically "silent mode"
    40 KB (6,317 words) - 06:21, 28 July 2021
  • # If the file doesn't run, you need the 1.6 or better Java Runtime Environment. This is not particularly hard and man '''Continue''' to [[KoLmafia Guide: Basics (Relay Browser)|Lesson 1: Basics (Relay Browser)]]
    7 KB (1,138 words) - 18:33, 8 August 2023
  • set promptAboutCrafting = 1 (default)
    7 KB (1,165 words) - 22:19, 24 October 2023
  • {| class="wikitable" border="1" ...tic arrow, or wink at your {{kolwiki|Reanimated Reanimator}}, this will be 1
    31 KB (4,235 words) - 07:46, 2 January 2021