All public logs

From IdleOn MMO Wiki

Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:47, 22 December 2024 BHY4A talk contribs created page Module:BubbleGraphRC (Created page with "local BubbleGraph = {} local DEFAULTS = { MAX_LEVELS = 1000, STEP = 20, GRAPH_WIDTH = 1000, GRAPH_HEIGHT = 250, DECIMAL_PLACES = 3, FONT_FAMILY = "Idleon", COLUMN_MIN_WIDTH = 2, MAJOR_GRID_LINES = 10, SHOW_GRID = true } local function round(num, places) if not num then return 0 end local mult = 10 ^ (places or 0) return math.floor(num * mult + 0.5) / mult end local function calculate_threshold_level(x2) r...")