Main public logs
More actions
Combined display of all available logs of AstRO. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:20, 30 July 2025 Astro-adm talk contribs uploaded File:Starbot.png Tag: Recreated
- 18:18, 29 July 2025 Astro-adm talk contribs created page Server Information/Patch 2025-07-22 (Created page with "= Patch Notes β July 22, 2025 = == π€ Starbot == * Starbot can now be activated and deactivated using <code>@starbot</code>. * StarBot Controls item is still required for configuration β we are working on removing that requirement in the future. * All StarBot Controls will be removed from accounts to reduce inventory clutter. == π Star System == * New '''Bleeder Aspect''' added for '''Sharp Stars''': ** Causes Bleeding while attacking ** If combined with: ***...")
- 18:17, 29 July 2025 Astro-adm talk contribs created page Server Information/Patch 2025-07-29 (Created page with "= Patch Notes β July 29, 2025 = == π Cash Shop == * Added Episode Clear Tickets for Episodes 16 and 17 (named '''Mizaa's Magic Ticket''') β Episode 18 ticket will be added when Episode 19 launches. * Added '''Star Oridecon''' and '''Star Elunium''' to the Cash Shop: ** Work only from +7 to +10 ** Allow upgrades up to +11 ** Intended as an alternative to farming '''Blacksmith Blessing''' ** Priced at 200 Star Credits each == π Star System == * New Star Aspects...")
- 18:17, 29 July 2025 Astro-adm talk contribs created page Server Information (Created page with "= Server Information = == π’ Discord == Join our community: [https://discord.com/invite/GNMjPgynyv AstRO Discord Server] == π’ Rates == '''Base/Job/Drop''': '''30x / 30x / 30x''' == β¨ Features == * '''4th Job Support (Episode 18)''' β Play with full 4th job support up to Episode 18 (more to come). * '''No Pay to Win''' β Fair gameplay focused on player effort and smart progression. * '''Stars System''' β Shadow Gear has been completely removed and repla...")
- 18:04, 29 July 2025 Astro-adm talk contribs created page Star Bot (Created page with "= Starbot = '''Starbot''' is AstRO's built-in automated grinding and leveling system. It allows your character to hunt, gain experience, and use skills automatically without manual control. Unlike third-party bots, Starbot is a legal feature integrated directly into the server. == π§ How to Activate == Players receive the item '''StarBot Controls''' by talking to the NPC '''Petrostar Access Loader''' in Prontera. To open the configuration menu, use the '''Star...")
- 16:13, 29 July 2025 Astro-adm talk contribs created page Module:Navpills/styles.css (Created page with ".template-navpills { display: grid; gap: var( --space-xs ); grid-template-columns: repeat( auto-fill, minmax( 160px, 1fr ) ); grid-auto-rows: 3rem; font-size: var( --font-size-small ); } .template-navpill { position: relative; border: 1px solid var( --border-color-base ); border-radius: var( --border-radius-medium ); font-weight: var( --font-weight-medium ); line-height: var( --line-height-xx-small ); overflow: hidden; } .template-...")
- 16:12, 29 July 2025 Astro-adm talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 16:11, 29 July 2025 Astro-adm talk contribs created page Module:Navpills (Created page with "local mArguments --initialize lazily local p = {} -- Returns a table containing the numbers of the arguments that exist -- for the specified prefix. For example, if the prefix was 'data', and -- 'data1', 'data2', and 'data5' exist, it would return {1, 2, 5}. local function getArgNums(prefix, args) local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .. prefix .. '([1-9]%d*)$') if num then table.insert(nums, tonumber(num)) end end table.s...")
- 16:03, 29 July 2025 Astro-adm talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 15:50, 29 July 2025 Astro-adm talk contribs created page Module:Navpills/styles.css (Created page with ".template-navpills { display: grid; gap: var( --space-xs ); grid-template-columns: repeat( auto-fill, minmax( 160px, 1fr ) ); grid-auto-rows: 3rem; font-size: var( --font-size-small ); } .template-navpill { position: relative; border: 1px solid var( --border-color-base ); border-radius: var( --border-radius-medium ); font-weight: var( --font-weight-medium ); line-height: var( --line-height-xx-small ); overflow: hidden; } .template-...")
- 15:46, 29 July 2025 Astro-adm talk contribs created page Template:Navpills (Created page with "<includeonly>{{#invoke:Navpills|navpills}}</includeonly><noinclude>{{/doc}}</noinclude>")
- 15:43, 29 July 2025 Astro-adm talk contribs created page Template:Main page/navigation (Created page with "<div id="home-nav">{{Navpills |page1 = Star Bot |text1 = Star Bot |image1 = StarBot.png |page2 = Star System |text2 = Star System |image2 = Starsystem.png |page3 = Server Information |text3 = Server Infos |image3 = Infos.png |page4 = Builds |text4 = Common Builds |image4 = Builds.png }}</div><templatestyles src="Template:Main page/navigation/styles.css"/><noinclude>{{/doc}}</noinclude>")
- 15:35, 29 July 2025 Astro-adm talk contribs created page Template:Main page/navigation/styles.css (Created page with "#home-nav { margin-top: 1rem; }")
- 15:35, 29 July 2025 Astro-adm talk contribs created page Module:Navpills (Created page with "local mArguments --initialize lazily local p = {} -- Returns a table containing the numbers of the arguments that exist -- for the specified prefix. For example, if the prefix was 'data', and -- 'data1', 'data2', and 'data5' exist, it would return {1, 2, 5}. local function getArgNums(prefix, args) local nums = {} for k, v in pairs(args) do local num = tostring(k):match('^' .. prefix .. '([1-9]%d*)$') if num then table.insert(nums, tonumber(num)) end end table.s...")
- 04:34, 29 July 2025 Astro-adm talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: ===================================================================: EFEITO DE BRILHO GRADIENTE (SCW-GRADIENT-GLOW): ===================================================================: --- VERSΓO 1: FALLBACK PARA NAVEGADORES ANTIGOS (CompatΓvel) ---: Esta versΓ£o funciona em todos os lugares.: .scw-gradient-glow { position: relative; over...")
- 18:08, 28 July 2025 Astro-adm talk contribs created page File:Lupa.svg
- 18:08, 28 July 2025 Astro-adm talk contribs uploaded File:Lupa.svg Tag: Recreated
- 08:08, 28 July 2025 Astro-adm talk contribs created page File:Lupa.svg
- 08:08, 28 July 2025 Astro-adm talk contribs uploaded File:Lupa.svg
- 08:02, 28 July 2025 Astro-adm talk contribs created page File:WikimediaUI-Search.svg
- 08:02, 28 July 2025 Astro-adm talk contribs uploaded File:WikimediaUI-Search.svg Tag: Recreated
- 07:46, 28 July 2025 Astro-adm talk contribs created page File:WikimediaUI-Search.svg
- 07:46, 28 July 2025 Astro-adm talk contribs uploaded File:WikimediaUI-Search.svg
- 07:33, 28 July 2025 Astro-adm talk contribs created page Template:Key press (Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:key|keypress}}</includeonly><noinclude> {{/doc}} </noinclude>")
- 07:32, 28 July 2025 Astro-adm talk contribs created page Template:Main page/settings (Created page with "<includeonly>{{#if:{{{1|}}} |{{#switch:{{{1}}} <!-- Configuration starts here --> <!-- Header --> | subtitle = The {{em|bespoke}} ''Star Citizen'' and ''Squadron 42'' wiki that {{em|held the line}} since 2016. <!-- Game info π LIVE π§ͺ PTU π₯ EPTU ποΈ Preview --> | patch1type = π LIVE | patch1name = 4.2.1 | patch1page = Update:Star Citizen Alpha 4.2.1 | patch1bg = var( --background-color-success-subtle ) | patch1color = var( --color-success ) <!-- |...")
- 07:32, 28 July 2025 Astro-adm talk contribs created page Template:Main page/header/styles.css (Created page with ".home-header { position: relative; padding-block: 3.5rem; line-height: var( --line-height-xx-small ); text-align: center; } .home-header__pretitle { margin-bottom: var( --space-xxs ); color: var( --color-subtle ); font-size: var( --font-size-small ); letter-spacing: 0.05em; } .home-header__title { --display-font-size: min( calc( 2.5rem + 3.9vw ), 4.5rem ); margin: 0; font-size: var( --display-font-size ); text-transform: uppercase; line-height: 0.9; fo...")
- 07:15, 28 July 2025 Astro-adm talk contribs created page Template:Main page/shared/styles.css (Created page with ".home-grid { display: grid; grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) ); grid-auto-rows: minmax( 3rem, auto ); grid-gap: var( --space-xs ); } .home-grid--col2 { grid-template-columns: 1fr 1fr; } .home-grid a.external { background-image: none; } .home-badge { display: flex; gap: var(--space-xxs); font-size: var(--font-size-small); padding: var(--space-xxs) var(--space-xs); background: var(--color-surface-2); color: var(--co...") Tag: Recreated
- 06:51, 28 July 2025 Astro-adm talk contribs created page Template:Main page/shared/styles.css (Created page with ".home-grid { display: grid; grid: auto-flow dense/repeat( auto-fit, minmax( 9.375rem, 1fr ) ); grid-auto-rows: minmax( 3rem, auto ); grid-gap: var( --space-xs ); } .home-grid--col2 { grid-template-columns: 1fr 1fr; } .home-grid a.external { background-image: none; } .home-badge { display: flex; gap: var(--space-xxs); font-size: var(--font-size-small); padding: var(--space-xxs) var(--space-xs); background: var(--color-surface-2); color: var(--co...")
- 06:48, 28 July 2025 Astro-adm talk contribs created page Template:Main page/header (Created page with "<!-- Styles --> <templatestyles src="Template:Main page/shared/styles.css" /> {{Main page/header}} {{Main page/event}} {{Main page/navigation}} <div id="home-content" class="home-grid"> {{Main page/featured}} {{Main page/editing}} {{Main page/onthewiki}} {{Main page/onthisday}} {{Main page/latestpatch}} <!-- TODO: Put them in individual templates --> <div id="home-card-discord" class="home-card home-card--col2 home-card--button">[https://discord.gg/XcKwqyD4sc File:Disc...")
- 06:38, 28 July 2025 Astro-adm talk contribs created page File:Builds.png (Builds Button)
- 06:38, 28 July 2025 Astro-adm talk contribs uploaded File:Builds.png (Builds Button)
- 06:38, 28 July 2025 Astro-adm talk contribs created page File:Infos.png (infos Button)
- 06:38, 28 July 2025 Astro-adm talk contribs uploaded File:Infos.png (infos Button)
- 06:38, 28 July 2025 Astro-adm talk contribs created page File:Starsystem.png (StarSystem Button)
- 06:38, 28 July 2025 Astro-adm talk contribs uploaded File:Starsystem.png (StarSystem Button)
- 06:37, 28 July 2025 Astro-adm talk contribs created page File:Starbot.png (StarBot Button)
- 06:37, 28 July 2025 Astro-adm talk contribs uploaded File:Starbot.png (StarBot Button)
- 21:42, 25 July 2025 138.219.106.10 talk created page Testandoo (Created page with "teste")
- 21:32, 25 July 2025 Astro-adm talk contribs created page Bruno (31)
- 21:31, 25 July 2025 Astro-adm talk contribs performed unknown action "review/unapprove" on Danielly
- 21:30, 25 July 2025 Astro-adm talk contribs performed unknown action "review/approve" on Danielly (Amo)
- 21:30, 25 July 2025 Astro-adm talk contribs performed unknown action "stable/config" on Danielly
- 21:30, 25 July 2025 Astro-adm talk contribs created page Danielly (Created page with "Eu amo a danielly")
- 21:12, 25 July 2025 Astro-adm talk contribs performed unknown action "review/approve" on Teste (12312312323)
- 21:10, 25 July 2025 Astro-adm talk contribs performed unknown action "review/approve" on Teste
- 21:09, 25 July 2025 Astro-adm talk contribs performed unknown action "review/approve" on Teste (dasd)
- 21:09, 25 July 2025 Astro-adm talk contribs performed unknown action "stable/config" on Teste
- 21:09, 25 July 2025 Astro-adm talk contribs created page Teste (Created page with "d12312145df3d")
- 20:48, 25 July 2025 Astro-adm talk contribs created page NightWatch (Created page with "Teset")
- 20:05, 25 July 2025 MediaWiki default talk contribs created page Main Page