40 Commits

Author SHA1 Message Date
DracoRPG
deb34a8ae5 New mapcache system :x
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9971 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-03-07 02:02:32 +00:00
FlavioJS
4a2db02dec - Fixed the meaning of stdout_with_ansisequence and changed the default value to no.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-20 02:02:24 +00:00
FlavioJS
637ae9a4dc - Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-05 13:23:07 +00:00
skotlex
cb53caa46a - Applied FlavioJs's patch which enables colored console output for Windows 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://svn.code.sf.net/p/rathena/svn/trunk@9168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07 20:56:28 +00:00
skotlex
4cd82897d0 - Added a comment explaining what a comment is to login/char/map config 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://svn.code.sf.net/p/rathena/svn/trunk@8707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-11 16:20:40 +00:00
skotlex
c182e64c0d - Removed support for negative autosave intervals, instead added a minsave_interval setting which specifies which is the minimum time between character saves. Default to 100ms (map_athena.conf).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-14 20:14:58 +00:00
skotlex
527a7ac223 - Hopefully fixed the party_even_share cast-overflow bug as reported by Adobe.
- Standarized the autosave interval setting to be always in seconds regardless of type.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-08-07 19:48:27 +00:00
skotlex
72a2139527 - Changed the default save interval to 5 minutes. Added support for 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://svn.code.sf.net/p/rathena/svn/trunk@7657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13 17:05:48 +00:00
skotlex
31832cfdc7 - Added EQP_/EQI_ constants in pc.h to identify equip position and equip 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://svn.code.sf.net/p/rathena/svn/trunk@7550 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06 18:47:11 +00:00
skotlex
07af745abf - Cleaned up a bit the code for @item
- 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://svn.code.sf.net/p/rathena/svn/trunk@7375 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-28 16:09:13 +00:00
Valaris
2178a86317 AS OF SVN REV. 5901, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES 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://svn.code.sf.net/p/rathena/svn/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 16:10:48 +00:00
Valaris
fd99753f8e Clearing trunk.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-01-29 16:00:45 +00:00
celest
25d104d8c4 * Added bAddRace2
* 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://svn.code.sf.net/p/rathena/svn/branches/stable@1131 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-18 07:07:25 +00:00
(no author)
0cae449c37 * Changed default map cache path from db/map.info to save/mapinfo.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1090 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-12 14:44:49 +00:00
(no author)
3108e8fef2 Changed how IP Bindings are handled
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-02-05 19:25:36 +00:00
(no author)
85592f9a38 * Fixed a bug in gettick cache when compiling in Windows
- 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://svn.code.sf.net/p/rathena/svn/branches/stable@998 54d463be-8e91-2dee-dedb-b68131a5f0ec
2005-01-26 14:28:19 +00:00
celest
e786967f09 * Updated map cache system from jA
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-27 19:22:37 +00:00
celest
94fae3e32b * Added Bitmap File system
* Added --run_once flag

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@789 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-26 18:47:04 +00:00
ajarn
d2ef19e848 git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@713 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-12-21 22:23:28 +00:00
mc_cameri
ac63baa5da git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@698 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-12-21 11:16:30 +00:00
mc_cameri
b8efe90a21 git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@638 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-12-19 14:52:45 +00:00
ajarn
d20ab98354 git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@637 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-12-19 09:35:11 +00:00
Lupus
dbb857dac4 Added 2 temp kRO shops
selling Arrows, Magic Scrolls

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-12-18 13:39:18 +00:00
mc_cameri
9df66ece81 git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@539 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-12-10 20:38:05 +00:00
mc_cameri
52f618950a git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@499 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-12-07 21:14:15 +00:00
Mass
28efb08b71 git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@486 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-12-07 08:52:55 +00:00
Mass
4f30bfd488 git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@474 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-12-06 09:28:32 +00:00
Mass
865861a5a4 git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@378 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-11-27 12:21:23 +00:00
celest
0b5a288b4c Edited map_athena.conf, credits to akusarujin
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-19 10:24:50 +00:00
kobra_k88
7cfb2c6bc4 Moved mapflags organized by type to main mapflag folder and removed "type" folder. Removed mapflags organized by location.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@249 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-18 10:29:00 +00:00
amber
da58668fc6 Packet fixed and EOL fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-18 04:54:58 +00:00
Lupus
2e366db32a added a custom warper to Novice Castles
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-17 21:13:16 +00:00
nana
4ef5e9e048 Added the new Valkyrie NPC's after kRO screenshots and convo's. Fixing one error i made afterwards.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-17 00:44:43 +00:00
amber
d479e29aee Fixed some file types
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-14 16:18:26 +00:00
nana
ee4297eb9d Added ayothaya warps in ./npc/warps/ and in map_athena.conf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-12 00:00:36 +00:00
Lupus
c4f8c859d3 added missing line:
npc: npc/mobs/dungeons/guilddun.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@90 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-09 19:35:47 +00:00
kobra_k88
f1743f2fb6 git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@23 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-11-06 10:50:00 +00:00
valaris
58df9f7c59 Removed aria's devnpc and fixed typo in map_athena.conf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@15 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-05 19:05:03 +00:00
(no author)
34c9cc4beb Added easter, xmas event npcs. Added custom blackjack npc. [kobra_k88]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@13 54d463be-8e91-2dee-dedb-b68131a5f0ec
2004-11-05 09:43:07 +00:00
(no author)
706e785091 git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@2 54d463be-8e91-2dee-dedb-b68131a5f0ec 2004-11-04 23:25:09 +00:00