summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-05-31Attempt fix unusable Fortress Town teleporterfortress_tpFedja Beader1-1/+1
Not 100% sure if NPC_HIDDEN is the cause, but it seems likely.
2023-05-30Fix update URLJesusaves1-1/+1
2023-05-31Merge branch 'jesusalva/AlcoholCap' into 'master'Jesusalva Jesusalva3-55/+18
Simplify Alcohol Script for consistency, and replace penalty See merge request ml/serverdata!99
2023-05-31Simplify Alcohol Script for consistency, and replace penalty.Jesusalva Jesusalva3-55/+18
This replaces Alcohol to use SC_Bonus, which became the de-facto default. SC_Bonus was made based on Alcohol code, but it received improvements over time. So I decided it was time to let the parent code go. I also replaced the penalty. The ASPD penalty never struck me as "right". I tried SC_FROSTMISTY (which slows you down, reduces ASPD, etc. ─ more effects but less duration) and SC_QUAGMIRE (reduces DEX/AGI and nullifies buffs for them, slows you down). But I opted for SC_HALT_REGENERATION. It is used elsewhere as well and is inflexible: While the effect is active, regardless of what drink you used, healing yourself (by magic, not by potions) will be ineffective, and natural regen is inhibited or disabled ─ likely the later).
2023-05-27Merge branch 'jesusalva/logupd' into 'master'Jesusalva Jesusalva2-34/+23
Harden logmaster and fix `@discord` See merge request ml/serverdata!101
2023-05-27Harden logmaster and fix `@discord`Jesusalva Jesusalva2-34/+23
Not extensively tested.
2023-05-23Fix Sacred Revival Potion weightJesusaves1-1/+1
2023-05-22Fix trade restriction of several items (not just gs bug)Jesusaves1-0/+86
2023-05-21Update translationsAlastrim11-4030/+6937
2023-05-20And sorry, now that we changed goal, who cannot fail changed.Jesusaves1-1/+0
2023-05-20Sorry, the order is wrong.Jesusaves1-1/+1
2023-05-20Remove unused or redundant CI jobs, we now target MySQL 8 / GCC 9 / Ubuntu 22.04Jesusaves1-56/+2
Previous: MySQL 5.7 / GCC 7 / Ubuntu 18.04
2023-05-20Include a more up to date CI test.Jesusaves1-0/+18
2023-05-20Merge branch 'jesusalva/BarbaraBugfix' into 'master'Jesusalva Jesusalva1-1/+3
Fix typo in Forgotten Shrine which prevented YuckFou from finishing the quest See merge request ml/serverdata!98
2023-05-03Merge branch 'cifix' into 'master'Jesusalva Jesusalva1-57/+9
Update CI Scripts See merge request ml/serverdata!100
2023-05-02Update CI ScriptsJesusaves1-57/+9
2023-04-08Fix typo in Forgotten Shrine which prevented YuckFou from finishing the questJesusaves1-1/+3
2023-03-28Schedule optimizations, they're expected to happen in all active Evol2 serversJesusaves1-0/+3
2023-03-16Move fileJesusaves1-1/+1
2023-03-09Fix typoFedja Beader1-1/+1
2023-03-09Quick fix on NahrecJesusaves1-0/+12
2023-03-10Merge branch 'nahrec_fix' into 'master'Jesusalva Jesusalva1-3/+10
Rework nahrec logic See merge request ml/serverdata!91
2023-03-10Rework nahrec logicFedja Beader1-3/+10
2023-03-05Revert "Merge branch 'PiouIsles_quests' into 'master'"Jesusalva Jesusalva10-819/+1
This reverts merge request !94
2023-03-05Merge branch 'PiouIsles_quests' into 'master'+seeds10-1/+819
Update db/constants.conf See merge request ml/serverdata!94
2023-03-05Update db/constants.conf+seeds10-1/+819
2023-02-24Merge branch 'leather' into 'master'Jesusalva Jesusalva1-4/+10
leather patches from mouboos. and woodland water for guards. See merge request ml/serverdata!92
2023-02-24leather patches from mouboos. and woodland water for guards.NetSysFire1-4/+10
2023-02-22Max Weight trait was underpowered. Boost from 1kg to 2kg bonus.Jesusaves2-2/+2
Now it should be roughly on-par with "all stats +1" trait.
2023-02-22Oversight, reported by ThinkSomeJesusaves1-1/+1
2023-02-22This seems like a typoJesusaves2-2/+2
2023-02-22Merge branch 'arcmage_card_drop' into 'master'Jesusalva Jesusalva1-1/+1
Clarify comment See merge request ml/serverdata!90
2023-02-22Clarify commentFedja Beader1-1/+1
2023-02-22Merge branch 'bossdefeat' into 'master'Jesusalva Jesusalva5-21/+5
use announce_mobkill() for more stuff See merge request ml/serverdata!89
2023-02-21use announce_mobkill() for more stuffNetSysFire5-21/+5
2023-02-20Trim the initially available traits to only: ATK, DEF, EVA, ACC, HP, MPJesusaves1-8/+8
They are self-explanatory. This closes serverdata#83 PS. Evasion is techinically better than defense, but when you pick the trait, the tutorial probably already covered this. Some other options like max weight or all stats or attack speed could also be added but they impact the game in a way different from the basic boost traits which is what I left behind.
2023-02-19Easy fix on Aurora/Demure dual personalityJesusaves1-1/+1
2023-02-19Merge branch 'piberriesinfusion-fix' into 'master'Jesusalva Jesusalva1-1/+1
dont require curshrooms for piberriesinfusion See merge request ml/serverdata!86
2023-02-19dont require curshrooms for piberriesinfusionNetSysFire1-1/+1
2023-02-19Merge branch 'gameplay-typos' into 'master'Jesusalva Jesusalva18-205/+214
Batch of typo fixes and rewording See merge request ml/serverdata!71
2023-02-19Batch of typo fixes and rewording.NetSysFire18-205/+214
Also minor tweaks to Helena rewards and Pylon production.
2023-02-19Merge branch 'savior_fix' into 'master'Jesusalva Jesusalva1-1/+2
Enable savior gear to refine to +12 See merge request ml/serverdata!87
2023-02-19Enable savior gear to refine to +12Fedja Beader1-1/+2
2023-02-16Merge branch 'master' into 'master'Jesusalva Jesusalva1-1/+1
fix typo that (likely) made it impossible to be Frostia hero. See merge request ml/serverdata!84
2023-02-14Fix bugJesusaves1-0/+2
2023-02-01Merge branch 'patch-1' into 'master'NetSysFire1-14/+20
bring zegas patch up to date See merge request ml/serverdata!83
2023-02-01bring zegas patch up to dateNetSysFire1-14/+20
2023-01-31fix typo that (likely) made it impossible to be Frostia hero.Fedja Beader1-1/+1
2023-01-31Merge branch 'master' into 'master'Jesusalva Jesusalva1-1/+1
Reduce weight of stat reset potion to 20g (= humon stat reset potion) See merge request ml/serverdata!82
2023-01-30Merge branch 'random-typos' into 'master'NetSysFire10-39/+56
Random typo fixes See merge request ml/serverdata!78