summaryrefslogtreecommitdiff
path: root/db/constants.conf
AgeCommit message (Collapse)AuthorFilesLines
2020-12-07Allow Academy Students to go visit the Mystic Forest.Jesusaves1-0/+1
Currently, enrollment is not allowed, but sponsors will be able to make use of the shortcut by land to LoF.
2020-12-07Add the Red Wizard, responsible for the ranged magic training.Jesusaves1-0/+1
2020-09-06Disable looting mode from summons.Jesusaves1-0/+21
Also ensure all summons can suffer from knockback. There are other stuff I could do, but for now, it is not necessary
2020-09-06LoF Gambler - SequenceJesusaves1-0/+4
2020-07-22Get rid of job constantsJesusaves1-296/+0
2020-07-22Declare new Piou NPCs for script usageJesusaves1-0/+14
2020-07-07Legendary Weapons now get +50% bonuses when tweakingJesusaves1-0/+1
2020-07-04Track TP locations on 000-1/exitJesusaves1-0/+1
2020-07-01Aegis Shield will not be able to get weapon-exclusive bonuses,Jesusaves1-0/+1
but will have same rolls as weapons. Shields will also have 100% rolls for DEF, MDEF, MaxHP and MaxMP. (It'll actually be rounded up, so they'll go as: +4, +8, +12, +16, +20...)
2020-07-01Ben will need a rewrite to stop using mlearn() directlyJesusaves1-0/+1
2020-06-26Add again 4144's reserved effectsJesusaves1-0/+29
2020-06-26Remove Hercules EffectsJesusaves1-1098/+1
I understand they are linked to SIs, but I don't need them. I use FX_* constants
2020-06-26First attempt at cleaning our constants: Clear most of hercules NPC const IDJesusaves1-917/+0
2020-06-23Meh.Jesusaves1-0/+1
2020-06-21Crafting Advanced Bonus Rules!Jesusaves1-0/+10
Effects +20% for Savior set Attack % Bonus halved for all! 2H and Bows/Guns will get x2 (same as before), magic & brawling gets +80%
2020-06-08Record as well which skills each class have.Jesusaves1-0/+8
This will be used on Colin, Luca and Mr. Saves. It is useful for looping purposes.
2020-06-07Update to now deprecated elements, and to harm new flag.Jesusaves1-2/+7
2020-05-22I'm disatisfied with this draftJesusaves1-0/+10
2020-05-20Moubootaur Legends Patch Level 9Jesusaves1-2/+2
"Convert sc_config to libconf"
2020-04-30Constant for Legacy chestJesusaves1-0/+1
2020-04-28What's Guild Vault for?Jesusaves1-1/+2
It is so members can learn skills. Only treasurer, vice leader and guild master can withdraw GP. But any member can use it to learn skills.
2020-04-27Guinevere NPCJesusaves1-0/+1
2020-04-25Guild Exchange House (actually not a house but anyway)Jesusaves1-0/+45
Now you can claim Kamelot Castle "ultimate" rewards.
2020-04-25Initial sketch of King Arthur the MickshaJesusaves1-0/+1
2020-04-24Register NPC_VAULT so I can add vaults anywhereJesusaves1-0/+1
2020-04-24Preparatives from client-data, but now server-sidedJesusaves1-0/+1
2020-04-18New Race: SaviorJesusaves1-0/+1
2020-04-18Ukar and Redy ID changedJesusaves1-2/+2
2020-04-17Updates to Abandoned IslandJesusaves1-3/+4
2020-02-25Tulimshar InnJesusaves1-0/+2
2020-02-22A lot of debug markers and rework at logic.Jesusaves1-1/+1
2020-02-22Random walking studentsJesusaves1-0/+1
2020-02-16Remove Russian and reorder languages.Jesusaves1-6/+6
New order is: EN/BR/FR/DE/ES
2020-02-16Remove Unused (and Untranslated) Languages.Jesusaves1-3/+1
Deprecate: Polish, Italian and Danish
2020-02-16Remove some hardcoded language numerical codesJesusaves1-0/+10
2020-02-08Duck Elder NPCSean Hulka1-0/+1
2020-02-05Day time: HP -5%Jesusaves1-3/+3
Night time: XP +1%
2020-02-04Remove some protection, PVP cooldown timersJesusaves1-0/+1
2020-02-04Configure HUB_Login to keep my char reg clean.Jesusaves1-0/+1
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-29Tabulation errorJesusaves1-15/+15
2020-01-21Modify how exp/drop rate bonuses are applied on weather change.Jesusaves1-8/+10
Objective: Have day/night bonuses persist GM modifications
2020-01-21EXP/DROP rates now are readjusted at day/night cycle changesJesusaves1-0/+4
During night: EXP +4%, DROP +7%
2020-01-21Move weather battle conf reloads to constants,Jesusaves1-0/+6
modify monster HP during day/night cycle (day: all mobs -10% HP)
2019-10-28MAX_CYCLE_PC, a new constant for getunitsJesusaves1-0/+1
2019-10-13Squashed commit of the following:Jesusaves1-0/+22
commit 95656323e8bc2f86450a2284ded759cfa77615fb Author: Jesusaves <cpntb1@ymail.com> Date: Sun Oct 13 13:57:01 2019 -0300 This was redundant all along... commit 3b2f0a5987f0daa309b0a43f3a5ca909f0069178 Author: Jesusaves <cpntb1@ymail.com> Date: Sun Oct 13 03:32:17 2019 -0300 Somewhat acceptable commit 71fd1ac27f0b3f44a96c33ff511e4f462e31a636 Author: Jesusaves <cpntb1@ymail.com> Date: Sun Oct 13 02:47:08 2019 -0300 Works almost perfectly, there's only one problem: Islands. It's *random*, not *algorithimical*. This means it can fail at making a path from an edge to the other. commit 3c00014739c395c1d225b6392713f9d77a1ecd30 Author: Jesusaves <cpntb1@ymail.com> Date: Sun Oct 13 02:27:12 2019 -0300 Only missing to fix south and east wall commit ec71b5552d0e2270677d6769239f5276c6c890dc Author: Jesusaves <cpntb1@ymail.com> Date: Sun Oct 13 01:47:26 2019 -0300 More data commit 30b812b1f5e82a7334ad6fca04eb0dd6259768d2 Author: Jesusaves <cpntb1@ymail.com> Date: Sun Oct 13 00:58:04 2019 -0300 It also includes debugs and reports. Let's also add a note here. commit 92741d91b85dfe530f4cf2be9e1993fcf7dc8e83 Author: Jesusaves <cpntb1@ymail.com> Date: Sun Oct 13 00:56:59 2019 -0300 Populates some data, but there's lot of missing data and meaningless data commit f2db0160febeca62a186b3d9e144799e50bfefa9 Author: Jesusaves <cpntb1@ymail.com> Date: Sun Oct 13 00:20:36 2019 -0300 Initial commit: Setup
2019-09-14Hercules updates (authored by 4144)Jesusaves1-88/+26
2019-09-10Barbara (with right for avatars and all else)Jesusaves1-0/+2
2019-09-09Remove Artis and Esperia Teleporter Constants.Jesusaves1-2/+2
Add LoF teleporter constant. Prepare POL_LocToTP
2019-09-07Experimental placeholdersJesusaves1-0/+2
2019-09-0525% chance the fake GM use %%e emote. %%g also added on same odds.Jesusaves1-0/+2
Better constant names for Jesusalva's signature %%n and facepalm