8088 Commits

Author SHA1 Message Date
gepard1984
8b772a0bab Fixed map-server crashing when monster was killed by a reflected Waterball or Earthquake and delay_battle_damage was set to no (bugreport:5245).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15526 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30 20:07:42 +00:00
eathenabot
2545a9abb1 * Merged changes up to eAthena 15069.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15525 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30 16:21:58 +00:00
brianluau
3aede46965 - Removed trailing tabs, and fixed some spacing.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30 16:02:55 +00:00
protimus
994f4da391 Fix to Storm Gust work around Land Protector.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15523 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-28 01:00:16 +00:00
gepard1984
62246acffa Fixed segmentation fault at server shutdown caused by r15521.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15522 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-26 16:17:56 +00:00
gepard1984
2c2a3cad15 * Modified drop system to allow overriding global item drop rates on per-item basis. For detailed explanation read source:trunk/db/mob_item_ratio.txt (topic:56118).
* Added missing update to `logs.sql` (follow-up to r15519).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15521 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-26 15:55:42 +00:00
gepard1984
ada41eebd1 * Fixed zeny duplication exploit in mail system, introduced in r15310.
* Added proper mail zeny loss prevention (bugreport:2919, follow-up to r15310).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15520 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-25 20:35:49 +00:00
gepard1984
11c1789b80 Added two picklog types to distinguish regular monster drops (M) from stolen items (D) and MVP prizes (U)(bugreport:4590).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15519 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-25 14:41:32 +00:00
gepard1984
4d01a4f6e6 Added user-friendly socket error messages (bugreport:117).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15518 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-25 03:44:04 +00:00
gepard1984
cb96c947f7 Fixed Divest status changes not loading properly on login with debuff_on_logout: 0 (bugreport:1331).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15513 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-24 16:43:51 +00:00
gepard1984
419806eb06 Fixed memory leaks related to skill cooldown saving (bugreport:5261).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15509 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 13:45:12 +00:00
xantara
251362c227 ` Added renaming support for the remaining 'ragnarok' tables in the inter_athena.conf file - bugreport:3317
-- Includes: homunculus, skill_homunculus, mercenary, mercenary_owner, ragsrvinfo
` Fixed a typo regarding the homunculus_db

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15508 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 05:13:59 +00:00
xantara
f7b45f9b48 ` Fixed Emperium's skill damage/heal and elemental resist (eg. Aspersio) - bugreport:5256
` Rebranded the Core.h file to rAthena

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15507 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 04:47:38 +00:00
eathenabot
2aa297a4a0 * Merged changes up to eAthena 15068.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15506 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-23 04:19:38 +00:00
epoque11
55b11bd3e1 - Updated skill cooldown system to prevent multiple recordings of skill delays
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15505 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-22 22:48:05 +00:00
xazax-hun
d4cae50fe1 Minor cleanups, mostly reducing scopes.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15504 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-22 13:49:09 +00:00
gepard1984
bf1c81839f Merged TXT removal branch back to trunk.
* TXT save engine is removed and no longer supported.
* See also tid:53926, tid:57717.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15503 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-20 20:33:32 +00:00
gepard1984
5e32b5948b Changed rnd() to return signed number to avoid possible negative-signed to unsigned comparisons (caused by r15483, bugreport:5254).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15498 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-19 16:27:41 +00:00
shennetsind
f58469b12b Hair color fix for bugreport:5253, blame on r15449
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15497 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-19 12:47:25 +00:00
xantara
ac34863737 - Fixed the function that returns the job name to include 3rd jobs - Fixes @who2 - bugreport:5252
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15495 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 23:15:45 +00:00
xantara
597e919dbd Fixed Royal Guard's Inspiration skill - Now decreases exp by 1% - bugreport:5211
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15494 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 22:34:09 +00:00
gepard1984
a498aa5a25 Fixed wrong size in WFIFOHEAD call (follow-up to r15445).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15490 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 13:06:23 +00:00
gepard1984
7b975aa4ba Extended @alootid command to support multiple items (default: 10).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15489 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 12:08:41 +00:00
shennetsind
9a1965d2e4 Optimized chat room kicking (r15487) so that it doesn't alloc a db map unnecessarily since NPC chats do not kick players.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15488 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 09:04:28 +00:00
shennetsind
077b0af399 Added official behavior to chat room kicking, when you're kicked out of the chat room you're 'blacklisted', making you unable to rejoin that same chat room instance again.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15487 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 08:43:28 +00:00
gepard1984
b575345ac7 Reorganized picklog functions a bit to reuse some common code.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15486 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-18 00:45:35 +00:00
gepard1984
170ed90a9e Fixed compilation error caused by r15483.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15484 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 18:13:41 +00:00
gepard1984
54ac5c18de Enabled Mersenne Twister MT19937 as random number generator instead of standard rand() function (follow-up to r14865, r14870).
- It fixes issues caused by RAND_MAX being only 32k in Windows system (bugreport:1927, bugreport:86).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15483 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 18:06:34 +00:00
gepard1984
75b2081c6b Fixed root usercheck not printing warning if file is suid-root.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15482 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 13:28:55 +00:00
eathenabot
87f1a4a49e * Merged changes up to eAthena 15067.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15481 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 07:35:05 +00:00
eathenabot
20207e3865 * Merged changes up to eAthena 15066.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15480 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 07:31:55 +00:00
eathenabot
b65fd5e77d * Merged changes up to eAthena 15065.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15479 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 07:05:43 +00:00
eathenabot
d6c35b853a * Merged changes up to eAthena 15063.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15478 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 06:56:42 +00:00
eathenabot
0b4a77d2d2 * Merged changes up to eAthena 15061.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15477 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 06:53:19 +00:00
eathenabot
17043ee8f8 * Merged changes up to eAthena 15058.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15476 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 06:47:30 +00:00
eathenabot
cf3ccef230 * Merged changes up to eAthena 15057.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15475 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 06:44:35 +00:00
eathenabot
b212cf0408 - Follow up to r15472.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15474 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 06:34:51 +00:00
brianluau
43dcf27318 - Updates to script_commands.txt, and added svn:keywords property.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15473 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 06:15:05 +00:00
eathenabot
81523f57df * Merged changes up to eAthena 15054. [ai4rei]
* clif cleanup: Changed argument types of some clif functions.
- Added enumeration for skill failure codes and made clif_skill_fail use it.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15472 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 05:33:14 +00:00
eathenabot
dc04abd5f5 * Merged changes up to eAthena 15053. [ai4rei]
- clif cleanup: Changed clif_changestatus so that it takes sd instead of bl, since it only accepts BL_PC bls anyway.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15471 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 05:10:45 +00:00
eathenabot
b7008abe94 * Merged changes up to eAthena 15052.
[ai4rei]
* clif cleanup: Changed return value types to void of all functions, whose return value does not serve any purpose.
- Removed void returns at the end of functions.
- Marked some local functions as static.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15470 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 04:56:45 +00:00
eathenabot
a68054d4ee * Merged changes ONLY eAthena 15002.
[ai4rei]
* Preparation clean up in clif.h
- Synced function declarations and argument names with clif.c including whitespace.
- Removed orphaned function declarations.
- Removed include to storage.h and put it into .c files that need it instead.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15469 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-17 03:25:15 +00:00
gepard1984
1e9615181e Fixed returning pet to egg not cleaning up remaining skill timers, causing map-server crash.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15468 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-16 15:40:58 +00:00
shennetsind
08667a36b8 Fixed Flying Side Kick, you can now use it in non-foe and jump to their location (confirmed on official), bugreport:2443
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15463 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 05:12:23 +00:00
shennetsind
dad1da6ed2 Fixed gm_all_skill, bugreport:5239
Removed broken skills from skill tree, so @allskill doesn't give resource errors when gm_all_skill is enabled.
Increased maximum client packet size drop limit (was limiting gm_all_skill unnecessarily since the client doesn't crash with it)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15462 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 04:50:51 +00:00
shennetsind
848a78d462 Fixed a bug with the output message of chrif_authok
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15461 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 02:52:35 +00:00
shennetsind
b21eb7747f Fixed bug with katar weapon bonus, bugreport:5240
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15460 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 01:48:10 +00:00
shennetsind
40e49c7f3c Fixed a gcc warning, blame on r15451
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15459 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 01:29:49 +00:00
epoque11
65b7f95e31 - Fixed walk-delay bug when a player is attacked in disguise causing inaccurate client position
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15458 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 18:46:28 +00:00
shennetsind
10582795f5 minor cleanup: removed duplicate magnum break code, bugreport:3057
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15455 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 12:15:12 +00:00