All public logs
From Melvor Idle
Combined display of all available logs of Melvor Idle. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:19, 21 April 2024 Ricewind talk contribs created page Module:Calculator/AgilityObstacle (Created page with "local p = {} local number = require('Module:Number') function p.main(frame) local args = frame:getParent().args return p._main(args) end function p._main(args) end return p")
- 15:19, 21 April 2024 Ricewind talk contribs created page Calculator:Template/AgilityObstacle/doc (Created page with "Calculator that is used for building an agility course (or single obstacle). It returns the total amount of resources and levels required to build the provided agility obstacles. ==Example== <pre> {{:Calculator:Template/AgilityObstacle |Cargo Net |Balance Beam |Pipe Climb }} </pre> Turns into {{:Calculator:Template/AgilityObstacle |Cargo Net |Balance Beam |Pipe Climb }}")
- 15:17, 21 April 2024 Ricewind talk contribs created page Agility obstacles (Redirected page to Agility#Obstacles) Tag: New redirect
- 15:17, 21 April 2024 Ricewind talk contribs created page Agility obstacle (Redirected page to Agility#Obstacles) Tag: New redirect
- 15:14, 21 April 2024 Ricewind talk contribs created page Calculator:Template/AgilityObstacle (Created page with "<includeonly>{{#invoke:Calculator/AgilityObstacle|main}}</includeonly><noinclude>{{:Calculator:Template/AgilityObstacle/doc}}</noinclude>")
- 18:17, 17 April 2024 Ricewind talk contribs moved page Module:Calculator/Archeology to Module:Calculator/Archaeology without leaving a redirect (I don't know how to English sometimes)
- 18:16, 17 April 2024 Ricewind talk contribs created page Module:Calculator/Archeology (First version)
- 00:09, 17 April 2024 Ricewind talk contribs created page User talk:FrankenStryker (Created page with "== Hello and welcome! == Please feel free to say hi and ask around in the #wiki-discussion channel on the official Melvor Idle Discord! ~~~~")
- 21:39, 13 April 2024 Ricewind talk contribs created page Module:TimeSpan/doc (Created page with "== TimeSpan Module Documentation == The 'TimeSpan' module provides functionality for working with time spans in Lua. === Constructor === ====TimeSpan.new(days, hours, minutes, seconds, milliseconds)==== Creates a new 'TimeSpan' object representing the specified time components. * '''Parameters:''' * `'days'`: Number of days (default: `0`). * `'hours'`: Number of hours (default: `0`). * `'minutes'`: Number of minutes (default: `0`). * `'seconds'`: Number of s...")
- 20:59, 13 April 2024 Ricewind talk contribs created page Module:StringBuilder/doc (Created page with "== `StringBuilder` Module Documentation == The `StringBuilder` module provides functionality to efficiently build and manipulate strings in Lua. === Constructor === '''`StringBuilder.new()`''' Creates a new `StringBuilder` object. * '''Returns:''' `StringBuilder` object. === Methods === '''`StringBuilder:append(...)`''' Appends strings or values to the `StringBuilder` buffer. * '''Parameters:''' * `...`: One or more values to append to the buffer. '''`StringB...")
- 20:07, 13 April 2024 Ricewind talk contribs created page Module:TimeSpan (First version)
- 19:12, 13 April 2024 Ricewind talk contribs created page Template:Time/Sandbox (Created page with "<onlyinclude><includeonly><!--Definition of variables--> {{#vardefine:TotalSeconds|{{formatnum:{{{1|}}}|R}}}}{{#vardefine:Time|{{#var:TotalSeconds}}}}{{#vardefine:Days|{{#expr:floor({{#var:Time}} / 86400)}}}}{{#vardefine:Time|{{#expr:{{#var:Time}} mod 86400}}}}{{#vardefine:Hours|{{#expr:floor({{#var:Time}} / 3600)}}}}{{#vardefine:Time|{{#expr:{{#var:Time}} mod 3600}}}}{{#vardefine:Minutes|{{#expr:floor({{#var:Time}} / 60)}}}}{{#vardefine:Time|{{#expr:{{#var:Time}} mod 60...")
- 18:07, 10 April 2024 Ricewind talk contribs created page Slayer Area Effect Negation (Redirected page to Slayer Areas#Sources of Area Effect Negation) Tag: New redirect
- 22:11, 9 April 2024 Ricewind talk contribs created page Template:AutoWeaponStats/doc (Created page with "Automatic version of Template:WeaponStats that pulls data via Lua. {{T|{{PAGENAME}}|Sunset Rapier}} becomes {{{{PAGENAME}}|Sunset Rapier}}")
- 13:43, 9 April 2024 Ricewind talk contribs created page Template:Mod/doc (Created page with "For invoking modifier text. For example, {{T|Mod|increasedGlobalAccuracy|5}} gives {{Mod|increasedGlobalAccuracy|5}}. Color can be suppressed by adding `|false` to the end. For example, {{T|Mod|increasedGlobalAccuracy|5|false}} gives {{Mod|increasedGlobalAccuracy|5|false}}. For skill specific bonuses, skill can be specified. For example, {{T|Mod|increasedMasteryXP|skill=Fishing|5}} gives {{Mod|increasedMasteryXP|skill=Fishing|5}}")
- 15:12, 8 April 2024 Ricewind talk contribs created page Module:Township/Sandbox (Created page with "local Shared = require('Module:Shared') local Icons = require('Module:Icons') local Items = require('Module:Items') local Monsters = require('Module:Monsters') local Shop = require('Module:Shop') local GameData = require('Module:GameData') local Constants = require('Module:Constants') local Num = require('Module:Number') local p = {} local Township = GameData.getSkillData('melvorD:Township') p.Township = Township -- Gets a Township building by ID, e.g. melvorF:Hunters...")
- 14:46, 8 April 2024 Ricewind talk contribs created page Template:TownshipBuildingBiomeTable/doc (Created page with "This template is Lua-powered by <code>getBuildingBiomeTable</code> in Module:Township")
- 19:44, 7 April 2024 Ricewind talk contribs created page Module:Shared/Sandbox (Created page with "-- Module that contains all functions regarding numeric formatting and calculations. -- TODO: Make modules that now call Shared call Number (for relevant functions) local numModule = require('Module:Number') --So there are a handful of functions that I'm using in a lot of places --So rather than continue to copy across the same handful of functions to every single new module --I'm just going to unify them here --Here's how you use this: -- 1. When you're making a new mo...")
- 19:10, 7 April 2024 Ricewind talk contribs created page Template:AgilityObstacle/doc (Created page with "Places an icon for an agility obstacle, and links to the agility obstacle under the Agility page. Example usage: <pre> {{AgilityObstacle|Lake Swim}} </pre> Turns into: {{AgilityObstacle|Lake Swim}}")
- 19:09, 7 April 2024 Ricewind talk contribs created page Template:AgilityObstacle (Created page with "<includeonly><onlyinclude>{{Icon|type=skill|Agility|{{#replace: {{{1|}}}| |}}|ext={{{ext|}}}|notext={{{notext|}}}|nolink={{{nolink|}}}}}</onlyinclude></includeonly><noinclude>{{/doc}}</noinclude>")
- 13:35, 7 April 2024 Ricewind talk contribs created page Combat sim (Redirected page to Scripting and Extensions/Combat Simulator) Tag: New redirect
- 13:13, 7 April 2024 Ricewind talk contribs created page Template:MasteryReq/doc (Created page with "Template for quickly including in-line Mastery requirements (similar to Template:SkillReq). Example: {{T|MasteryReq|Dragon Javelin|90}} produces {{MasteryReq|Dragon Javelin|90}}. The optional type argument can be used for things that aren't items. For example, {{T|MasteryReq|Qimican|90|type=constellation}} becomes {{MasteryReq|Qimican|90|type=constellation}} The showtext argument shows the name of the item as well. For example, {{T|MasteryReq|Rune Essence|50|showt...")
- 13:05, 7 April 2024 Ricewind talk contribs created page Money making/Clearing Infernal Stronghold (Created page with "{{MoneyMakingGuide |guideName =Clearing Infernal Stronghold |category =Combat |dlc = |skills = *{{SkillReq|Magic|85}} *{{SkillReq|Slayer|80}} *{{SkillReq|Prayer|95}} *{{SkillReq|Summoning|5}} *{{SkillReq|Herblore|85}} |items = |other = |recommended = |minimumProfit = |skillExp# = |skillExp#amount = |input# = |input#amount = |input#value = |output# = |output#amount =...")
- 18:57, 4 April 2024 Ricewind talk contribs created page Money Making/Thieving Vampires (Draft)
- 16:02, 4 April 2024 Ricewind talk contribs created page Template:GPValue/doc (Created page with "This template retrieves the value of an item from Module:Items and optionally multiplies it by a specified factor, rounding the result to a specified number of decimal places. '''Parameters:''' * ''1'': (required) The name of the item to retrieve the value for. * ''2'': (optional) The multiplier to apply to the item value. Defaults to 1 if not provided. * ''round'': (optional) The number of decimal places to round the result to. Defaults to 0 if not provided. '''Ex...")
- 15:57, 4 April 2024 Ricewind talk contribs created page Template:GPValue (Created page with "<includeonly>{{#expr: round( {{#invoke:Items|getItemValue|{{{1}}} }} * {{{2|1}}} , {{{round|0}}} )}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 14:48, 4 April 2024 Ricewind talk contribs created page Money making/Mining with Gem Gloves (Created page with "{{MoneyMakingGuide |guideName =Mining with Gem Gloves |category =Non-Combat |dlc = |skills = |items ={{GP|500000}} to purchase {{ItemIcon|Gem Gloves}} |other = |recommended =Items that improve profit |minimumProfit = |skillExp# = |skillExp#amount = |input# = |input#amount = |input#value = |output# = |output#amount = |explanation = This met...")
- 14:31, 3 April 2024 Ricewind talk contribs created page Template:MMGDisclaimer/doc (Created page with "Placed on Money Making Guides to inform the player of potential profit, or lack thereof. Can be used as follows: <pre>{{TemplateMMGDisclaimer}}</pre> Shows: {{TemplateMMGDisclaimer}}")
- 14:09, 3 April 2024 Ricewind talk contribs created page Template:MMGDisclaimer (Created page with "{| class="warningbox" | width="60px" | 50x50px|center|link= || '''Only the minimum profit is guaranteed when following the requirements of this guide.<br>The maximum profit can only be obtained when following all requirements and recommendations.'''<br>Profit will increase the more closely the guide is followed. However, the increase in profit may not be in proportion to the amount of recommended items and boosts used. |}<noinclude>{{/doc}}</noinclude>")
- 13:49, 3 April 2024 Ricewind talk contribs created page Money Making/Fishing Whales (Created blank page)
- 12:12, 3 April 2024 Ricewind talk contribs created page Template:PP/doc (Created page with "A template for quickly inserting Prayer Points. For example, <nowiki>{{PP|5000}}</nowiki> becomes {{PP|5000}}.")
- 12:03, 3 April 2024 Ricewind talk contribs created page Template:PP (Created page with "<includeonly><onlyinclude><span style="display:inline-block">23x23px|link=Prayer {{formatnum:{{{1|}}}}}</span></onlyinclude></includeonly><noinclude>{{/doc}}</noinclude>")
- 11:38, 3 April 2024 Ricewind talk contribs created page Money Making/Development (Created page with "This page is intended for collecting useful commands to setup test scenarios for testing minimum and maximum profit values for money making guides. ==Commands== ==How to collect data== For '''minimum profit''', only the '''required''' recommendations in terms of items, skills and others should be included. These are the very minimum requirements to follow the guide. For '''maximum profit''' everything that the guide suggests under both required and recommended should...")
- 19:30, 2 April 2024 Ricewind talk contribs created page Template:UnderConstruction/doc (Created page with "Can be placed on any page to indicate that it is a work under construction/in progress.")
- 19:29, 2 April 2024 Ricewind talk contribs created page Category:Articles under construction (Created blank page)
- 19:28, 2 April 2024 Ricewind talk contribs created page Template:UnderConstruction (Created page with "{| class="messagebox construction" | width="60px" | 60x60px|center|link= | '''This page is currently a work in progress.'''<div style="font-size:0.85em; line-height:1.4em">The information contained within should not be considered fully accurate and/or complete.</div> |}Category:Articles under construction<noinclude>{{/doc}}</noinclude>")
- 20:37, 1 April 2024 Ricewind talk contribs created page Barrier/Guide (Created page with "{{RequiresAoD}} {{Disclaimer|In {{Icon|Ancient Relics}} mode, dungeons only require prior dungeon completion.}} The following guide takes the player through the combat of the Atlas of Discovery Expansion with as little effort as possible. This guide is targeted at people who have either completed or nearly completed the base game. Completion of at least the Air God Dungeon is recommended to follow the largest portion of this guide. Every enemy in this expansio...")
- 20:32, 1 April 2024 Ricewind talk contribs created page Template:TimeHMS/doc (Created page with "Takes in a number of seconds and converts it into "X days, H:M:S" For example, {{T|TimeHMS|90135}} becomes {{TimeHMS|90135}}. This is the shorthand notation variant for Template:Time.")
- 20:16, 1 April 2024 Ricewind talk contribs created page Template:Time/doc (Created page with "Takes in a number of seconds and converts it into "X days, X hours, X minutes, X seconds" For example, {{T|Time|900135}} becomes {{Time|900135}}")
- 15:35, 1 April 2024 Ricewind talk contribs created page Module:StringBuilder (Created page with "local StringBuilder = {} StringBuilder.__index = StringBuilder -- Constructor function StringBuilder.new() local self = setmetatable({}, StringBuilder) self.buffer = {} return self end -- Append method function StringBuilder:append(value) if value then table.insert(self.buffer, tostring(value)) end return self end function StringBuilder:appendLine(value) if value then table.insert(self.buffer, tostring(value)) end table.insert(self.buffer,...")
- 00:19, 29 March 2024 Ricewind talk contribs created page UGS (Redirected page to Ultima Godsword) Tag: New redirect
- 16:31, 27 March 2024 Ricewind talk contribs created page Template:Synergy/doc (Created page with "Can be used to show a synergy between two familiars. Example can be viewed below: {{Synergy|Tortoise|Dragon}}")
- 16:22, 27 March 2024 Ricewind talk contribs uploaded File:SynergyIcon.png
- 16:22, 27 March 2024 Ricewind talk contribs created page File:SynergyIcon.png
- 16:07, 27 March 2024 Ricewind talk contribs created page Money Making/Mining Pure Crystal (Created page with "{{MoneyMakingGuide |guideName =Mining Pure Crystal |interval = |skills = {{SkillReq|Mining|85}}</br> {{SkillReq|Herblore|53}} |items = {{ItemIcon|Mining Gloves}}</br> {{ItemIcon|Perfect Swing Potion IV}} |other = {{ItemIcon|Pure Crystal|notext=true}}{{Icon|Mastery|notext=true}} Level 99</br> {{UpgradeIcon|Dragon Pickaxe}}</br> 95% Mining Mastery Pool Checkpoint |recommended = |skillEx...")
- 15:46, 27 March 2024 Ricewind talk contribs created page User:Ricewind/MMG Sandbox (Created page with "{{MoneyMakingGuide |guideName = My guide |interval = |skills = {{SkillReq|Woodcutting|12}}</br> {{SkillReq|Mining|40}} |items = {{ItemIcon|Mining Gloves}} At least 3 diamonds |other = |recommended = {{ItemIcon|Thieving Skillcape}}</br> 95% Thieving Mastery Pool Checkpoint |skillExp1 =mining |skillExp1amount =1082500 |skillExp2 =Summoning |skillExp2amount =45000 |inpu...")
- 14:26, 27 March 2024 Ricewind talk contribs created page Template:Synergy (Created page with "<includeonly>{{Synergy{{Icon|type=item|{{{1}}}|notext={{{notext|}}}}}SynergyIcon{{Icon|type=item|{{{2}}}|notext={{{notext|}}}}}}}</includeonly> <noinclude>{{/doc}}</noinclude>")
- 14:03, 27 March 2024 Ricewind talk contribs created page Familiar (Redirected page to Summoning#Summoning Marks) Tag: New redirect
- 13:38, 27 March 2024 Ricewind talk contribs created page Template:RC/doc (Created page with "A template for quickly inserting Raid Coin costs. For example, {{T|RC|5000}} becomes {{RC|5000}} and {{T|RC|-5000}} becomes {{RC|-5000}}. For a range of values, use two arguments. For example, {{T|RC|-100|5000}} becomes {{RC|-100|5000}}. If both values are the same, no dash is used. For example {{T|RC|100|100}} becomes {{RC|100|100}}")
- 13:38, 27 March 2024 Ricewind talk contribs created page Template:SC/doc (Created page with "A template for quickly inserting Slayer Coin costs. For example, <nowiki>{{SC|5000}}</nowiki> becomes {{SC|5000}}.")