Bot: Difference between revisions

From Melvor Idle
(Added requirements for equipment stats)
(Added additional tasks for item pages)
Line 12: Line 12:
* Fetch and parse each page to detect if proper categories, templates and menus are used.
* Fetch and parse each page to detect if proper categories, templates and menus are used.
* Fill out the [[Template:Item|Item Template]] for all items.
* Fill out the [[Template:Item|Item Template]] for all items.
** Add the [[Template:ArmourStats|Armour Stats Template]] and [[Template:WeaponStats|Weapon Stats Template]] to item pages when neccessary
** Add the [[Template:ArmourStats|Armour Stats Template]] and [[Template:WeaponStats|Weapon Stats Template]] to item pages when necessary
** Add the [[Chest Drop Tables||Chest Drop Table]] for items that can be opened
** Add the healing amount for items that can be consumed
* Fill out the [[Template:Enemy|Enemy Template]] for all enemies.
* Fill out the [[Template:Enemy|Enemy Template]] for all enemies.
** Currently some monsters are named the same while having a different ID. (This could be fixed in 0.10)
** Currently some monsters are named the same while having a different ID. (This could be fixed in 0.10)
* Create pages for each Combat Area and Dungeon


Feel free to add tasks or remarks to this page.
Feel free to add tasks or remarks to this page.


After a code cleanup and a more modular design of the bot, the source will be available for all.
After a code cleanup and a more modular design of the bot, the source will be available for all.

Revision as of 21:46, 21 December 2019

Template:V0.10.2

Katorone is working on a bot for the wiki. The main purpose of the bot is to upload all the item and enemy pages to the wiki.

GOAL

The goal of the wiki bot is to:

  • Automatically fill out the wiki using the game's code and objects.
  • Automatically update changed images.
  • Make sure proper templates, categories and menus are added to each page.

TODO

  • Fetch and parse each page to detect if proper categories, templates and menus are used.
  • Fill out the Item Template for all items.
  • Fill out the Enemy Template for all enemies.
    • Currently some monsters are named the same while having a different ID. (This could be fixed in 0.10)
  • Create pages for each Combat Area and Dungeon


Feel free to add tasks or remarks to this page.

After a code cleanup and a more modular design of the bot, the source will be available for all.