summaryrefslogtreecommitdiff
path: root/npc/mapflag
AgeCommit message (Collapse)AuthorFilesLines
2021-02-14[TMW2 CHERRYPICK] Add NoPet mapflagEmistry Haoyan1-0/+78
- allow to set nopet mapflag at any maps. - mapflag to disable pet, and force return to egg. Original commit d3c24f7d9ae
2019-03-11Remove conf dir.Andrei Karas30-5398/+0
2018-06-21update private airship map list to match main kRO serversAsheraf1-287/+576
2018-05-04Implementation of Private AirShipAsheraf1-0/+436
2018-04-08Added noteleport mapflag for pay_archeJedzkie1-0/+1
2017-03-14Merge pull request #1627 from AtlantisRO/guild_investmentRidley1-4/+0
Fixes #1625. Fixes checks on Guild Dungeon Investment and separates Guild Dungeon mapflags for pre-renewal and renewal
2017-03-13Fixes #1625. Fixes checks on Guild Dungeon Investment and separates Guild ↵AtlantisRO1-4/+0
Dungeon mapflags for pre-renwal and renewal. Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-03-13Fixes #1626. Adds missed mapflags on instances.AtlantisRO9-337/+0
- Mapflags are moved into map_zone_db, this will make easier and more intuitive in the future to add mapflags to new instances and avoid miss any mapflag. - Zone mapflags for renewal instances are moved into renewal folder. Signed-off-by: Ragno <ragno@atlantis-ro.net>
2017-02-10Adds GvG2 zone on WoE:SE maps, disabling use of Leap/High Jump. Fixes #1391KirieZ1-0/+12
2016-10-03Initial dimensional gap commit (#1431)Ridley2-2/+8
* Initial Dimensional Gap NPC's
2016-09-11removed unnecessary lines (thx to Aleos)Ridley88192-4/+14
added missing mapflags for c_tower2_ and c_tower3_
2016-09-10Cleanup Sara's memory instanceAsheraf8-0/+23
* Now it follow Hercules coding style * Various improvments to HULD support
2016-08-26Implementation of Ghost palace instance based on iROAsheraf9-0/+26
* Added ghost palace instance script * Add needed monster, item and quest database entries * Added mapflags for instance map (1@spa)
2015-12-21Split zone mapflag for pre/re. Follow-up to ↵Taylor Locke1-16/+0
fd78190a5ec4f19f10027f7a7ebe0e6ce023f672.
2015-12-21Follow-up to fd78190a5ec4f19f10027f7a7ebe0e6ce023f672.Taylor Locke1-0/+16
2015-12-15Standardized header in scripts (part 1)Haru29-251/+911
- Now including GPL-compliant license/copyright info - Restored some missing copyrights - Mapflag scripts folder Signed-off-by: Haru <haru@dotalux.com>
2015-06-25monk_in should not have nosave.Dastgir1-1/+0
Reference: rathena/rathena@dab21907b67ddd7285d61b3009d5cf604937ecf9 Signed-off-by: Haru <haru@dotalux.com>
2014-05-13Removed trailing whitespace (scripts)Haru2-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2013-10-24Update to last rAthena npc.Michieru27-54/+54
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 filesHaru4-4/+4
- 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-06-25Implemented notomb MapflagCairoLee1-0/+17
2013-05-19Little changesMysteries25-25/+25
2013-05-18Relocated mapflag from conf/ to npc/ and renamed some script filesMatheus Macabu28-0/+4260
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>