summaryrefslogtreecommitdiff
path: root/npc/config
AgeCommit message (Collapse)AuthorFilesLines
2025-01-11Fix AoE magic creditTest User1-29/+21
* Reoder functions so it works * Adjust comments, make areaharm use rectharm * Merge {area,rect}harm2 -> old ones * And these, too * Let's not fiddle with SCs yet for this fix, so it can be merged * Add optional caster argument to areaharm2() and rectharm2() for future use * Fix AoE magic credit, fix magic effects to be started after the harm so they aren't immediately removed This patch was NOT checked for console warnings and errors. This patch does NOT address Monster Points being reduced due to max_timer limitations. **** Approved-by: Fedja Beader <fedja@protonmail.ch> Reviewed-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
2024-12-31For good measureJesusaves1-0/+4
2024-08-18Make Trap skill - available via Trickmaster, Class: AdvancedJesusaves2-4/+5
(On that note, 100 DMG per level might be TOO LOW)?
2024-08-17This is the experimental and untested code for the use-case of the new commands.Jesusaves2-1/+63
The skill cannot be obtained. It's untested, and it could break server. (Need to check of duplicate removal of a running NPC crashes server or not).
2024-07-28Homunculus Evolution (Tier 2 only) (tested)Jesusaves1-0/+91
2024-05-24Halinarzo's Arc for Anselmo Quest. Tested, at least a little bit.Jesusaves1-9/+34
2024-05-24Progress with Anselmo's quest. You can now start and finish Hurnscald arc.Jesusaves1-3/+142
UNTESTED, and you not claim the reward for this stage yet.
2024-05-23Fix and test Anselmo questJesusaves1-4/+2
2024-05-23Remove useless notes, Anselmo quest now has the 1st stage ready for testJesusaves1-60/+14
2024-05-23Add music to the troupe. Finish placeholders but still untested.Jesusaves1-31/+109
2024-05-23There are now only 8 broken NPCs! Making a commit because it is lunch break nowJesusaves1-112/+169
2024-05-23Regenerate map cache. Remove some placeholders. Add more placeholders.Jesusaves1-35/+88
2024-05-22Just some placeholders so I don't go to bed leaving it broken. Also make maps.Jesusaves1-2/+115
2024-05-22Fix CI, it shouldn't be THAT broken...Jesusaves1-3/+13
2024-05-22This commit breaks 30 NPCs in one go. Seriously. It just needed its own commit.Jesusaves1-2/+51
2024-05-22Adjust a bit the Royal Fairy Collector shop now that the broken code is ↵Jesusaves1-0/+5
confirmed There is no room for changes there normally. Also, increase PQ Reward.
2024-05-21Add some proof of concept for a possible future quest.Jesusaves1-0/+24
2023-10-13The Boss Chamber traps (moved from boss map)Jesusaves1-2/+2
2023-10-08Register WorldHeartTrap, which will eventually come in handyJesusaves1-0/+31
2022-10-02Fix a bug on summoning when disallowed to (PS. Aegis Shield overrides ↵Jesusaves1-2/+4
alignment!)
2022-06-09Configure properly Brawling, Bear Strike, Stunning Strike and All In OneJesusaves1-0/+22
2022-01-13Add some groundwork for Magic OlympicsJesusaves1-0/+1
2022-01-02Transfer Mana can be learned with Mr. Saves (it's support, after all)Jesusaves1-0/+4
2021-12-29Add TMW2_CHANT, a skill which reduces MP cost for chants in 4%Jesusaves1-0/+3
2021-12-29areaharm() and rectharm() can declare the damage source - so use itJesusaves1-4/+4
2021-12-29Fix a bug on areaharm() which prevented defense from being appliedJesusaves1-2/+2
2021-12-25Add required skill: Resurrection. Continue the code for the showdown.Jesusaves1-0/+5
2021-12-24Add summoning scrolls (untested)Jesusaves1-0/+1
2021-10-13Nerf RP cost for all skills and magic in about 50%Jesusaves1-39/+39
2021-09-20Update some of the debugmes for usage with syslog facilityJesusaves1-1/+1
2021-04-17Fix some hidden NPCsJesusaves1-1/+1
2021-04-07Convert a few Physical Skills from built-in to Magicv3Jesusaves1-10/+10
2021-03-20Fix typo in SK_summon which affected magic control gain negativelyJesusaves1-1/+1
2021-03-20This should do the trick. Magic calculation remaster. (magic only)Jesusaves1-1/+6
2021-03-17Get CI to passJesusaves1-1/+1
2021-03-17Register Artis to the location master. It's now official.Jesusaves1-5/+5
2021-03-11Increase magic damage in 0.5% per int pointJesusaves1-1/+1
2021-03-11Simplify RP acquisition rulesJesusaves1-5/+2
2021-03-11Nerf all magic skills RP costJesusaves1-40/+40
2021-02-18While using Aegis Shield, summons last 2.5x longer than usual.Jesusaves1-0/+2
2021-02-15Some extra cleanup might be desiredJesusaves1-0/+11
2021-02-15Configure properly earth magicJesusaves1-0/+11
2021-01-27Reconfigure Fortress Town Spawn Point to somewhere safe.Jesusaves1-5/+5
i.e. Outside the town map
2021-01-16Magic - Be faster at granting magic RPJesusaves1-1/+1
2020-10-15Fix typoJesusaves1-4/+4
2020-10-15***NEW*** Now every 10 skill use (regardless of skill type), you'll gain 1 RPJesusaves1-0/+5
(regardless of use). Repeating the same skill will NOT yield extra RP.
2020-10-07Fix typoJesusaves1-1/+1
2020-09-13Fix HP bug on summoningJesusaves1-3/+3
2020-09-06Strip summons from BOSS status. Should not happen but anywayJesusaves1-0/+3
2020-09-06Disable looting mode from summons.Jesusaves1-0/+10
Also ensure all summons can suffer from knockback. There are other stuff I could do, but for now, it is not necessary