Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-13 | add the LightPlatemail recipe | gumi | 1 | -0/+5 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add SnakeScale and the Snakeplate recipe | gumi | 1 | -0/+5 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add the Chainmail recipe | gumi | 1 | -0/+5 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add SquirrelPelt and the PeltJacket recipe | gumi | 1 | -0/+5 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add the ApprenticeRobe recipe | gumi | 1 | -0/+5 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add the LegionCopperArmor recipe | gumi | 1 | -0/+5 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add the ForestArmor recipe | gumi | 1 | -0/+5 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add the LegionTrainingShirt recipe | gumi | 1 | -0/+10 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add the SilkRobe recipe | gumi | 1 | -0/+5 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add the FineDress recipe | gumi | 1 | -0/+5 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add LeatherPatch and the SailorShirt recipe | gumi | 1 | -0/+5 | |
Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add the VneckJumper recipe | gumi | 1 | -0/+5 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add the ArtisTankTop recipe | gumi | 1 | -0/+7 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-13 | add the CreasedShirt recipe | gumi | 1 | -2/+9 | |
Co-authored-by: Christopher Chay <2@hisfootsteps.net> | |||||
2020-08-10 | add a tailoring section to the recipes | gumi | 1 | -10/+15 | |
2020-08-06 | add referral rewards | Jesusaves | 1 | -0/+35 | |
Co-authored-by: gumi <git@gumi.ca> | |||||
2020-08-05 | remove the all mentions of sex or gender from scripts | gumi | 2 | -2/+2 | |
2020-07-17 | Rubber Bat - Correctly duplicates Legacy functionality. | Quillia Aeuda | 1 | -0/+18 | |
2020-07-10 | Implements Crafting Core system | Jesusaves | 1 | -36/+172 | |
Recipes etc. not included | |||||
2020-05-24 | Faction Core, Quest ID rewrite, Thieves Path. | Micksha | 1 | -1/+2 | |
Part of Leaving Artis redesign. | |||||
2020-05-07 | Random, Wild Treasure Chests were sighted in Hurnscald Caves! | Jesusaves | 1 | -17/+138 | |
Watch out for them! | |||||
2020-01-10 | Global Event Handler. | Jesusaves | 1 | -3/+7 | |
Hurnscald NPCs are incompatible. I've run in epoll problems once on ML, so I'm making this again. | |||||
2019-05-13 | Update from hercules | Andrei Karas | 1 | -3/+3 | |
2019-05-11 | Improvements to Calamity Dungeon and Master Skill Book. | Jesusaves | 1 | -5/+19 | |
Reset defeated boss upon failure/success so you can read the book after (within the 15 seconds time limit). This is not unset by lack of ink, so you can (if you are quick enough) trade inks with friends. Also, requires Magic Feather. Reports if someone else kill the boss. | |||||
2019-04-28 | Prevent Cookies from being used for "too long" | Jesusaves | 1 | -0/+18 | |
2019-03-29 | I need a way to get the Master Book. | Jesusaves | 1 | -0/+113 | |
Uhm, Auldsbel will do for a while, WildX can comment later. | |||||
2019-03-05 | Update the quest to address Micksha notes. | Jesusaves | 1 | -0/+60 | |
Playtested locally. Besides, it is now possible to use Grass Carp for Carp Sandwich. The use of a Grass Carp won't have any special effects. WIP status can now be safely removed. | |||||
2018-07-05 | sorry | gumi | 1 | -1/+1 | |
2018-07-05 | improve the shovel script | gumi | 1 | -20/+39 | |
Co-authored-by: Jesusaves <cpntb1@ymail.com> | |||||
2018-07-05 | mesc() is a function to optimize mes(col(l())), saving parenthesis. | Jesusaves | 1 | -6/+6 | |
mesc() is a short for mes(col()). It should make coding colored code easier. The default color value is "9", same from narrator, but this default value is not used anymore. I assume mes* functions are legacy for this project, so fell free to reject the patch. | |||||
2017-10-11 | what's up with this crazy syntax?s20171023 | gumi | 1 | -6/+6 | |
I blame Reid | |||||
2017-08-19 | Replace bit flags by constants on narrator and speech functions. | Reid | 1 | -8/+8 | |
2017-01-08 | Consistency of the authors in scripts. | Alige | 2 | -2/+2 | |
2016-08-06 | Shouldn't open a npc chat window just to say the player can't dig somewhere. | Alige | 1 | -1/+1 | |
2016-07-19 | Continued fixing typos and rewording sentences, after reading the translations. | Alige | 1 | -1/+1 | |
2016-06-27 | Changed all item IDs by their aegisname in scripts. | Alige | 1 | -15/+15 | |
2016-03-21 | Using Vitality inside the rand formula for itemheal. | Reid | 1 | -1/+12 | |
2016-03-13 | Remove the oldbook item script. | Reid | 1 | -61/+0 | |
2016-03-08 | Refactor a bit item heal functions. | Andrei Karas | 1 | -19/+19 | |
2016-03-08 | Merge healing status effects. | Reid | 1 | -7/+33 | |
2016-03-07 | Fix typo on croconut script, menu items were all the same. | Reid | 1 | -3/+3 | |
2016-03-07 | Stop the previous potion effect and start a new one if a new potion has been ↵ | Reid | 1 | -0/+4 | |
used. | |||||
2016-03-07 | Add new function to manage delayed healing with 4 different life potion ↵ | Reid | 1 | -0/+44 | |
status effect. | |||||
2016-02-21 | Reduce the time needed between the use of the shovel. | Reid | 1 | -2/+3 | |
2016-02-20 | Add new weapons on the croconut item script. | Reid | 1 | -0/+3 | |
2016-02-13 | Clean up and remove some useless space and newline. | Reid | 1 | -3/+0 | |
2016-01-30 | Replace countitemcolor to countitem. | Andrei Karas | 1 | -4/+4 | |
2015-12-18 | Trivial spelling correction for the Shovel. | Teru | 1 | -1/+1 | |
2015-09-24 | update qonan and shovel scripts to use new narrator function | Joseph Botosh | 1 | -10/+9 | |
2015-09-24 | shovel script: add functions for custom quests, +adddigrect, +addquest functions | Joseph Botosh | 1 | -2/+66 | |