summaryrefslogtreecommitdiff
path: root/npc/pre-re/mobs
AgeCommit message (Collapse)AuthorFilesLines
2015-12-31Replace -1,{ with FAKE_NPC,{AnnieRuru2-2/+2
replace using Notepad++
2015-12-15Standardized header in scripts (part 3)Haru63-1589/+2479
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Mobs scripts folders Signed-off-by: Haru <haru@dotalux.com>
2014-11-02Replaced 'set' with direct assignment where applicable (pre-re folder)Haru1-14/+14
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Removed trailing whitespace (scripts)Haru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Fixed several files with a missing EOL at EOFHaru1-1/+1
- All text files should end with an EOL. Period. - See http://robots.thoughtbot.com/no-newline-at-end-of-file for info on how to configure the most common text editors to do it automatically for you. Signed-off-by: Haru <haru@dotalux.com>
2013-12-07Fixed several incorrect script labels and eventsHaru1-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2013-10-24Update to last rAthena npc.Michieru53-211/+100
Fix some typos change sc_bleeding to -> sc_blooding Updated RE EXP for quests_brasilis.txt
2013-09-16Corrected line endings and BOM issues with several filesHaru1-1/+1
- Ensured final end-of-line character in every file. - Corrected cases of mixed line endings (mostly CR and CRLF within the same file.) - Removed extra BOM from some scripts, since it causes a parsing error. Signed-off-by: Haru <haru@dotalux.com>
2013-02-03Updated more placeholders and fixed some spacing issues.Mysteries11-23/+15
2013-01-29Updated placeholders.Mysteries10-30/+10
2012-08-01Full npc folder reorganization. (I hope I didn't break anything D:)daegaladh66-2272/+3251
-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-30- Added svn:eol-style=native property on some recently added text files.brianluau2-89/+89
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-21Follow up r16459, enabled Warlock quest Bradium Golem and Naga on pre-re ↵daegaladh1-2/+0
mob_db and moved the spawns to the warlock quest script. (bugreport:6290) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16463 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-20Per bug report #006289, fixed incorrect spawn IDs for monsters in the ↵jtynne1-2/+2
Splendide fields (both pre-RE and RE). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16459 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-20- Added missing Umbala Dungeon spawns for pre-RE servers.jtynne1-0/+56
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16456 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-16Follow up r16431, fixed a couple of mistakes I made.daegaladh1-0/+35
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-16Forgot to remove the scripts in last commit, sorry.daegaladh14-427/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16431 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-08Okie ladies and gentleman if this commit breaks anything it's jman's and ↵shennetsind79-0/+5193
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