Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-09 | Prepare serverdata for evol-hercules!31 | Kurt Kuschinski | 1 | -2/+2 | |
Deprecate g() and lg() | |||||
2021-01-09 | Remove gender information from all NPCs. | Jesusaves | 1 | -1/+0 | |
2020-10-24 | CONTENT III SUPER MERGE REQUEST | Jesusaves | 1 | -4/+8 | |
Included: * Tulimshar Casino * Placeholder fixing/filling * Food Questline * Rossy Quest * Galimatia Quest (mostly by Livio) * Edourard bugs * Blood Donor Quest (from Moubootaur Legends) * Merchant Guild Quest * Mundane Bugfix * La Marine * Hurns Doctor easter eggs * Sailing to Argaes with Legion * Other things not relevant enough to be noted down, I guess | |||||
2020-08-05 | remove the all mentions of sex or gender from scripts | gumi | 1 | -1/+1 | |
2020-01-10 | Global Event Handler. | Jesusaves | 1 | -5/+4 | |
Hurnscald NPCs are incompatible. I've run in epoll problems once on ML, so I'm making this again. | |||||
2019-10-20 | remove useless zeny calculations | gumi | 1 | -1/+1 | |
2019-05-15 | Fix the broken code using @4144's advise.s20190626 | Jesusaves | 1 | -2/+3 | |
If something is wrong, please blame him instead :innocent: | |||||
2019-05-14 | Disable wrong code in lloyd.txt | Andrei Karas | 1 | -2/+2 | |
2019-04-27 | Alpha version of spotlight system - requires a fixed clientdata!119 or won't ↵ | Jesusaves | 1 | -0/+2 | |
work NOT gm command compatible. May be optimizable, new MR for comparasion and performance check pending. | |||||
2018-09-07 | Fix warp bugs again in tmx_map converter. | Andrei Karas | 1 | -1/+1 | |
Affected by tmwa broken warps logic... | |||||
2018-03-20 | yeah... this got very messy (my bad!). let's not use custom terminators ↵ | gumi | 1 | -2/+2 | |
after all | |||||
2017-12-29 | rename closedialog to closeclientdialog | Thibault Payet | 1 | -3/+3 | |
2017-10-11 | what's up with this crazy syntax?s20171023 | gumi | 1 | -8/+8 | |
I blame Reid | |||||
2017-09-27 | Alige forgot to run "make maps" | gumi | 1 | -2/+2 | |
2017-08-19 | Replace bit flags by constants on narrator and speech functions. | Reid | 1 | -22/+22 | |
2017-05-04 | convert the old bank vault to the new bank vaults20170510 | gumi | 1 | -0/+8 | |
2017-01-28 | add more technical explaination of the bank system | gumi | 1 | -3/+8 | |
2017-01-28 | move the bank script into its own function | gumi | 1 | -73/+1 | |
2016-12-19 | Various lore and grammar fixes | WildX | 1 | -10/+10 | |
2016-12-04 | add debug to lloyd | gumi | 1 | -6/+9 | |
2016-12-04 | Fix some wrong line spacing between Lloyd's dialogue. | Reid | 1 | -4/+3 | |
2016-11-24 | Add auto-gen files in | wushin | 2 | -7/+54 | |
2016-11-22 | Remove autogenerated doors | wushin | 1 | -56/+0 | |
2016-09-02 | last minute changes | gumi | 1 | -17/+16 | |
2016-08-20 | Convert npc directory into new format. | Andrei Karas | 1 | -4/+4 | |
2016-07-19 | Continued fixing typos and rewording sentences, after reading the translations. | Alige | 1 | -2/+2 | |
2016-07-17 | Because of translations, reworked several sentences in scripts, added ↵ | Alige | 1 | -2/+2 | |
missing words and M/F options. | |||||
2016-07-06 | Fixed few bugs in NPC scripts: | Alige | 1 | -3/+3 | |
Changed item IDs to their aegisname Added missing 's' after @@ when needed Few other fixes in english | |||||
2016-06-27 | Replace emotion() arguments with constants instead of ID. | Reid | 1 | -2/+2 | |
2016-06-14 | Fixed map names in _import.txt, _warps.txt and _mobs.txt files. | Alige | 2 | -1/+2 | |
2016-03-06 | Fixed a lot of grammar mistakes and changed some dialogue for clarity. | Unverified | 1 | -16/+16 | |
2016-03-06 | Revert "Fixed a lot of grammar mistakes and reworded some dialogue for clarity." | Unverified | 1 | -16/+16 | |
This reverts commit a1cfd4e6afff78f777872f49f8e8faacbe6f2e60. | |||||
2016-03-06 | Fixed a lot of grammar mistakes and reworded some dialogue for clarity. | Unverified | 1 | -16/+16 | |
2016-02-14 | Add enora quest on Lloyd's script. | Reid | 1 | -20/+66 | |
2016-01-04 | Fix lloyd's missing price. | Reid | 1 | -2/+4 | |
2016-01-04 | Add Lloyd bank, storage and quest. | Reid | 1 | -2/+238 | |
2015-11-10 | Move doors init code into doorInit function. Also enable alwaysvisible ↵ | Andrei Karas | 1 | -6/+2 | |
attribute. | |||||
2015-11-09 | Change the distance parameter of Lloyd. | Reid | 1 | -1/+1 | |
2015-11-09 | Add Lloyd on the merchant guild building. | Reid | 2 | -0/+19 | |
2015-09-27 | Replace setnpcdistance to '.distance'. | Andrei Karas | 1 | -2/+2 | |
2015-09-27 | Replace calls to setnpcsex by assigning '.sex' variable. | Andrei Karas | 1 | -2/+2 | |
2015-08-11 | Use npc sprite names in all scripts. | Andrei Karas | 1 | -4/+4 | |
2015-08-03 | Add town flag to most maps. | Andrei Karas | 2 | -0/+2 | |
This flag allow mail. | |||||
2015-05-04 | Fix door names in doors animation scripts. | Andrei Karas | 1 | -2/+2 | |
2015-05-04 | Add warps on #19. | Reid | 3 | -0/+64 | |
2015-02-02 | Add #19 import and warp. | Reid | 2 | -0/+2 | |