Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-29 | ...Except this one machine, which will progressively get easier. | Jesusaves | 1 | -5/+9 | |
So it's possible to get a top prize with a full stack of 32500 casino coins. If you close the dialogue at any point, the odds are reset, so beware. It's not being saved anywhere, after all. | |||||
2024-07-29 | Make all Casino Slot Machines harder. | Jesusaves | 5 | -11/+16 | |
2024-07-29 | Add the Imperial Slot Machine. It's impossible to use it, however. | Jesusaves | 3 | -0/+356 | |
2024-07-29 | Black Jack game, reward is [Beard] | Jesusaves | 2 | -0/+131 | |
2024-07-29 | Refactor Christmas Rewards. | Jesusaves | 1 | -1/+9 | |
They now include Red Stockings, a fruit, summon scrolls, coffee, etc. | |||||
2024-07-29 | I changed my mind, use the Trapper Hat for LoF Gambler (also the cheapest). | Jesusaves | 2 | -10/+31 | |
Funky Hat is now on St. Patrick Gold Pot Lucky Prize. The Lucky Prize has from 0% to 5% chance depending on how green you are. So the maximum chance you have is 25% per year to get at least 1 copy. (And I assume someone will get 2~3 copies in the same year for the giggles). | |||||
2024-07-29 | Two gamblers were rather boring (LoF and Nivalis), so give them two hats. | Jesusaves | 2 | -0/+7 | |
Funky Hat for LoF and Santa Hat for Nivalis. Theoretically Funky Hat is a cold-themed hat but oh well. | |||||
2024-07-28 | Disallow stacking in Tulimshar Inn, and let sleep bonus last 15~30 minutes. | Jesusaves | 1 | -4/+5 | |
Also change the bonus to 12~18% depending on day/night cycle | |||||
2024-07-28 | Fix a typo on Tulimshar Inn which only gave 10 minutes, and Fairy Collector ↵ | Jesusaves | 2 | -2/+2 | |
Shield | |||||
2024-07-28 | Fix exploit on Royal Fairy Collector | Jesusaves | 1 | -5/+7 | |
2024-07-28 | Rebirth now gives Homunculus 1,000,000 exp. If Homun is not active, postpone. | Jesusaves | 2 | -0/+15 | |
Postponed homun experience will be given next time you login with them active. | |||||
2024-07-28 | Homunculus Evolution (Tier 2 only) (tested) | Jesusaves | 4 | -55/+307 | |
2024-07-27 | Add on database the tier 2 homunculi: Paladin, Warrior, Stalwart and Ranger | Jesusaves | 1 | -1/+1 | |
Base status is the average of the lowest values for each class Growth is the average value of the highest for each class EXCEPT PALADIN Paladin Growth is the average value of the average for each class Skills are the accumulation of both parent classes. Some freedom was taken with SP (rounding 334 -> 300) Paladin STR was nerfed from 66 to 50 Stalwart gxHP increased from 60 to 65 Ranger gxSP increased from 9 to 10 Paladin max growth for AGI, VIT, INT, DEX, LUK increased from 17 to 18 | |||||
2024-07-27 | Add Siegfried (Gipp?) placeholder | Jesusaves | 5 | -36/+97 | |
2024-07-27 | 031-4 Aethyr Casino | Jesusaves | 5 | -3/+50 | |
2024-07-27 | Add Cake to heal the homunculus. Blueberry Cake is not yet released. | Jesusaves | 3 | -0/+32 | |
2024-07-27 | Evol Potions can now be given to Homunculus with right-click menu. | Jesusaves | 3 | -1/+79 | |
2024-07-23 | Pursuant to our Retroactivity Policy, give the donuts to anyone who finished EP. | Jesusaves | 1 | -0/+6 | |
2024-07-23 | Add Sparkly Mint Donut, which gives EXP to the Homunculus. | Jesusaves | 1 | -0/+2 | |
Change the Element's sparkly donut. Add Nivalis Crystal Drop. Give 3 Sparkly Mint Donut when you complete the Episode, if you have space. | |||||
2024-07-23 | You're now required to summon the Homunculus to prove your story to King Gelid. | Jesusaves | 1 | -0/+7 | |
This ensures your first Homunculus will not start at Lv 1. | |||||
2024-07-23 | Some hack for Bifs | Jesusaves | 1 | -1/+2 | |
2024-07-23 | June's Hardcore Challenge rewards | Jesusaves | 1 | -0/+40 | |
2024-07-13 | Correct incorrect calls to getareausers | Fedja Beader | 2 | -8/+8 | |
Grotto was being reset with players inside. Have not tested other areas, but likely affected were also soren's island and heroes hold. Explanation thus far: it seems that, with only map name being given, it only checks the OnTouch area around the NPC that has the reset code attached. See `else if (nd->u.scr.xs != -1 && nd->u.scr.ys != -1) {` branch of getareausers() in herc. It cannot be any other branch as they all return -1 and the one above is only entered when a range parameter is passed. A reset needs all calls to return 0. It might be possible to prevent reset of grotto by standing ~~in the doorway of Soren's house~~ at 105,57 in one of the three chambers it checks. But they're all too small for this to be possible. A review of all other getareausers() calls is advised. Btw, why is grotto reset a part of soren's reset script? * correct incorrect correction * Correct incorrect calls to getareausers Grotto was being reset with players inside. Have not tested other areas, but likely affected were also soren's island and heroes hold. **** Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org> | |||||
2024-07-11 | Last fix for the change in Hardcore server and now we're good to go! \o/ | Jesusaves | 1 | -1/+1 | |
2024-07-11 | A rogue min function test fix | Jesusaves | 1 | -6/+8 | |
2024-07-11 | Disable this feature temporarily for debug | Jesusaves | 1 | -2/+3 | |
2024-07-11 | [skip ci] Fix another typo | Jesusaves | 1 | -0/+1 | |
2024-07-11 | Fix typos | Jesusaves | 2 | -3/+3 | |
2024-07-11 | Some fixes and modify the permadeath duration | Jesusaves | 1 | -3/+4 | |
2024-07-11 | Hardcore Sentence Carryover (experimental) | Jesusaves | 2 | -0/+29 | |
2024-07-02 | add missing 0 | Fedja Beader | 1 | -1/+1 | |
2024-07-01 | Some debug code from the previous commit got in... Sorry... | Jesusaves | 1 | -7/+0 | |
2024-07-01 | Optimization: api_sql() which is an async wrapper for SQL queries. | Jesusaves | 4 | -12/+33 | |
This should reduce freezes, specially from DelItemFromEveryPlayer. Also fix an optimization error on picklog table cleaning. Note that if API is disabled, it'll use query_sql normally. | |||||
2024-07-01 | Do not show 2018~2022 event winners in non beta servers. | Jesusaves | 1 | -6/+6 | |
2024-07-01 | Some fixes related to Hardcore server | Jesusaves | 2 | -4/+5 | |
2024-06-30 | skip ci | Jesusaves | 1 | -1/+1 | |
2024-06-30 | Move the debug timers from Aurora Events around. | Jesusaves | 2 | -8/+14 | |
2024-06-30 | Some cleanup from the recent exploit fix. | Jesusaves | 1 | -1/+7 | |
2024-06-30 | Fix exploit in Olympics Friendly Skills | Jesusaves | 1 | -0/+6 | |
2024-06-30 | Minor guards | Jesusaves | 2 | -1/+7 | |
2024-06-30 | Aurora wasn't giving participation points for these four challenges. | Fedja Beader | 1 | -4/+4 | |
2024-06-28 | The discussed changes for the upcoming change in pet code. | Jesusaves | 7 | -10/+18 | |
- Cart max weight 5kg -> 10kg (a later buff is likely) - 006-9, 018-5-boss: NoCart, NoStorage - 001-6, sore, soren-2: NoPet - 018-5-0, 018-5-1: NoStorage - Kamelot and Gemini: Cart OK | |||||
2024-06-28 | The cart restriction to Magic Academy was for when Cart wasn't released. | Jesusaves | 1 | -1/+1 | |
Remove it. | |||||
2024-06-28 | [skip ci] Fix bogus instruction | Jesusaves | 1 | -1/+1 | |
2024-06-28 | Intelligence can now reduce or increase monster point generation in 50%. | Jesusaves | 3 | -1/+14 | |
Well, it'll never increase in 50% because for that you need Lv 1 and 150 int. That's impossible as bonus int (e.g. equips and job) aren't counted for this. However, getting a -50% penalty is perfectly possible if you have 1 int at lv 200. | |||||
2024-06-24 | This broken clock wasn't right even twice a day? | Fedja Beader | 1 | -1/+1 | |
2024-06-12 | Don't tell party leader that they gave the runestone to party leader. | Fedja Beader | 1 | -1/+5 | |
2024-06-12 | Only announce picking an apple if it then lands in your inventory. Also | Fedja Beader | 1 | -2/+4 | |
check if it fits before announcing. | |||||
2024-06-12 | Better protect against rapid player actions resulting in unwanted warp. | Fedja Beader | 1 | -2/+2 | |
Note: picked "Nowhere" instead of "Abort" or "None". Feels as a more natural response to the question "Where should I warp to?" | |||||
2024-06-12 | Fix messed up list | Fedja Beader | 1 | -1/+1 | |