summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2023-06-21Raise town happy hour length from 1 hour to 2 hoursJesusaves1-1/+2
2023-06-21Lowering taxes results in less reputation, and raising them costs less rep.Jesusaves1-2/+2
2023-06-07Attempt to fix lack of emojiFedja Beader1-2/+2
2023-06-07Arkim: put an end to spacebar abuseFedja Beader1-10/+32
This includes an option to donate "all teeth" or "all wings".
2023-06-06Arkim quality of life improvement: offer to give higher value items first in ↵Fedja Beader1-6/+6
menu.
2023-06-06Increase job xp gain on siege maps to match base xp rate increase.Fedja Beader1-1/+9
Also, from now on, town reputation affects this bonus. This however reduces total xp up in siege maps.
2023-06-05Baktar should give players clues as to what he would like to receive.Fedja Beader1-0/+26
Hopefully this does not explode.
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-31Simplify Alcohol Script for consistency, and replace penalty.Jesusalva Jesusalva2-55/+16
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 Jesusalva1-5/+5
Harden logmaster and fix `@discord` See merge request ml/serverdata!101
2023-05-27Harden logmaster and fix `@discord`Jesusalva Jesusalva1-5/+5
Not extensively tested.
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-10Rework nahrec logicFedja Beader1-3/+10
2023-03-05Revert "Merge branch 'PiouIsles_quests' into 'master'"Jesusalva Jesusalva7-773/+0
This reverts merge request !94
2023-03-05Update db/constants.conf+seeds7-0/+773
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-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 '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-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-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-30Random typo fixesNetSysFire10-39/+56
2023-01-28Make guild management dialog more easily accessibleFedja Beader1-1/+1
2023-01-26Add more interaction pauses into recipes printingFedja Beader1-0/+2
2023-01-22Now shut up, NetSysFireJesusaves2-0/+21
2023-01-22Put more money on VaultsJesusaves6-6/+6
2023-01-20Also increase job rate to 300%Fedja Beader2-0/+3
2023-01-19Fix obscure bug in transmigration reported by TestUserJesusaves1-5/+5
2023-01-17should be getq2 instead of getqTestUser1-1/+1
2023-01-09Just to be sure...Jesusaves1-1/+1
2023-01-05150 snakes is too much, Shaabty. Reduce to 100.Jesusaves1-1/+1
2023-01-04Fix typo reported by ThinkSomeJesusaves2-1/+2
2023-01-03I lack enough information to fix BraccoJesusaves1-8/+12
2023-01-03Lets try again...Jesusaves1-4/+9
2023-01-03Refactor transmigration logic (not perfect)Jesusaves1-6/+24
2023-01-03Bracco workaroundJesusaves1-7/+25
2023-01-03Some missing errors and warnings from Bracco.Jesusaves1-1/+8
This does not apply if the recipe has no refundable items.
2023-01-03Fix indentJesusaves1-14/+16