Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-21 | EXP/DROP: GM commands now ONLY override the base exp. | Jesusaves | 1 | -17/+33 | |
Day/Night exp/drop rate changes will not be overridable. TL;DR GMs can keep using @exprate and @droprate as they were using previously. | |||||
2020-01-21 | Modify how exp/drop rate bonuses are applied on weather change. | Jesusaves | 1 | -4/+4 | |
Objective: Have day/night bonuses persist GM modifications | |||||
2020-01-21 | EXP/DROP rates now are readjusted at day/night cycle changes | Jesusaves | 1 | -42/+40 | |
During night: EXP +4%, DROP +7% | |||||
2019-10-17 | BUGr10.2_191017 | Jesusaves | 1 | -5/+1 | |
2019-10-17 | Patch | Jesusaves | 1 | -0/+4 | |
2019-09-15 | Use @rates instead | Jesusaves | 1 | -3/+5 | |
2019-09-15 | Overriding a previous exp up now requires confirmation. | Jesusaves | 1 | -0/+14 | |
2019-07-28 | System-based EXP UP events are now compatible with GM calls. | Jesusaves | 1 | -1/+10 | |
GM calls still override system-based experience changes. New syntax for how system-based EXP UP events are to be used. Cap is x2. | |||||
2019-07-16 | @exprate will now raise Job Exp rate too | Jesusaves | 1 | -0/+4 | |
2019-06-16 | Use limit() instead of max(min()) where appliable | Jesusaves | 1 | -2/+2 | |
2019-05-19 | Increase server-wide exp happy hour bonus in 5%, and duration have some chance | Jesusaves | 1 | -1/+1 | |
to be two hours | |||||
2019-05-19 | Lift restrictions and system exp bonus | Jesusaves | 1 | -4/+8 | |
2019-05-18 | Remove unused parts from @exprate - we shall never affect quest or scripted exp. | Jesusaves | 1 | -3/+0 | |
Maybe job exp in the future, but this is not a priority right now. | |||||
2019-05-18 | Remove the duplicate cast of @reloadmobdb to help with the memleak | Jesusaves | 1 | -4/+2 | |
2019-04-26 | Update Monster King on Nivalis Liberation Day | Jesusaves | 1 | -2/+2 | |
2019-04-06 | Update Sagratha notes. Sunday 18:00 is the server happy hour! | Jesusaves | 1 | -3/+2 | |
(Yes, I used GvG times to make this happy hour. Saturday/Sunday 21h are on sight.) | |||||
2019-03-06 | $@EXP_EVENT + "@exprate::OnPlayerCall" allows scripts to change experience ratio | Jesusaves | 1 | -0/+24 | |
for a hour (capped range 1~120%) | |||||
2019-03-06 | Send in #world messages about EXP/DROP rate events begin/end. | Jesusaves | 1 | -2/+10 | |
2018-12-29 | This new script version is currently in vigor. | Jesusaves | 1 | -1/+2 | |
```@unloadnpcfile npc/commands/rate-management.txt ; @loadnpc npc/commands/rate-management.txt ``` | |||||
2018-12-29 | This should add some safety to the drop rate management reset. | Jesusaves | 1 | -11/+11 | |
Requires further investigation. @reloadbattleconf did the trick, but it should have been cast on day/night cycle. Something is *terribly* broken. | |||||
2018-12-25 | Add authorship information to missing files. | Jesusaves | 1 | -0/+1 | |
On hindsight, a lot of them are unused debug commands which could be deleted I'll look in it | |||||
2018-12-24 | [skip ci] notes | Jesusaves | 1 | -1/+1 | |
2018-12-23 | Handle exp/drop rate changes on day/night cycle changes. | Jesusaves | 1 | -28/+45 | |
2018-08-02 | Preserve season drops on rates managment (@Saulc) | Jesusaves | 1 | -2/+5 | |
2018-07-01 | Fix typo | Jesusaves | 1 | -2/+2 | |
2018-06-21 | "Fix" some bad motion values | Jesusaves | 1 | -20/+10 | |
2018-06-20 | Spurious parenthesis | Jesusaves | 1 | -2/+2 | |
2018-06-20 | Do not translate some announces | Jesusaves | 1 | -2/+2 | |
2018-03-20 | Stop using getgmlevel() and use is_gm() is_admin() and is_staff(). | Jesusaves | 1 | -2/+2 | |
Our four power levels: getgmlevel() → Sponsors, etc. is_staff() → GM 5, Developers, test server, etc. is_gm() → GM 80, Game Master, controls the world is_admin() → GM 99, Administrator, controls the uniserver (pun intended) | |||||
2018-02-28 | Update a bug, and REMOVE BATTLE DAMAGE DELAY (for everyone hapiness) | jesusalva | 1 | -4/+4 | |
(if I find people exploiting I won't hesit in @block'ing them) | |||||
2018-02-28 | Do not adjust quest experience with @exprate because I think it is unfair. | jesusalva | 1 | -4/+4 | |
2018-02-28 | Announce drop and exp rate changes | jesusalva | 1 | -2/+6 | |
2018-02-28 | Function to GMs change drop rates | jesusalva | 1 | -0/+131 | |
2018-02-14 | Change all custom commands. Mostly logging and obfuscation. Remove some ↵ | jesusalva | 1 | -1/+1 | |
functions. | |||||
2018-01-13 | Initial commit | Saulc | 1 | -0/+107 | |