Money Making/Development: Difference between revisions

From Melvor Idle
No edit summary
Line 29: Line 29:
| Runs the game for 1,000 hours, as if the player was offline.
| Runs the game for 1,000 hours, as if the player was offline.
|-
|-
| Example
| <code>game.woodcutting.setXP(exp.level_to_xp(120)+1)</code>
| Example
| Sets woodcutting xp to level 120 + 1 exp.<br>
Replace "woodcutting" with the skill of choise, as well as "120" with the level of choice.
|-
|-
| Example
| Example

Revision as of 12:18, 3 April 2024

This page is intended for collecting useful commands to setup test scenarios for testing minimum and maximum profit values for money making guides.

Setup

This script can be used to get 100% completion on an account. This is recommended for maximum profit simulations. The script does the following:

  • Completes the tutorial
  • Gives 1,000,000,000,000GP
  • Gives 1,000,000,000,000SC
  • Gives Prayer (skill).svg 4,000,000,000
  • Gives 6,969,696,969 of every item
  • Sets every skill to 120
  • Gives 100% Mastery for everything
  • Gives 1,000,000,000 Mastery pool exp for all skills
  • Unlocks all pets
  • Completes all astrology constellations
  • Gives all summoning marks
  • Completes every dungeon 420 times
  • Discovers and masters all hexes in cartography
  • Unlocks all museum items
  • Builds all township buildings
  • Completes all township tasks
  • Buys 69,400 of every shop item

Commands

Command Effect
game.testForOffline(1000) Runs the game for 1,000 hours, as if the player was offline.
game.woodcutting.setXP(exp.level_to_xp(120)+1) Sets woodcutting xp to level 120 + 1 exp.

Replace "woodcutting" with the skill of choise, as well as "120" with the level of choice.

Example Example
Example Example

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 be included. This is the most optimal scenario for the guide.