summaryrefslogtreecommitdiff
path: root/conf-tmpl
AgeCommit message (Collapse)AuthorFilesLines
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-10git-svn-id: ↵(no author)1-7/+18
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1067 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-10conf-tmpl/readme.txt for explaining the import folder(no author)1-0/+22
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1066 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-09Changed something @ the sql charserv, (makechar.. charlimit and some tuneups ↵(no author)1-0/+3
for sql querys) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-06_M/_F changes, and clientinfo thingys... all credit to sirius(no author)1-0/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1059 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-06Fixed some EOL issues(no author)1-193/+193
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-06Implemented @mobinfo command(no author)1-0/+5
with drops / mvp shit, etc git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-05Changed how IP Bindings are handled(no author)3-0/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-05Servers can bind to single IP addresses now, and added buffer.(c/h)(no author)1-1/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1033 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-04some item/mob db fixes(no author)1-0/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1032 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-03* Fixed a mistake that was causing Ruwach to only work in PvP and PvM(no author)1-1/+1
* Updated code for Joint Beat git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1023 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-01Edit for Upa(no author)1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1016 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
2005-01-26* Added status.c and status.h of jA 1091 update and moved some functions ↵(no author)1-2/+4
into the new source files * Updated auto_counter_type's description in battle_athena * Removed some unnecessary skill level checks in battle.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@996 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-26git-svn-id: ↵(no author)1-0/+1
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@995 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-25removed unused and unread water.txt(no author)4-176/+2
updated water_height for 2 new maps: yuno_fild09 and yuno_fild11 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@994 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-25git-svn-id: ↵(no author)1-9/+10
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@991 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-23update(no author)1-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@968 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-11* Added support for 2005-01-10Sakexecelest1-11/+11
* Updated packet functions for 2004-11-08 and 2004-12-06 * REMOVED support for clients before packet version 10 * Added a check to prevent crashing when trying to log in with 2005-01-10aSakexe in servers that don't support it git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@951 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-11* Added a fix to @sound where if you forgot the .wav exention, i'd attempt ↵codemaster1-0/+7
to play the file without it (it adds the .wav) [Codemaster] [SVN 949] * Added @disguiseall / @undisguiseall [Codemaster] [SVN 949] * Added misc. clif.c fixes (jAthena added alot of close(fd)'s, so i added them, too) [Codemaster] [SVN 949] * Added bug reports - Celest, you might want to check one of those out [Codemaster] [SVN 949] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@949 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-10* Completed adding packet DB readingcelest1-3/+1
* Added Shinomori's suggestions for npc timers, * Removed checking for script event timers' length, and added Shinomori's changes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-10* Added 'max_eventtimer_length' to script_athena.confcelest1-1/+3
* Removed PCLoginEvent requiring 'PCLoginEvent' for the player to be set to 1 first to be activated git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@945 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-08Enabled login server anti-freeze by defaultcelest1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@933 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07Stall_time changescelest2-9/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@930 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-07* Added Filougarou's fix for Bowling Bash causing it to only display damagecelest1-1/+2
* Set delay_dependon_dex in battle_athena to 'no' by default * Fixed typo in skill_delayfix git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@927 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-06updateamber1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05Fixed TXT loggingcelest1-9/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@917 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05* Set 'droprate0item''s default to 'yes'celest1-1/+1
* Look at item type other than item ID as well to check whether it is a card git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@911 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-05Added /mapflag/noreturn.txt for disabling butterfly wingscelest2-1/+197
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@909 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-01* Added a char config that allows GMs that have a certain level or above to ↵codemaster1-0/+3
bypass the server's user limit [Codemaster] [SVN 885] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-30moved supernovice guardian angel messagescelest1-0/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@877 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-29git-svn-id: ↵celest1-0/+6
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@859 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-29git-svn-id: ↵mc_cameri1-1/+1
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-29git-svn-id: ↵ajarn1-1/+1
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-29import in charcommand_athena.confajarn1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@854 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-28moved changesex aroundamber1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@846 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-28* Updated description for player_check_cloak_typecelest1-2/+2
* Increased skill range limitations in pc_no_footset * Added exp_calc_type git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@831 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-27* Summoned monsters will not give exp and itemscelest1-0/+9
* Added the 6 new Yuno fields * Added some Freya's optimisations in clif_parse * Added clif_update_mobhp * Set alive_timer to -1 when quitting, not 0 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@811 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-27common voteajarn1-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@809 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-26Disabled import charcommand_conf.txt by defaultcelest1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@790 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-24git-svn-id: ↵celest1-5/+4
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@773 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-23Property updateamber1-597/+597
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@755 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-23git-svn-id: ↵nsstrunks1-11/+0
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@753 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-23updated a commentamber1-1/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@749 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-23Update mapflagsLupus8-13/+52
added bugs reports git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@748 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-23Added finding_ore_ratecelest1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@746 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-22translated the japanese part in battle_athena.confcelest1-37/+49
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@722 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-21git-svn-id: ↵mc_cameri2-3/+1
https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@714 54d463be-8e91-2dee-dedb-b68131a5f0ec