summaryrefslogtreecommitdiff
path: root/conf-tmpl/map_athena.conf
AgeCommit message (Collapse)AuthorFilesLines
2007-03-07New mapcache system :xDracoRPG1-16/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9971 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20- Fixed the meaning of stdout_with_ansisequence and changed the default ↵FlavioJS1-7/+2
value to no. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all ↵FlavioJS1-145/+145
txt/conf/h/c files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07- Applied FlavioJs's patch which enables colored console output for Windows ↵skotlex1-0/+8
systems. It also includes a config setting called "stdout_with_ansisequence" with which you can turn off the color codes (in case you are logging all output) - Added error reporting when the max number of ground unit cells has been reached (this may be the reason why sometimes it fails to recognize when you step out of a song/dance/encore) - Added passing the Endure effect to other devoted people. Note that the "hit count" is individual for each character, and only when it ends on the Crusader himself will that force it to end on everyone else. It also will not transfer on gvg grounds, but it does transfer in pvp. - Fixed Reflect-Shield triggering Auto-Guard instead on devoted chars. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-11- Added a comment explaining what a comment is to login/char/map config ↵skotlex1-0/+3
files, as well as the main script config file. - Modified SG_FEEL so that it works the same way that in Aegis (packet-wise) - Added a comment to explain how to "remove" a string variable from the msg_athena entries. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14- Removed support for negative autosave intervals, instead added a ↵skotlex1-4/+6
minsave_interval setting which specifies which is the minimum time between character saves. Default to 100ms (map_athena.conf). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-07- Hopefully fixed the party_even_share cast-overflow bug as reported by Adobe.skotlex1-1/+1
- Standarized the autosave interval setting to be always in seconds regardless of type. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13- Changed the default save interval to 5 minutes. Added support for ↵skotlex1-2/+8
specifying fixed save-intervals by using negative values. EG: - Save interval set to 300 (5 minutes): all characters will be saved in equal time-slots, so that everyone is saved every 5 minutes regardless of number of players online. - Save interval set to -1000 (1000 ms): One character will be saved every second, regardless of amount of characters online. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06- Added EQP_/EQI_ constants in pc.h to identify equip position and equip ↵skotlex1-1/+1
indexes, makes equipping related code much easier to read. - Also cleaned up pc_equipitem. When dual wielding or equipping accessories, if the client actually specifies one of the two positions, it will be taken into account. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7550 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-28- Cleaned up a bit the code for @itemskotlex1-0/+12
- Fixed character/storage being sent to be saved TWICE when you logged out while the storage is opened. - Added save_settings map config. Specifies after which events do characters get saved (defaults to all): 1 - Trade successful, 2 - Vending transaction, 4 - Closing storage/guild storage, 8 - hatching a pet. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7375 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES ↵Valaris1-0/+114
GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29Clearing trunk.Valaris1-93/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-18* Added bAddRace2celest1-2/+2
* Added mob_race2_db.txt * Updated description for backup_txt in char_athena.conf a bit * Added some suggestions by Poki#3 * Use the event names from script_athena.conf to check whenever a player event trigger is being read/set * Removed an unused save/bank.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1131 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-12* Changed default map cache path from db/map.info to save/mapinfo.txt(no author)1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1090 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-05Changed how IP Bindings are handled(no author)1-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-26* Fixed a bug in gettick cache when compiling in Windows(no author)1-6/+10
- Changed "read_map_from_bitmap" to "read_map_from_cache" in map_athena, "map_bitmap_path" to "map_cache_file" - Fixed item effects not showing when only one was used - Fixed a bug in Safety Wall - Allow only either Storm Gust or Lord of Vermillion to cause damage if stacked together - Added path_search_long, map_find_skill_unit_oncell git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@998 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-27* Updated map cache system from jAcelest1-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-26* Added Bitmap File systemcelest1-0/+7
* Added --run_once flag git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@789 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-21git-svn-id: ↵ajarn1-2/+1
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@713 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-21git-svn-id: ↵mc_cameri1-2/+2
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@698 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-19git-svn-id: ↵mc_cameri1-1129/+4
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@638 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-19git-svn-id: ↵ajarn1-2/+2
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@637 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-18Added 2 temp kRO shopsLupus1-0/+3
selling Arrows, Magic Scrolls git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-10git-svn-id: ↵mc_cameri1-0/+3
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@539 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-07git-svn-id: ↵mc_cameri1-0/+3
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@499 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-07git-svn-id: ↵Mass1-0/+1
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@486 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-06git-svn-id: ↵Mass1-1/+18
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@474 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-27git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@378 ↵Mass1-0/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-19Edited map_athena.conf, credits to akusarujincelest1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-18Moved mapflags organized by type to main mapflag folder and removed "type" ↵kobra_k881-15/+14
folder. Removed mapflags organized by location. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@249 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-18Packet fixed and EOL fixamber1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-17added a custom warper to Novice CastlesLupus1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-17Added the new Valkyrie NPC's after kRO screenshots and convo's. Fixing one ↵nana1-1/+1
error i made afterwards. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14Fixed some file typesamber1-1169/+1169
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-12Added ayothaya warps in ./npc/warps/ and in map_athena.confnana1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-09added missing line:Lupus1-0/+1
npc: npc/mobs/dungeons/guilddun.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@90 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@23 ↵kobra_k881-2/+3
54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-05Removed aria's devnpc and fixed typo in map_athena.confvalaris1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@15 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-05Added easter, xmas event npcs. Added custom blackjack npc. [kobra_k88](no author)1-58/+52
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@13 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-04git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@2 ↵(no author)1-0/+1172
54d463be-8e91-2dee-dedb-b68131a5f0ec