Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-25 | Fix a possible exploit on clientversion | Jesusaves | 1 | -4/+6 | |
2020-01-25 | Fix alt-duplication detection. | Jesusaves | 2 | -2/+14 | |
For no real reason, give all players a [Strange Coin]. Yep, I just felt like it. There's no requeriment except having finished intro by the time this release gets pushed on live (est. Jan 31st). | |||||
2020-01-25 | New function: @welcome | Jesusaves | 3 | -0/+50 | |
Controlled by Nard, allows anyone not on a MMO zone to teleport to Candor when a new player registers. Let's give new players a warm @welcome to the game! | |||||
2020-01-25 | Add to Lua's tips section the same info I said before, but without bold ↵ | Jesusaves | 1 | -0/+3 | |
emphasis. Objective: Reduce people dropping the game on Tulimshar stage. | |||||
2020-01-25 | Lua - Instruct about AFK Area and Beer for people below level 20 | Jesusaves | 1 | -0/+4 | |
2020-01-25 | Lua Inflaction - No longer apply price overcharge to Ms. @demure | Jesusaves | 1 | -1/+1 | |
Nor to any senior Game Master. | |||||
2020-01-25 | [GM Internals] Bump internal fruit prices from 30 to 100 strange coins | Jesusaves | 1 | -3/+3 | |
They're not to be used, anyway | |||||
2020-01-25 | Tolchi dialog: Stop closing on options and make the loop work. | Jesusaves | 1 | -26/+25 | |
2020-01-25 | *Cough cough* I present to yall, Tolchi Special Requests system. | Jesusaves | 4 | -1/+143 | |
The latest, newest, most powerful money sink on the whole game. It beats lottery with so much grace and efficiency! Dear Saulc. | |||||
2020-01-25 | I'm not going to tidy up this script!! | Jesusaves | 1 | -13/+16 | |
2020-01-25 | Rewrite Tolchi script for better clarity | Jesusaves | 1 | -154/+163 | |
2020-01-25 | Do not log @mymusic | Jesusaves | 1 | -1/+1 | |
2020-01-25 | New command for SPONSORS only: @mymusic | Jesusaves | 1 | -2/+22 | |
Allows sponsors to change the music track currently playing on their game. All game soundtracks are available for selection. Non-sponsors can make themselves useful by hacking their client code instead %%o | |||||
2020-01-23 | Typo | Jesusaves | 1 | -0/+1 | |
2020-01-23 | Possible exploit undressing at last moment | Jesusaves | 1 | -3/+8 | |
2020-01-23 | Report about honor | Jesusaves | 1 | -0/+3 | |
2020-01-23 | Honor is now on workflow | Jesusaves | 1 | -0/+20 | |
2020-01-23 | Calculate HR in the flow, create function for PVP Mapflags vs duel | Jesusaves | 2 | -0/+10 | |
2020-01-23 | Okay this will do as a fake BR formula | Jesusaves | 1 | -0/+7 | |
2020-01-23 | Warn that the formula will burn with :fire: in future. | Jesusaves | 2 | -2/+9 | |
BR now takes in account only base stats and damage. We still need to detect glass sacrifices. | |||||
2020-01-23 | Release all helmets recipes. | Jesusaves | 1 | -1/+13 | |
Sorry guys, I did not realize they weren't there yet %%n | |||||
2020-01-23 | Sketches | Jesusaves | 1 | -10/+11 | |
2020-01-23 | Syntax Equivoc | Jesusaves | 2 | -2/+5 | |
2020-01-22 | Start making battle rating in something remotely useful | Jesusaves | 1 | -1/+10 | |
2020-01-22 | Alias: battleparam(...) == readbattleparam(getcharid(3), ...) | Jesusaves | 3 | -37/+42 | |
2020-01-22 | Small sketch of PvP Honor System framework | Jesusaves | 4 | -34/+111 | |
2020-01-22 | Deprecate entirely "Crazyfefe PVP hotfix", give 1 Honor Point | Jesusaves | 1 | -0/+3 | |
2020-01-22 | Hall Of Honor | Jesusaves | 1 | -0/+19 | |
2020-01-22 | New syntax for readbattleparam() | Jesusaves | 1 | -36/+36 | |
2020-01-22 | Update some scoreboards with rEvolt code | Jesusaves | 1 | -50/+50 | |
2020-01-22 | Fix a bad display on political framework | Jesusaves | 1 | -1/+1 | |
2020-01-21 | [skip ci] Fix another bug on AF King Arthur | Jesusaves | 1 | -0/+1 | |
2020-01-21 | CRITICAL bug on AF King Arthur: Missing breaks | Jesusaves | 1 | -0/+4 | |
2020-01-21 | Oups | Jesusaves | 1 | -0/+5 | |
2020-01-21 | Lightining Bolt: Forgetable | Jesusaves | 1 | -0/+1 | |
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 | Optimize is_night() as it is now more intesively used. | Jesusaves | 2 | -2/+11 | |
2020-01-21 | EXP/DROP rates now are readjusted at day/night cycle changes | Jesusaves | 1 | -42/+40 | |
During night: EXP +4%, DROP +7% | |||||
2020-01-21 | Move weather battle conf reloads to constants, | Jesusaves | 1 | -2/+4 | |
modify monster HP during day/night cycle (day: all mobs -10% HP) | |||||
2020-01-21 | Remove automatic battle config reverts. | Jesusaves | 2 | -3/+3 | |
Battle Config Dynamic changes are to be preserved | |||||
2020-01-19 | Rewrite siege so it realizes a proper cleanup | Jesusaves | 1 | -2/+11 | |
2020-01-19 | Favor for kamibroadcast() | Jesusaves | 3 | -7/+7 | |
2020-01-19 | Fix kamibroadcast() | Jesusaves | 1 | -1/+1 | |
2020-01-18 | Transmigration: Save @menuret to temporary memory (in case confirmation breaks) | Jesusaves | 1 | -0/+3 | |
2020-01-17 | Make Pet Detective more resilient to OOS errors | Jesusaves | 1 | -1/+1 | |
2020-01-17 | Rewrite Pet Detective even further to make it easier to read | Jesusaves | 2 | -3/+11 | |
2020-01-17 | Rewrite a bit Pet Detective hopping logic | Jesusaves | 1 | -3/+12 | |
2020-01-17 | Improve readability on pet sales scripts | Jesusaves | 1 | -2/+4 | |
2020-01-17 | Fix a minor typo on Perry | Jesusaves | 1 | -2/+3 | |