summaryrefslogtreecommitdiff
path: root/npc/quests/quests_niflheim.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-07-28Sanitize handling of the input() values.Emistry Haoyan1-10/+8
- avoid potential hacks for old scripts that use `input()` script commands. Signed-off-by: Haru <haru@dotalux.com>
2016-09-02change *strcharinfo to use constantsAsheraf1-2/+2
2016-02-29Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriateEmistry1-1/+1
2016-01-17Script Standardization: changed select format in quests folderDastgir1-9/+9
2015-12-18ItemID to Constant: quests/woe FolderDastgir1-23/+23
2015-12-15Standardized header in scripts (part 9)Haru1-25/+38
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Quest scripts folders Signed-off-by: Haru <haru@dotalux.com>
2015-06-25Fixed an issue in 'Message Delivery' quest blocking level 100+ characters.Dastgir1-1/+1
Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part) Signed-off-by: Haru <haru@dotalux.com>
2014-11-02Replaced 'set' with direct assignment where applicable (quests folder)Haru1-26/+26
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Removed trailing whitespace (scripts)Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2013-10-28Added ability to use constants instead of sprite IDs for NPCs. Converted all ↵Kisuka1-11/+11
npcs to use this.
2013-10-24Update to last rAthena npc.Michieru1-13/+22
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries1-3/+1
2012-09-01* Follow-up r16726, more standardization on docs.euphyy1-21/+8
* Replaced and added dividers in many script files with one standard divider. * Other misc. cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-08Fixed a bunch of bugs and typos, and made some little optimizations in ↵daegaladh1-2/+1
various quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16604 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh1-0/+803
-Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders. -NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences. -For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates. -All pre-renewal files has been reverted back to their pre-renewal behavior. TODO: -Correct pre-re quest rewards. -Check for pre-re/re differences in mapflags. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-08Okie ladies and gentleman if this commit breaks anything it's jman's and ↵shennetsind1-803/+0
maki's fault, yes, blame them. Fixing pre-re / re npc support, moving /config/ folder to src root so other servers may also make use of the #define renewal dir and other stuff. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24- Replaced all occurrences of "eAthena" to "rAthena" stringmercurial1231-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15251 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-16* Fixed the AI mode for Zombie, change I made while testing new the Luciola AI. L0ne_W0lf1-5/+15
* Updated item_trade with several new items, hopefully retaining most white space. * Added messing 'end;' in one of the 13.1 lighthalzen guard. * Fixed NPC IDs in niflheim quests again. Should be 111 and "non-clickable" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-06-10* Implemented rewrite of the quest "The Sign".L0ne_W0lf1-6/+7
- Attempts to save player progress when quest npcs are talked too. This is Untested. - Talking to any quest related NPC will remove all out-dated quest vars. * Fixed incorrect sprite ID used in some Niflheim quest npcs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13878 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-04Updated NIflheim Town and Quest NPCsL0ne_W0lf1-242/+733
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12472 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-28* Updated NPC headers to fix errors caused by rev. 11603.L0ne_W0lf1-5/+6
- Note: non-standard loaded scripts need to be checked for errors/duplicates. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-29More eof eols (followup to r10401); skipping /npc/custom and /npc/samplesultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-15removed all .GAT from all the scripts and testedLupus1-12/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all ↵FlavioJS1-299/+299
txt/conf/h/c files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20minor fixLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8828 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-20fixed typos, added missing NEXT;, optimized Niflheim. Clear nif vars garbageLupus1-100/+114
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Fixed the names of some NPCs.MasterOfMuppets1-10/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7835 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06standardized npc headers for quests/quests_cityevera1-3/+3
fixed small typos in those files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7546 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-26moving piano and book of devil quest from cities/niflheim.txt to ↵evera1-0/+286
quests/quests_niflheim.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7337 54d463be-8e91-2dee-dedb-b68131a5f0ec