summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/clear_vars.txt
AgeCommit message (Collapse)AuthorFilesLines
2021-04-28Fix Luca's exploit. Correct live server data accordingly.v2021.04.22+1Jesusaves1-0/+30
A good thing we have the Evolved project or this would be obviously impossible.
2021-03-16As suggested, make Valentine Day event repeatable. Remove 2021's rewards.Jesusaves1-19/+0
It has been one month, after all... Blue Wolf Helmet code was removed.
2021-02-15Valentine Day 2021 Event RewardsJesusaves1-0/+24
2019-01-27Fallthrough doesn't work anymoreFreeyorp1-0/+1
2019-01-27Don't clear fluffy hunt highscore entriesFreeyorp1-16/+0
(17:28:01) <gumi> it might have been intentional at some point in the past but definitely not now
2016-11-13Clear halloween 2016 varMonwarez1-0/+22
2016-04-07slowly getting things donemekolat1-1/+2
explain the debug spell is deprecated upmarmu typo cooldown fix make maps with updated converter, make nodes update permissions
2016-03-23Correct Old Var inhibited any further progress with Nikolaiwushin1-0/+6
2015-05-07death to the motd!mekolat1-1/+1
2015-04-26remove other instances of ClearVariablesmekolat1-57/+35
2015-04-24clean clearvarsmekolat1-136/+204
2015-04-24clean global handlermekolat1-1/+4
2014-11-05Fix Functions for ASTwushin1-3/+3
2014-10-28put barber janitor into clearvarsmekolat1-0/+4
2014-10-22remove basic skillsmekolat1-3/+12
2014-08-29Fixed Heathin for Quest logwushin1-2/+8
2014-08-24Quest Log Fixed STARTAREAwushin1-10/+46
2014-06-25Starting Area Reduxwushin1-0/+2
* Tutorial is a quick funnel * Exits are obvious and open * New Side Quests ** Valon's Beast Mastery ** Zegas's Barrels ** Magic Wand * Some Quests stay open after tutorial is done * House Maggot & Tame Scorpion added * Made Magic usable for lowbies with Wand
2014-04-15Tutorial Editwushin1-0/+22
Switched to Bit mask Map Edits for the New Maps Less requirements to get out
2014-04-04Clear (most) new warningsBen Longbons1-2/+2
2014-04-02Clean up main scriptsBen Longbons1-0/+17
2013-07-05Make fourth word of functions non-empty, to appease the current serverBen Longbons1-2/+2
2013-07-05Move starting brace to new lineBen Longbons1-4/+6
2013-02-23Inspector quest: add the handling of variable restructuring to clear_vars.Jessica Tölke1-0/+7
This was forgottten in the actual commit about the Inspector quest. That's why it needs extra handling in case a player already started the quest a second time.
2013-02-12Add variables to clear_vars that doesn't occur anywhere in the game data, ↵Jessica Tölke1-0/+6
but were found in the save file.
2013-02-12Add event variables to clear_vars function.Jessica Tölke1-0/+11
2013-02-12Variable restructuring: move information about opening the chest in ↵Jessica Tölke1-0/+4
Hurnscald mines into FLAGS variable.
2013-02-12Variable restructuring: move Quest_demon_mines into Nibble 2 of QUEST_Hurnscald.Jessica Tölke1-0/+5
2013-02-12Variable restructuring: move Quest_Scythe_state into Nibble 1 of ↵Jessica Tölke1-0/+5
QUEST_Hurnscald.
2013-02-12o11c's review of the conversion functionBen Longbons1-11/+11
2013-02-12Restructuring the quests saved in TMW_Quest: write conversion function.Jessica Tölke1-0/+50
This function moves the content of TMW_Quest into nibbles of other variables.
2013-01-23Reorganization of global variables: Clear unused global variablesJessica Tölke1-0/+62
2013-01-18Turn Cave Snake Lamp quest into a Daily Quest.Jessica Tölke1-0/+2
Add previously used player variable to clear_vars.
2013-01-09Katze quest: use bitmasking to be able to remove the variable LastHiss.Jessica Tölke1-0/+2
Nibble 0: Progress of quest Nibble 1: what was saved previously in LastHiss Add LastHiss to clear_vars Since the value in LastHiss is only needed to get some hint from Alice, taking over the value from LastHiss to Nibble 1 of Katze isn't needed.
2013-01-09Katze quest: remove player variable KatzeBeenOutsideJessica Tölke1-0/+2
Use temporary player variable @KatzeNeedsAlone instead with inverted logic. Add nosaveflag to Katze's cave, so when the variable is reset, you're actually outside of the cave. Add KatzeBeenOutside to clear_vars.
2013-01-09Remove and delete QUEST_clothdyer_state since it isn't used anywhere.Jessica Tölke1-0/+2
Remove it from Selim's script. Add it to clear_vars function.
2013-01-04Clear_vars function: delete some variables that aren't used in scripts anymore.Jessica Tölke1-5/+3
The lines to delete them were located in a place where they can't be reached. ChestQuest is still used, so don't delete that one.
2011-12-30Handle quests on 019-1 in flags instead of one player variable for each. ↵Jessica Tölke1-2/+12
Added those player variables to the function ClearVariables.
2011-11-16Made Constants case-sensitiveErik Schilling1-4/+4
2011-09-11Tab conversion and formatting project.The Kandiman1-116/+118
npc/functions and npc/items complete.
2011-06-19Move to a subdirectoryBen Longbons1-0/+126