Main Page: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle m (re: all edits today) Needed to make the ash sect. easier to maintain... might have another iteration down the road, depending on what's done for the rest of mafia |
add browser JSON API page |
||
(40 intermediate revisions by 9 users not shown) | |||
Line 2: | Line 2: | ||
<div align="center" style="margin: 0 0 20px 0; text-align: center; border: none;"> | <div align="center" style="margin: 0 0 20px 0; text-align: center; border: none;"> | ||
<span style="font-size: 1.4em;">Welcome to the KoLmafia Wiki!</span><br /> | <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> | |||
<span style="font-size: | |||
</div> | </div> | ||
Line 13: | Line 11: | ||
<tr> | <tr> | ||
<td style="background-color: #ffc48e; padding: 4px; vertical-align: top;"> | <td style="background-color: #ffc48e; padding: 4px; vertical-align: top;"> | ||
<span style="line-height: 0.875em; font-size: 0.875em; font-weight: bold; padding: 0; margin: 0 0 0 0.4em;">FUNCTION CATEGORIES</span><br /> | |||
* [[Your Character]] | * [[Your Character]] | ||
* [[Item Management]] | * [[Item Management]] | ||
Line 19: | Line 18: | ||
* [[Adventuring]] | * [[Adventuring]] | ||
* [[In-combat Consulting]] | * [[In-combat Consulting]] | ||
* [[Miscellaneous]] | * [[Math and Numbers]] | ||
* [[String Handling Routines]] | |||
* [[Datatype Conversions]] | |||
* [[Modifier Functions]] | |||
* [[Relay Browser Functions]] | |||
* [[Miscellaneous Functions|Miscellaneous]] | |||
</td> | </td> | ||
<td style="background-color: #ffc48e; padding: 4px; vertical-align: top;"> | <td style="background-color: #ffc48e; padding: 4px; vertical-align: top;"> | ||
* [[ | <p><span style="line-height: 0.875em; font-size: 0.875em; font-weight: bold; padding: 0; margin: 0 0 0 0.4em;">LANGUAGE CONVENTIONS</span> | ||
* [[Control | * [[Operators]] | ||
* [[Data Types]] | |||
* [[Control Structures]] | |||
* [[Data Structures]] | * [[Data Structures]] | ||
* [[ | * [[Proxy Records]] | ||
* [[ | * [[Miscellaneous ASH Features|Misc. ASH Features]]</p> | ||
<p style="margin-top: 2em;"><span style="line-height: 0.875em; font-size: 0.875em; font-weight: bold; padding: 0; margin: 0 0 0 0.4em;">HELPFUL RESOURCES</span> | |||
* [[ASH For Beginners]] | |||
* [[KoLmafia Properties]] | * [[KoLmafia Properties]] | ||
* [[Ash Functions|Master Function List]] | * [[Ash Functions|Master Function List]] | ||
* [[CLI Reference|CLI Commands]] | |||
* [[Helpful Scripts]] | |||
* [[JavaScript Support]] | |||
* [[Browser JSON API]] | |||
</p> | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 54: | Line 66: | ||
<tr> | <tr> | ||
<td style="background-color: #bfbfff; padding: 4px;"> | <td style="background-color: #bfbfff; padding: 4px;"> | ||
* Installation ( [[ | * [[Installation]] | ||
{{ | |||
Hidelist | |||
|title=[[KoLmafia Guide]] by SinginSally | |||
|1=[[KoLmafia Guide: Preface|Preface]] | |||
|2=[[KoLmafia Guide: Basics (Relay Browser)|Lesson 1: Basics (Relay Browser)]] | |||
|3=[[KoLmafia Guide: Java Interface|Lesson 2: Java Interface]] | |||
|4=[[KoLmafia Guide: Stats-Checking|Lesson 3: Stats-Checking]] | |||
|5=[[KoLmafia Guide: Attack Script|Lesson 4: Attack Script]] | |||
|6=[[KoLmafia Guide: Custom Combat Script|Lesson 5: Custom Combat Script]] | |||
|7=[[KoLmafia Guide: Auto-Adventuring|Lesson 6: Auto-Adventuring]] | |||
|8=[[KoLmafia Guide: Automatic HP/MP Recovery|Lesson 7: Automatic HP/MP Recovery]] | |||
|9=[[KoLmafia Guide: Goal-Oriented Adventuring|Lesson 8: Goal-Oriented Adventuring]] | |||
|10=[[KoLmafia Guide: Setting Preferences|Lesson 9: Setting Preferences]] | |||
|11=[[KoLmafia Guide: Setting Up Breakfast|Lesson 10: Setting Up Breakfast]] | |||
|12=[[KoLmafia Guide: Eating & Drinking|Lesson 11: Eating & Drinking]] | |||
|13=[[KoLmafia Guide: PvP (Beating Up People)|Lesson 12: PvP (Beating Up People)]] | |||
|14=[[KoLmafia Guide: Running ASH Scripts|Lesson 13: Running ASH Scripts]] | |||
|15=[[KoLmafia Guide: Useful Commands|Lesson 14: Useful Commands]] | |||
|16=[[KoLmafia Guide: Closing Thoughts|Lesson 15: Closing Thoughts]] | |||
}} | |||
* [[SVN Primer]] | |||
* [[Helpful Links]] | * [[Helpful Links]] | ||
* [[Help:Frequently Asked Questions|KoLmafia FAQ]] | |||
</td> | |||
</tr> | |||
</table> | |||
<table style="width: 90%; border: 2px solid black; margin: 5px 5px 15px 5px;" cellpadding="0" cellspacing="0"> | |||
<tr><td style="background-color: #aeaeee; padding: 4px; border-bottom: 1px solid black">Advanced Features</td></tr> | |||
<tr> | |||
<td style="background-color: #bfbfff; padding: 4px;"> | |||
* [[Modifier Maximizer]] | |||
* [[Daily Deeds]] | |||
* [[Hidden Features]] | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 66: | Line 110: | ||
<td style="background-color: #bfbfff; padding: 4px;"> | <td style="background-color: #bfbfff; padding: 4px;"> | ||
* [[Compiling from Source]] | * [[Compiling from Source]] | ||
* [[Development Environment Setup]] | |||
* [[Mafia's Code]] | * [[Mafia's Code]] | ||
* [[Making a Patch]] | * [[Making a Patch]] | ||
* [[Reporting a Bug/Requesting a Feature]] | |||
* [[Help:Editing|Editing the Wiki Documentation]] | * [[Help:Editing|Editing the Wiki Documentation]] | ||
* [[Help:To Do List|Wiki "To Do" List]] | |||
</td> | </td> | ||
</tr> | </tr> |
Latest revision as of 14:50, 26 October 2024
Welcome to the KoLmafia Wiki!
Progress level: 530
Quick Links for ASH Scripters | |
FUNCTION CATEGORIES |
LANGUAGE CONVENTIONS HELPFUL RESOURCES |
How Does KoLmafia Help? |
Advanced Features |
Contributing to the KoLmafia Project |