Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-24 | Allow player access to Nivalis Town Square | Jesusaves | 8 | -10/+16 | |
2018-12-24 | tweak as needed | Jesusaves | 1 | -2/+2 | |
2018-12-24 | rewrite drop logic during Christmas | Jesusaves | 1 | -27/+20 | |
2018-12-23 | Looter without viewrange? WHAT. | Jesusaves | 1 | -0/+1 | |
2018-12-23 | [skip ci] Because I changed some stuff, modifying battle conf on these fields is | Jesusaves | 2 | -0/+2 | |
without effect: They'll be overriden by scripts within 15 minutes. Rationale: I prefer this way. | |||||
2018-12-23 | Handle exp/drop rate changes on day/night cycle changes. | Jesusaves | 2 | -28/+49 | |
2018-12-23 | Gladius is a sword, and Baselard is a dagger | Jesusaves | 1 | -3/+3 | |
Src 1: https://en.wikipedia.org/wiki/Types_of_swords#European_swords Src 2: https://en.wikipedia.org/wiki/List_of_daggers#European_tradition | |||||
2018-12-23 | [EXPERIMENTAL] Reload battle conf, so the mobs respawn faster at night time | Jesusaves | 1 | -0/+2 | |
May affect negatively the @exprate and @droprate commands. | |||||
2018-12-23 | Slay known bug | Jesusaves | 1 | -0/+3 | |
2018-12-23 | Actually, I just remembered a small fishing tip, about fishing at night. | Jesusaves | 1 | -0/+5 | |
During night, fishes may bite the bait a bit faster than during day. The time gain is currently irrelevant (at most 2 secs). But it can be tweaked later. | |||||
2018-12-23 | Notify players in a global broadcast about day/night cycle changes. | Jesusaves | 1 | -4/+12 | |
This way, even inside a cave, you can keep track of time changes. PS. Take care when fishing. | |||||
2018-12-23 | Release 7.5 game news | Jesusaves | 1 | -2/+22 | |
2018-12-23 | Sanitize Katar attack speed | Jesusaves | 1 | -6/+6 | |
2018-12-23 | Remove possibly redundant piece of code on item_db | Jesusaves | 1 | -15/+0 | |
2018-12-23 | Create a new kind of Daggers: Katar. I'll use this class for super-rapid ↵ | Jesusaves | 2 | -2/+8 | |
weapons. These weapons are like katars in defense penalty. But they are faster. And weaker. They allow the use of shield. They are not actually katars. Sorry. (@demure) | |||||
2018-12-23 | [skip ci] remove a now unecessary piece of code. | Jesusaves | 1 | -12/+0 | |
2018-12-23 | Regenerate map cache | Jesusaves | 2 | -0/+0 | |
2018-12-23 | Handle GMs on 000-0 | Jesusaves | 1 | -0/+4 | |
2018-12-23 | Fix bad door location and bad label placement bug at Peter | Jesusaves | 2 | -6/+6 | |
2018-12-23 | Update game news | Jesusaves | 2 | -14/+57 | |
2018-12-23 | Regenerate map cache | Jesusaves | 4 | -0/+0 | |
2018-12-23 | 002-2 Ship Basement was entirely redrawn. Update maps and npcs accordingly. | Jesusaves | 7 | -121/+34 | |
2018-12-22 | Mild adjustments to fishing baits | Jesusaves | 1 | -2/+2 | |
2018-12-22 | Winter drops, all proccessed in one go! | Jesusaves | 1 | -4/+70 | |
2018-12-22 | How many mobs exactly are we working with on Winter? | Jesusaves | 2 | -1/+26 | |
Also, do not drop Mouboo Steak from Mouboo *Slimes*. | |||||
2018-12-22 | With Santa's Hat, we took care of almost every winter item. | Jesusaves | 1 | -1/+26 | |
Still not sure how Santa's Hat quest will work, but I advise asking for a hundred of christmas sweeties >.> | |||||
2018-12-22 | Acknowledge Caramel Candy, a new (unhealthy) food drop during Winter. | Jesusaves | 1 | -1/+29 | |
2018-12-22 | Restat wands. Introduce Reinboo Wand. | Jesusaves | 1 | -7/+41 | |
2018-12-22 | Correct bugs on season handler. Introduce template for Winter Events. | Jesusaves | 1 | -1/+23 | |
2018-12-22 | Move the security-critical functions from commands/event to functions/util | Jesusaves | 2 | -38/+47 | |
Add header to commands/event.txt | |||||
2018-12-22 | When autumn quest is over, clear all Ched's completions/incompletions from | Jesusaves | 2 | -1/+15 | |
the whole table. Even without this, the game should do just fine, but this prevents some spam on quest_db. Security-wise, dangerous function. | |||||
2018-12-22 | Fix snowfall on weather configuration. | Jesusaves | 1 | -1/+4 | |
2018-12-22 | Adjust arrow prices. If I notice that people are going full archer again, | Jesusaves | 1 | -12/+12 | |
under our magnificence @Saulc ideals, I'll make bows/arrows have a penalty. Well, not like they would dare to use heavy armor because movement speed penalty... | |||||
2018-12-22 | [skip ci] Pumpkandy bugfix (no effect) | Jesusaves | 1 | -1/+3 | |
2018-12-22 | Too late for this, but stat the candies and the pumpkin mob for Autumn. :< | Jesusaves | 2 | -1/+16 | |
2018-12-22 | [Knit Hat] new stats for Winter Quest | Jesusaves | 1 | -2/+10 | |
2018-12-22 | Fix typos. And zero gifts will never get a reward, so even if it sounds like ↵ | Jesusaves | 1 | -3/+3 | |
nonsense, warn players that they still need to give gifts to be eligible for rewards | |||||
2018-12-22 | Fix log2() formula and fix Christmas gifts for reward count. | Jesusaves | 2 | -2/+4 | |
There was a misplaced 1, and an edge case was not handled previously (gifts=0). | |||||
2018-12-22 | [XMAS 18] Fix a typo on handling rewards | Jesusaves | 1 | -1/+1 | |
2018-12-22 | [Pending Approval] [XMAS 18] After Christmas, event drop rates are lowered ↵ | Jesusaves | 1 | -12/+27 | |
in 50%. What do you guys think? Please comment on the commit. If negative I'll just revert. If positive, day 23 I'm pushing to live server. | |||||
2018-12-22 | Special Christmas Login Bonus: During 24/12~26/12, you will get a [Bronze Gift]. | Jesusaves | 2 | -0/+12 | |
But only one, so you can spend time with your family %%I | |||||
2018-12-22 | Helper funcion: DelAccRegFromEveryPlayer( KEY ) | Jesusaves | 1 | -0/+12 | |
2018-12-21 | Rate Limiting: Protect Fortune and Strength Statues from abusers | Jesusaves | 1 | -0/+8 | |
(abusers using gumi's handbook manual of how to mess up an Evol2 Server) | |||||
2018-12-21 | Drop these rare drop chances to half. Base: Bhop Mob. | Jesusaves | 1 | -6/+6 | |
2018-12-21 | Christmas Rare drops (maybe should be even rarer, maybe not) | Jesusaves | 1 | -0/+8 | |
2018-12-21 | Fix the second sun. Routine work, don't worry, no chances of it falling (again?) | Jesusaves | 1 | -1/+3 | |
2018-12-21 | Register Christmas at Soul Menhir + Drop Rate Adjustments | Jesusaves | 2 | -1/+11 | |
2018-12-21 | Oh dear, Cheese is also a bait. And for real! | Jesusaves | 1 | -1/+2 | |
2018-12-21 | Alface is a bait (3% rare index) | Jesusaves | 1 | -0/+1 | |
2018-12-21 | 019-4 is Icelands | Jesusaves | 2 | -45/+1 | |