Bot: Difference between revisions

411 bytes added ,  25 February 2020
Updated to current progress
No edit summary
(Updated to current progress)
Line 11: Line 11:
== TODO ==
== TODO ==
* 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.
* Create pages for each Combat Area and Dungeon
* Create pages for each Prayer
* Create pages for each Spell
* Create pages for some Shop Upgrades
* Create disambiguation pages
* Be able to update item/monster pages without interfering with user added descriptions, and detect if underlying data has changed to flag for version/inaccuracy in user created content
== Current Features ==
* 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 necessary
** 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 [[Chest Drop Tables|Chest Drop Table]] for items that can be opened
** Add the healing amount for items that can be consumed
** Add the healing amount for items that can be consumed
* Fill out the [[Template:Enemy|Enemy Template]] for all enemies.
* Fill out the [[Template:Monster|Monster Template]] for all monsters.
** 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 has been resolved by adding combat level to the page names for monsters with duplicate names
* 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.