Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-20 | yeah... this got very messy (my bad!). let's not use custom terminators ↵ | gumi | 1 | -0/+1 | |
after all | |||||
2017-08-23 | Replace tabs by space on confused-tree. | Reid | 1 | -0/+1 | |
Add different directions according to the season. Change the confused tree NPC ID to 400. | |||||
2017-08-22 | reorganize the framework functions | gumi | 1 | -5/+7 | |
2017-08-18 | add confused tree | gumi | 1 | -0/+1 | |
2017-07-20 | more framework functions | gumi | 1 | -4/+11 | |
2017-05-01 | remove usage of getgroupid | gumi | 1 | -0/+1 | |
2017-04-19 | add `@exprate` atcommand | gumi | 1 | -0/+1 | |
2017-01-28 | move the bank script into its own function | gumi | 1 | -0/+1 | |
2016-12-21 | Improve the riddle script, fix the fact that the riddle didn't work with a ↵ | Reid | 1 | -0/+1 | |
translated answer. | |||||
2016-12-13 | put the game rules in a function, make notes call that function, add ↵ | gumi | 1 | -0/+1 | |
`@rules` command add `The Book of Laws`, give it whenever the player does not have it | |||||
2016-11-28 | Fix MOTD as per gumi | wushin | 1 | -1/+0 | |
2016-11-17 | Add language selection into its own function, | Reid | 1 | -0/+1 | |
Add Esperento on the fly. | |||||
2016-10-13 | Add MOTD to Configs | wushin | 1 | -0/+2 | |
2016-10-02 | Add Artis Legion quest on Lozerk | Monwarez | 1 | -0/+1 | |
2016-09-26 | Add questgen function. | Reid | 1 | -0/+1 | |
2016-09-02 | last minute changes | gumi | 1 | -1/+1 | |
2016-09-01 | add FuzzyTime functions (human-readable time) | gumi | 1 | -0/+1 | |
2016-09-01 | add quest debug | gumi | 1 | -0/+36 | |
2016-09-01 | add scheduled broadcasts | gumi | 1 | -0/+1 | |
2016-09-01 | add debug preset system | gumi | 1 | -0/+1 | |
2016-09-01 | add (broken) appearance debug | gumi | 1 | -0/+1 | |
2016-09-01 | add skill debug | gumi | 1 | -0/+1 | |
2016-09-01 | add general debug menu | gumi | 1 | -0/+1 | |
2016-09-01 | add placeholder event menu | gumi | 1 | -2/+3 | |
2016-09-01 | add Super Menu, add scripted MOTD, add MOTD config | gumi | 1 | -0/+2 | |
2016-08-20 | Convert npc directory into new format. | Andrei Karas | 1 | -33/+33 | |
2016-08-04 | add BarberSayStyle function in barber.txt, and add new line on the top of ↵ | omatt | 1 | -0/+3 | |
menu of edouard, add hairstyle and haircolor array in npc/config/hairstyle_config.txt. | |||||
2016-06-22 | add atcommand `@esp` (manipulates Esperin) | mekolat | 1 | -0/+1 | |
aka zeny aka gp check for boundaries, use bank if purse is full | |||||
2016-06-22 | add atcommand `@w` (works like `@go`) | mekolat | 1 | -0/+1 | |
2016-06-22 | add `@music` atcommand | mekolat | 1 | -0/+4 | |
2016-06-20 | Add legiontalk with carmie's dialogue. | Reid | 1 | -0/+1 | |
2016-06-20 | Add a hello script function. | Reid | 1 | -0/+1 | |
2016-03-19 | Add initial version of marriage script. Missing divorce and missing time checks. | Andrei Karas | 1 | -0/+1 | |
2016-03-13 | Remove the oldbook item script. | Reid | 1 | -1/+0 | |
2016-03-13 | Remove the translation function on poems and add a new function that ask if ↵ | Reid | 1 | -0/+1 | |
the player wants to read the book. | |||||
2016-03-07 | Add new function to manage delayed healing with 4 different life potion ↵ | Reid | 1 | -0/+1 | |
status effect. | |||||
2016-02-26 | Add improved mouboos (they now walk!). | Reid | 1 | -1/+1 | |
2016-02-23 | Add moubootalk function. | Reid | 1 | -0/+1 | |
2016-02-22 | Put input in first position of the scripts.conf. | Reid | 1 | -1/+1 | |
2016-01-24 | Improve Plush and the savepoint functions. | Reid | 1 | -0/+1 | |
Add bed functions into a different file and prevent the use of unlimited heal by disallowing the feature to switch of savepoint while keeping the reservation on the INN. | |||||
2015-12-29 | Add villagertalk function for random dialogues. | Reid | 1 | -0/+1 | |
2015-12-28 | Add sailortalk function that display random dialogues for sailors. | Reid | 1 | -0/+1 | |
2015-10-20 | Move masks functions to their own file. | Reid | 1 | -1/+2 | |
2015-09-24 | add basic Shovel NPC/item | Joseph Botosh | 1 | -0/+1 | |
2015-09-18 | add function fishing | Joseph Botosh | 1 | -0/+1 | |
2015-09-05 | add script functions for graph-based NPC movement | Joseph Botosh | 1 | -0/+1 | |
2015-07-25 | Add barber functions. | Reid | 1 | -0/+1 | |
2015-05-02 | Add functions and example npc for simple npc moving program. | Andrei Karas | 1 | -0/+1 | |
For now npc AI support moving, changing direction, waiting. | |||||
2015-03-05 | Add function menu2 for return some missing features. | Andrei Karas | 1 | -0/+1 | |
Example: menu2 "test 1", 10, "test 2", 20; If select "test 1", will set @menuret to 10, and @menu to 1 If select "test 2", will set @menuret to 20, and @menu to 2 | |||||
2015-02-09 | Convert shop into market with 1000 items limit. | Andrei Karas | 1 | -0/+1 | |