summaryrefslogtreecommitdiff
path: root/npc/commands/rate-management.txt
AgeCommit message (Expand)AuthorFilesLines
2020-11-15I just so happened to forget a code line, keeping old Test Server bugs alive >.<Jesusaves1-0/+3
2020-11-13Disable EXP/DROP rates manipulation functions on Test ServerJesusaves1-0/+10
2020-03-05We should use $BCONFB_ instead of rateReal() functions when setting variableJesusaves1-5/+5
2020-03-05Fix missing expRecalc in @exprate eventJesusaves1-1/+1
2020-02-27Wielding a Lightsaber will now slowly erode your life.Jesusaves1-1/+1
2020-02-26De-hardcode the battle configuration flags (BCONF)Jesusaves1-8/+8
2020-02-22A lot of debug markers and rework at logic.Jesusaves1-0/+8
2020-01-21EXP/DROP: GM commands now ONLY override the base exp.Jesusaves1-17/+33
2020-01-21Modify how exp/drop rate bonuses are applied on weather change.Jesusaves1-4/+4
2020-01-21EXP/DROP rates now are readjusted at day/night cycle changesJesusaves1-42/+40
2019-10-17BUGr10.2_191017Jesusaves1-5/+1
2019-10-17PatchJesusaves1-0/+4
2019-09-15Use @rates insteadJesusaves1-3/+5
2019-09-15Overriding a previous exp up now requires confirmation.Jesusaves1-0/+14
2019-07-28System-based EXP UP events are now compatible with GM calls.Jesusaves1-1/+10
2019-07-16@exprate will now raise Job Exp rate tooJesusaves1-0/+4
2019-06-16Use limit() instead of max(min()) where appliableJesusaves1-2/+2
2019-05-19Increase server-wide exp happy hour bonus in 5%, and duration have some chanceJesusaves1-1/+1
2019-05-19Lift restrictions and system exp bonusJesusaves1-4/+8
2019-05-18Remove unused parts from @exprate - we shall never affect quest or scripted exp.Jesusaves1-3/+0
2019-05-18Remove the duplicate cast of @reloadmobdb to help with the memleakJesusaves1-4/+2
2019-04-26Update Monster King on Nivalis Liberation DayJesusaves1-2/+2
2019-04-06Update Sagratha notes. Sunday 18:00 is the server happy hour!Jesusaves1-3/+2
2019-03-06$@EXP_EVENT + "@exprate::OnPlayerCall" allows scripts to change experience ratioJesusaves1-0/+24
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
2018-12-29This should add some safety to the drop rate management reset.Jesusaves1-11/+11
2018-12-25Add authorship information to missing files.Jesusaves1-0/+1
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
2018-02-28Update a bug, and REMOVE BATTLE DAMAGE DELAY (for everyone hapiness)jesusalva1-4/+4
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 funct...jesusalva1-1/+1
2018-01-13Initial commitSaulc1-0/+107