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)
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[:Category:Pages with script errors]]
== User Info==


==Black Knight Drops==
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.


{{#invoke:Monsters|getMonsterDrops|Black Knight}}
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.


==Master Wizard Drops==
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.


{{#invoke:Monsters|getMonsterDrops|Master Wizard}}
==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.


==Pegasus Drops==
* [[Module:Constants/data]]
* [[Module:Items/data]]
* [[Module:Monsters/data]]
* [[Module:CombatAreas/data]]
* [[Module:Skills/data]]
* [[Module:Magic/data]]
* [[Module:Pets/data]]
* [[Module:Shop/data]]


{{#invoke:Monsters|getMonsterDrops|Pegasus}}
==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/Page3]]
 
==LightTable Test==
{| class="wikitable lighttable"
!foo
!bar
|-
|A||B
|-
|C||D
|-
|1||2
|}
 
 
==Potions==
 
{| class="wikitable"
!Potion!!{{Skill|Herblore|notext=true}} Level!!XP!!Ingredients!!Tier!!{{Icon|Coins|notext=true}} Price!!Charges!!Effect
|-
|rowspan="4"|[[Melee Accuracy Potion]]
|rowspan="4"|5
|rowspan="4"|8
|rowspan="4"|{{ItemIcon|Garum Herb|notext=true|qty=1}}, {{ItemIcon|Bones|notext=true|qty=1}}
|{{ItemIcon|Melee Accuracy Potion I|notext=true|size=30}}||{{GP|2}}||5||5% increased Melee Accuracy Rating
|-
|{{ItemIcon|Melee Accuracy Potion II|notext=true|size=30}}||{{GP|3}}||5|||10% increased Melee Accuracy Rating
|-
|{{ItemIcon|Melee Accuracy Potion III|notext=true|size=30}}||{{GP|4}}||5|||15% increased Melee Accuracy Rating
|-
|{{ItemIcon|Melee Accuracy Potion IV|notext=true|size=30}}||{{GP|5}}||10|||25% increased Melee Accuracy Rating
|-
|rowspan="4"|[[Melee Evasion Potion]]
|rowspan="4"|10
|rowspan="4"|10
|rowspan="4"|{{ItemIcon|Garum Herb|notext=true|qty=1}}, {{ItemIcon|Eyeball|notext=true|qty=1}}
|{{ItemIcon|Melee Evasion Potion I|notext=true|size=30}}||{{GP|2}}||5||5% increased Melee Evasion Rating
|-
|{{ItemIcon|Melee Evasion Potion II|notext=true|size=30}}||{{GP|3}}||5|||10% increased Melee Evasion Rating
|-
|{{ItemIcon|Melee Evasion Potion III|notext=true|size=30}}||{{GP|4}}||5|||15% increased Melee Evasion Rating
|-
|{{ItemIcon|Melee Evasion Potion IV|notext=true|size=30}}||{{GP|5}}||10|||25% increased Melee Evasion Rating
|}