summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2020-08-05Placeholder to send referrer rewards.jesusalva/masterpatchJesusaves4-0/+59
The rewards themselves have dependencies. So skipped for MR 243. /wip
2020-08-05Rebase and itemJesusaves4-9/+23
2020-08-05Just some... consistent orderingJesusaves1-2/+2
2020-08-05Argaes CutsceneJesusaves1-3/+44
2020-08-05Refactor 000-0-1/narrator.txt for reuseJesusaves1-107/+1
2020-08-05Remove local functions introduced and which no longer are necessaryJesusaves2-69/+1
2020-08-05Update the scripts to use !242Jesusaves1-2/+2
2020-08-05TyposJesusaves1-4/+4
2020-08-05Note: this has NOT been tested!Jesusaves1-1/+1
2020-08-05Less rigorous cooldownsJesusaves1-4/+2
2020-08-05Referral System (BETA) from Moubootaur Legends.Jesusaves2-0/+69
Near-exact copy.
2020-08-05Sketch the heartbeat for Referrals System.Jesusaves1-59/+0
This system will come from Moubootaur Legends
2020-08-05New function validacc() which verifies for vault account and assigns one if ↵Jesusaves1-0/+16
needed. This is only relevant for localhosts.
2020-08-05OptimizationJesusaves1-2/+2
2020-08-05Initial version of getv/setvJesusaves1-29/+5
2020-08-05TyposJesusaves1-4/+4
2020-08-05Note: this has NOT been tested!Jesusaves1-1/+1
2020-08-05Less rigorous cooldownsJesusaves1-4/+2
2020-08-05Referral System (BETA) from Moubootaur Legends.Jesusaves2-0/+69
Near-exact copy.
2020-08-05Sketch the heartbeat for Referrals System.Jesusaves1-4/+10
This system will come from Moubootaur Legends
2020-08-05New function validacc() which verifies for vault account and assigns one if ↵Jesusaves1-0/+16
needed. This is only relevant for localhosts.
2020-08-05OptimizationJesusaves1-2/+2
2020-08-05Initial version of getv/setvJesusaves1-6/+50
2020-08-05Just some... consistent orderingJesusaves1-2/+2
2020-08-05Argaes CutsceneJesusaves3-4/+52
2020-08-05Refactor 000-0-1/narrator.txt for reuseJesusaves1-3/+20
2020-08-05Add to @debug an option to make the account a Legacy account (for testing)Jesusaves1-2/+4
It does not accepts any arguments right now, and is only for sake of testing
2020-08-05Remove local functions introduced and which no longer are necessaryJesusaves2-69/+1
2020-08-05Update the scripts to use !242Jesusaves4-15/+12
2020-08-05Fix General Store bugsJesusaves1-3/+3
2020-08-05TyposJesusaves1-4/+4
2020-08-05Note: this has NOT been tested!Jesusaves1-1/+1
2020-08-05Less rigorous cooldownsJesusaves1-4/+2
2020-08-05Referral System (BETA) from Moubootaur Legends.Jesusaves2-0/+69
Near-exact copy.
2020-08-05Sketch the heartbeat for Referrals System.Jesusaves1-59/+0
This system will come from Moubootaur Legends
2020-08-05New function validacc() which verifies for vault account and assigns one if ↵Jesusaves1-0/+16
needed. This is only relevant for localhosts.
2020-08-05OptimizationJesusaves1-2/+2
2020-08-05Initial version of getv/setvJesusaves1-29/+5
2020-08-05TyposJesusaves1-4/+4
2020-08-05Note: this has NOT been tested!Jesusaves1-1/+1
2020-08-05Less rigorous cooldownsJesusaves1-4/+2
2020-08-05Referral System (BETA) from Moubootaur Legends.Jesusaves2-0/+71
Near-exact copy.
2020-08-05Sketch the heartbeat for Referrals System.Jesusaves1-1/+14
This system will come from Moubootaur Legends
2020-08-05New function validacc() which verifies for vault account and assigns one if ↵Jesusaves1-0/+16
needed. This is only relevant for localhosts.
2020-08-05OptimizationJesusaves1-2/+2
2020-08-05Initial version of getv/setvJesusaves1-0/+52
2020-07-29extend the player cache systemgumi2-42/+212
2020-07-27add a reusable event dispatching systems20200729gumi3-24/+174
2020-07-27add the player cache systemgumi3-0/+376
2020-07-20add functions to get legacy storage and inventory itemsgumi1-0/+76