summaryrefslogtreecommitdiff
path: root/npc/functions
AgeCommit message (Collapse)AuthorFilesLines
2020-02-15Keep debugging, I have not found the bug yet %%eJesusaves1-0/+1
2020-02-12[skip ci] Correct way to do soJesusaves1-2/+3
2020-02-10December should give a [Christmas Gift], not a [Bronze Gift].Jesusaves1-1/+1
2020-02-10NOUPDATES = Override daily login mechanismJesusaves1-1/+4
2020-02-10New temporary variable: $@NOUPDATESJesusaves1-1/+1
For Valentine Day Event **only**
2020-02-08Rebirth permanent exp bonus: 5% -> 10%Jesusaves1-1/+1
2020-02-08Give proper rewards for finishing quest.Jesusaves1-2/+6
Also, correct a small tiny bug on client updater.
2020-02-08Kreist: +1 job exp for every monster killed beyond requested.Jesusaves1-1/+1
2020-02-08Recursively redeem any reward missed from Lt. PaulJesusaves1-0/+37
2020-02-05Better not speak about partneroverrideJesusaves1-1/+1
2020-02-05Marriage tutorial (just so it doesn't stays like, WUT IS THIS)Jesusaves1-0/+1
2020-02-05If reputation goes below 10, exports will assume an reputation of 10.Jesusaves1-6/+6
This will prevent admins from being deadlocked, as you cannot lower exportations.
2020-02-05Nerf exportation income in 50%Jesusaves1-6/+6
2020-02-05When selling things, the tax applied is now of 20%, instead of 7%Jesusaves1-2/+2
2020-02-05As a good side, town admins won't get impeachment %%nJesusaves1-0/+2
2020-02-05POLITICS, NEW: Now town admins are forced to do their daily paperwork.Jesusaves1-0/+27
Otherwise, town reputation will fall in 2 points.
2020-02-05New function: tutmes()Jesusaves1-0/+18
Deprecate the crazy way we were doing before. Reason: I want to standardize a new color for tutorial speech.
2020-02-04Uhm... Looked like a bug :<Jesusaves1-1/+1
2020-02-04It complains about case >.>Jesusaves1-3/+3
2020-02-04Revert "Overpower Safety."Jesusaves1-10/+2
I mean, defenders could abuse this. Better make a rule instead. This reverts commit 133d8d7c35b98aca5eab52fe811dda9c6d7871f0.
2020-02-04Overpower Safety.Jesusaves1-2/+10
If it is "honorable", but you have over 200% Battle Rating....... ...Obviously the defender did little to no effort and I don't care with that.
2020-02-04Handle that now Honor can be zeroJesusaves1-2/+2
2020-02-04Remove some protection, PVP cooldown timersJesusaves2-9/+16
2020-02-04Meh, forget old code.Jesusaves1-14/+11
It is dishonorable if level diference is above 15 It is also dishonorable if you are preying someone with level < 30. Think on it as a rudimentary n00b protection.
2020-02-04Overpower is now based on level instead of BR. But the 30% rule still appliesJesusaves2-4/+5
2020-02-04Save all data Prsm and I wants.Jesusaves2-1/+4
Er, I'll handle their scoreboards of due exp later >.>
2020-02-04Log level variation and experience gain on Valentine EventJesusaves1-0/+3
2020-02-04Configure HUB_Login to keep my char reg clean.Jesusaves2-1/+8
It will erase the time tracking from RNGTREASURE when all of them elapsed. This is done with HUB_Logut(). (You must stay offline for at least 15 min)
2020-01-29New debug flag: $@OVERRIDE_NUMDATEJesusaves1-0/+3
2020-01-29Remove payloadsJesusaves1-4/+4
2020-01-29Complete payload for test serverJesusaves1-2/+2
2020-01-29Temporary glueJesusaves1-2/+4
2020-01-29Rebuild maps, adding 001-12Jesusaves1-0/+1
2020-01-29Well, not so tiny.Jesusaves1-2/+2
2020-01-29Tiny bugsJesusaves1-1/+1
2020-01-29Valentine Event: Move the date!Jesusaves1-2/+2
2020-01-29Welcome Message, fix 003-1 Demure codeJesusaves1-0/+13
2020-01-28Client Updater: Temporary Level Override method. Valid until 2020-02-16 23:59:59Jesusaves1-0/+20
2020-01-28New function: numdate()Jesusaves1-0/+7
Running this now should return the following integer: 20200128
2020-01-28Sort properly UPDATES on ClientVersion updaterJesusaves1-35/+38
2020-01-25Wands no longer give passive MP regeneration. Only equipment does so.Jesusaves1-0/+3
Instead, wands will allow you to use a skill to convert 20% of HP to MP. The ratio is 6:1 (as opposed to official ratio, something close to 4:1)
2020-01-25Tea on a Treasure BoxJesusaves1-5/+5
2020-01-25Fix a possible exploit on clientversionJesusaves1-4/+6
2020-01-25Fix alt-duplication detection.Jesusaves1-0/+9
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*Cough cough* I present to yall, Tolchi Special Requests system.Jesusaves2-0/+49
The latest, newest, most powerful money sink on the whole game. It beats lottery with so much grace and efficiency! Dear Saulc.
2020-01-23TypoJesusaves1-0/+1
2020-01-23Possible exploit undressing at last momentJesusaves1-3/+8
2020-01-23Report about honorJesusaves1-0/+3
2020-01-23Honor is now on workflowJesusaves1-0/+20
2020-01-23Calculate HR in the flow, create function for PVP Mapflags vs duelJesusaves2-0/+10