Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
if you select no during Kamelot event.
+ try to deduplicate code
I don't know if the empty statements will work. Let's try and see
|
|
I did warn that it was fishy, didn't I??
|
|
... current accidental resignation count is around 3.
|
|
|
|
weekend bonus.
(Not relevant anymore. Found this stashed away, possibly waiting for !162 to be merged)
**** ml/serverdata!170
Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
|
|
+ lovely reindent of askyesno()
Also:
1. I shifted one `mes "";` a bit in rebirth code, that may or may not break stuff.
~~2. There must be another case of where to use askyesnosafe but I can't remember where.~~
* Applied 1 suggestions from the MR body.
* Preserve old messages..
* nvm this is where it was missing
* Add askyesnosafe(), the safer version of askyesno for space-mashers like
myself.
+ lovely reindent of askyesno()
**** ml/serverdata!172
Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
|
|
- Tulimshar Employment Center
- Reduce cooldown on Merchant Guild Requests
- Update warnings and consequences of using skip-content system
|
|
|
|
It no longer give a 9% fixed rate, but it varies based on global drop rates.
It also no longer computes seasonal drops in skill eligibility rules.
|
|
|
|
Stupid deprecation warning...
|
|
|
|
|
|
perfect clear.
So let Ofelia decide how much she expected from you beforehand.
If you meet or exceed her expectations, you get an extra pull.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
More specifically, allow you to search the barrels after the quest.
|
|
|
|
|
|
But if it is the cheat shop, increase price in 10% instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Needs testing, specially the Caravan scout (currently restricted)
|
|
|
|
|
|
|
|
Addresses #88
|
|
Fixes #90
Is it possible to namespace the new function under Eistein? Like in C++: Eistein::announce_level_reward?
Untested (ofc)
* !blame GitLab - no way to force pipeline run on a commit containing skip
ci tag. FYI in the future we can use git push -o ci.skip to skip on push!
* Log a TODO, since noone's going to remember this when the time comes?
* Whatever
* correct mass tabs2spaces fallout
* award->reward
* Stop announcing milestone level-up rewards for reborn characters.
Fixes #90
****
Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
|
|
addresses #93 but might easily give 3~5 Golden Gifts.
I, uh, don't really like the whole logic, so I'm not closing the issue.
|
|
<ThinkSome> "I was already thinking about this for ML's transmutation... basically to cast a spell while sitting and it does its thing as long as you are sitting and still have mana."
* As you prefer... but it is clumsy
* Remove leftover labal and fall-through mark.
* It makes no difference for me
* Why not flip this instead of having a negation?
* Applied 2 suggestions from the MR body.
* Transmigration Loopcasting (User Control Panel option)
****
Co-authored-by: Fedja Beader <fedja@protonmail.ch>
Reviewed-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
|
|
|
|
|
|
|
|
|
|
Just the Chef part of !121
Generated with `f=./npc/006-2-5/pouf.txt; for i in {1..10}; do git rebase --autosquash --exec "if [ -f $f ]; then git rm -f $f; git commit -a --amend --no-edit; fi" HEAD~$i || break; done` and so on...
Co-Authored-By: +seeds <abby.hulka@gmail.com>
Co-Authored-By: Sean Hulka <sean.hulka@gmail.com>
Co-Authored-By: Jesusaves <jesusalva@tmw2.org>
Fix indent as ThinkSome asked
spaces2tabs + force 2space indents in comment section to keep it neat
Me, jes, test all agree that tabs>spaces :3
Fix typo
q2->q3 & q1->q2 to match Arkim's setup
Arkim-ize Glim daily
Forgot to forward-declare the function
Add some punctuation for our poor old eyes...
Is this less or more verbose than if & else if?
(also handles case if q > 3 for whatver reason)
Rename new Piou island quests LilitQuest->PiouQuest and shift IDs
Trim unused quest vars, shift ID up
Unshift, leave placeholders instead...
* Remove redundant delivery wait loop function and redistribute parts of it elsewhere
* What instance?
* More refactor
* Add PiouChef import
* spaces2tabs
* Re-indent headers
* Rename LilitQuest->PiouQuest & add to quest_db
* Piou isles quests
Co-Authored-By: +seeds <abby.hulka@gmail.com>
Co-Authored-By: Sean Hulka <sean.hulka@gmail.com>
Co-Authored-By: Jesusaves <jesusalva@tmw2.org>
Fix indent as ThinkSome asked
spaces2tabs + force 2space indents in comment section to keep it neat
Me, jes, test all agree that tabs>spaces :3
Fix typo
q2->q3 & q1->q2 to match Arkim's setup
Arkim-ize Glim daily
Forgot to forward-declare the function
Add some punctuation for our poor old eyes...
Is this less or more verbose than if & else if?
(also handles case if q > 3 for whatver reason)
Rename new Piou island quests LilitQuest->PiouQuest and shift IDs
Trim unused quest vars, shift ID up
Unshift, leave placeholders instead...
****
Co-authored-by: +seeds <abby.hulka@gmail.com>
Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
|
|
Still don't like that he repeats himself for each daily quest step.
untested.
* More rewrite
* Fix error
* various improvements in Eugene's code and language
****
Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
|
|
|
|
+ use compareandsetq to avoid unnecessary db writes (maybe? Idk).
|
|
(Might not address all edge case scenarios)
* Sorry, I mixed up fishing with mining event. There's only one event fish.
* Jes was right, using NPCEyes for invcheck is easiest.
* Don't return before giving event rewards
****
Approved-by: Jesusalva Jesusalva <jesusalva@tmw2.org>
|