Anonymous

User:Falterfire: Difference between revisions

From Melvor Idle
→‎After Update Checklist: removed redundant skills/data
No edit summary
(→‎After Update Checklist: removed redundant skills/data)
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[:Category:Pages with script errors]] (Currently {{PAGESINCAT:Pages with script errors}} pages)
== User Info==
 
Hello! I'm one of the admins on the Melvor Idle wiki. If you're interested in getting an account to help edit the wiki, go to the [https://discord.gg/MelvorIdle Discord] and then DM Falterfire#7778 and I'll get you set up with an account.
 
If something is wrong with a Template or Module on a page and you can't figure out how to handle it, feel free to @ me on Discord and I'll see if I can sort things out. One of the primary things I do on the wiki is maintain the Lua modules that power several of the pages.
 
I try to keep an eye on [[:Category:Pages with script errors]] (Currently {{PAGESINCAT:Pages with script errors}} pages) and make sure that number stays at zero.
 
==After Update Checklist==
Right now the following data pages have to be updated manually after each new update. To do so, just copy & paste the script at the top into your browser's console on the Melvor Idle page, then paste the result underneath and re-save the page.
 
* [[Module:Constants/data]]
* [[Module:Items/data]]
* [[Module:Monsters/data]]
* [[Module:CombatAreas/data]]
* [[Module:Skills/data]]
* [[Module:Magic/data]]
* [[Module:Pets/data]]
* [[Module:Shop/data]]
 
==To-Do List==
Below is a list of various things that I need to automate:
* [[Template:ItemsTable]]
* All templates used on [[Equipment]]
* The Dungeon List on [[Dungeons]]
* [[Template:Dungeon]]
* [[Template:Spell]]
* [[Template:Upgrade]]
* Spell tables on [[Magic]] and [[Alt. Magic]]
* All pages in [[:Category:Bot Templates]] (Currently {{PAGESINCAT:Bot Templates}} pages) need to be replaced with Lua versions.
 
 
==Other==


[[User:Falterfire/Page2]]
[[User:Falterfire/Page2]]
[[User:Falterfire/Page3]]


{| class="wikitable"
==LightTable Test==
! colspan="2" |Spell
{| class="wikitable lighttable"
! {{Skill|Magic|notext=true}} Level
!foo
! {{Skill|Smithing|notext=true}} Level
!bar
! {{Skill|Magic|notext=true}} XP
! {{ItemIcon|Mithril Bar|notext=true}} Bars
! Ore
! Runes
|-
|-
| {{Icon|Superheat I|type=spell|notext=true|size=50}}
|A||B
| [[Superheat I]]
| 5
| 40
| 8
| 1
| {{ItemIcon|Mithril Ore|notext=true|qty=1}}, {{ItemIcon|Coal Ore|notext=true|qty=4}}
| style="text-align:center" | {{ItemIcon|Nature Rune|notext=true|qty=1}}, {{ItemIcon|Earth Rune|notext=true|qty=2}}, {{ItemIcon|Fire Rune|notext=true|qty=2}}<br/>'''OR'''<br/>{{ItemIcon|Nature Rune|notext=true|qty=1}}, {{ItemIcon|Lava Rune|notext=true|qty=2}}
|-
|-
| {{Icon|Superheat II|type=spell|notext=true|size=50}}
|C||D
| [[Superheat II]]
| 25
| 40
| 15
| 2
| {{ItemIcon|Mithril Ore|notext=true|qty=1}}, {{ItemIcon|Coal Ore|notext=true|qty=4}}
| style="text-align:center" | {{ItemIcon|Nature Rune|notext=true|qty=1}}, {{ItemIcon|Earth Rune|notext=true|qty=3}}, {{ItemIcon|Fire Rune|notext=true|qty=3}}<br/>'''OR'''<br/>{{ItemIcon|Nature Rune|notext=true|qty=1}}, {{ItemIcon|Lava Rune|notext=true|qty=3}}
|-
|-
| {{Icon|Superheat III|type=spell|notext=true|size=50}}
|1||2
| [[Superheat III]]
| 64
| 40
| 28
| 3
| {{ItemIcon|Mithril Ore|notext=true|qty=1}}, {{ItemIcon|Coal Ore|notext=true|qty=4}}
| style="text-align:center" | {{ItemIcon|Nature Rune|notext=true|qty=1}}, {{ItemIcon|Earth Rune|notext=true|qty=4}}, {{ItemIcon|Fire Rune|notext=true|qty=4}}, {{ItemIcon|Spirit Rune|notext=true|qty=1}}<br/>'''OR'''<br/>{{ItemIcon|Nature Rune|notext=true|qty=1}}, {{ItemIcon|Lava Rune|notext=true|qty=4}}, {{ItemIcon|Spirit Rune|notext=true|qty=1}}
|-
| {{Icon|Superheat IV|type=spell|notext=true|size=50}}
| [[Superheat IV]]
| 95
| 40
| 50
| 3
| {{ItemIcon|Mithril Ore|notext=true|qty=1}}
| style="text-align:center" | {{ItemIcon|Nature Rune|notext=true|qty=2}}, {{ItemIcon|Earth Rune|notext=true|qty=7}}, {{ItemIcon|Fire Rune|notext=true|qty=7}}, {{ItemIcon|Spirit Rune|notext=true|qty=3}}<br/>'''OR'''<br/>{{ItemIcon|Nature Rune|notext=true|qty=2}}, {{ItemIcon|Lava Rune|notext=true|qty=7}}, {{ItemIcon|Spirit Rune|notext=true|qty=3}}
|}
|}


==Potions==
==Potions==