summaryrefslogtreecommitdiff
path: root/npc/commands/rate-management.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-03-06$@EXP_EVENT + "@exprate::OnPlayerCall" allows scripts to change experience ratioJesusaves1-0/+24
for a hour (capped range 1~120%)
2019-03-06Send in #world messages about EXP/DROP rate events begin/end.Jesusaves1-2/+10
2018-12-29This new script version is currently in vigor.Jesusaves1-1/+2
```@unloadnpcfile npc/commands/rate-management.txt ; @loadnpc npc/commands/rate-management.txt ```
2018-12-29This should add some safety to the drop rate management reset.Jesusaves1-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-25Add authorship information to missing files.Jesusaves1-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] notesJesusaves1-1/+1
2018-12-23Handle exp/drop rate changes on day/night cycle changes.Jesusaves1-28/+45
2018-08-02Preserve season drops on rates managment (@Saulc)Jesusaves1-2/+5
2018-07-01Fix typoJesusaves1-2/+2
2018-06-21"Fix" some bad motion valuesJesusaves1-20/+10
2018-06-20Spurious parenthesisJesusaves1-2/+2
2018-06-20Do not translate some announcesJesusaves1-2/+2
2018-03-20Stop using getgmlevel() and use is_gm() is_admin() and is_staff().Jesusaves1-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-28Update a bug, and REMOVE BATTLE DAMAGE DELAY (for everyone hapiness)jesusalva1-4/+4
(if I find people exploiting I won't hesit in @block'ing them)
2018-02-28Do not adjust quest experience with @exprate because I think it is unfair.jesusalva1-4/+4
2018-02-28Announce drop and exp rate changesjesusalva1-2/+6
2018-02-28Function to GMs change drop ratesjesusalva1-0/+131
2018-02-14Change all custom commands. Mostly logging and obfuscation. Remove some ↵jesusalva1-1/+1
functions.
2018-01-13Initial commitSaulc1-0/+107