Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2015-09-24 | add PlayerIsTired function to shovel npc | Joseph Botosh | 1 | -0/+22 | |
2015-09-24 | add constrains to shovel usage (rectangular areas) | Joseph Botosh | 1 | -1/+46 | |
2015-09-24 | add Dig and Bury actions/functions to Shovel | Joseph Botosh | 1 | -4/+60 | |
2015-09-24 | add basic Shovel NPC/item | Joseph Botosh | 1 | -0/+34 | |
2015-08-11 | Use npc sprite names in all scripts. | Andrei Karas | 2 | -2/+2 | |
2015-06-20 | Replace NPC names by NPC IDs. | Reid | 1 | -14/+14 | |
2014-12-05 | Replace script function set to direct variable assignments. | Andrei Karas | 1 | -1/+1 | |
2014-11-21 | Replace temp variables into scope temp variables. | Andrei Karas | 1 | -4/+4 | |
2014-11-04 | convert server data for using with hercules. | Andrei Karas | 2 | -6/+6 | |
2014-02-11 | English fixes done Qwerty Dragon. | Alige | 1 | -5/+6 | |
2013-08-08 | Change every label names from l_ to L_ . | Reid Yaro | 2 | -4/+4 | |
2013-07-09 | Fixed oldbook script. | Alige | 1 | -1/+0 | |
2013-06-01 | Remove the poison function. | Reid Yaro | 1 | -21/+0 | |
2013-05-26 | Add arguments on usePoison function. | Reid Yaro | 1 | -7/+7 | |
2013-05-24 | Add new poison function with random and heal parameters, | Reid Yaro | 1 | -22/+11 | |
it replaces old individual functions. Corrected possible bugs in old functions. Change character space for UseScripts from 33chars to 60chars. | |||||
2013-03-04 | Fix code style. | Andrei Karas | 2 | -2/+0 | |
Add missing spaces, remove useless empty lines. | |||||
2013-01-18 | Removed useless entries in croconut.txt. | Alige | 1 | -3/+3 | |
2013-01-07 | Correct last commit bug. | Reid Yaro | 1 | -4/+4 | |
2013-01-07 | Changed some item links from IDs to names. | Alige | 1 | -4/+4 | |
Missing letters in a line in the croconut item function. | |||||
2012-12-25 | Remove the three poisoned files and creat a single file for every poisoned ↵ | Reid | 4 | -49/+32 | |
files. | |||||
2012-12-24 | Fixed several things in the script of alige. | Alige | 2 | -2/+19 | |
Added the missing script for the headache created by the pumpkin seeds. Differenciated the scripts of the blobime and the seeds. | |||||
2012-12-24 | Fixed some language in the croconut script. | Alige | 1 | -3/+3 | |
It is now much more understandable to the player of what the croconut became after cutting it. | |||||
2012-12-23 | Additinal protection for npc croconut from direct speaking. | Andrei Karas | 1 | -0/+1 | |
2012-12-22 | Correct various bugs on croconut item function | Reid | 1 | -4/+5 | |
Add Piou Slayer in this same function. | |||||
2012-11-30 | Replaced some item IDs by their names in scripts. | Alige | 1 | -4/+4 | |
Added missing commands when the NPC gives an item. Fixed some language. |