5357 Commits

Author SHA1 Message Date
shennetsind
76253a7cad Fixed bug that allowed a auction bid to fail (and generate zeny loss) if made while no char server is present.
Added @showzeny tracking to pc_payzeny so that it's messages are more consistent when zeny is earned/reduced. credit to gepard for his concept
both from bugreport:1138

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15550 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-09 00:12:13 +00:00
shennetsind
c2849c2ec7 Added missing parenthesis to guild aura, bugreport:5291
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15549 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-08 23:56:56 +00:00
shennetsind
778eb05c94 Fixed waterball not canceling magic power if target is killed while not all spheres were fired, credit to wildcard for the fix. bugreport:5303
- also removed a unused instance of status_change in skill_counter_additional_effect

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15548 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-08 23:17:13 +00:00
xazax-hun
9627c783a4 * item_trade.txt is split into re and pre-re folder as per Kenpachi's request.
* skill_tree.txt is split into re and pre-re folder. In renewal version only level 5 spear mastery is required for spiral pierce.
* Removed an unnecessary new line on a message.
* Enabled mechanic summons in pre-re/mob_db.txt to avoid some startup error messages.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15546 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-08 09:56:24 +00:00
gepard1984
d78a93a765 Removed some TXT converter leftovers (follow-up to r15503).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15544 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-07 14:32:34 +00:00
xantara
42f3afb0ab ` Fixed Warg Dash skill to continuously run until codiling with an object (bugreport:5143)
` Fixed Warg Mastery, Warg Rider, and Warg Dash skills to check conditions before cast begins (bugreport:5181)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15542 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-04 08:00:39 +00:00
eathenabot
9139803d13 * Merged changes up to eAthena 15074.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15541 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-04 06:32:20 +00:00
eathenabot
3851e0e1ff * Merged changes up to eAthena 15073.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15540 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-04 05:54:16 +00:00
xantara
2daf269fee ` Fixed Guillotine Cross Poisons (bugreport:5275)
-- Paralyze decreases attack speed, flee, and movement speed
-- Death Hurt decreases the effectiveness of recovery
-- Venom Bleed reduces max HP
-- Oblivion Curse blocks natural SP recovery and skill use is denied
` Updated const.txt with the latest (renewal) statuses (SC_) values

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15539 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-04 05:46:00 +00:00
gepard1984
fc400a1838 Removed gvg_eliminate_time battle config, as it was only used by scripts. Replaced its occurences in War of Emperium script with default value (7000ms) (bugreport:137).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15538 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-02 21:16:23 +00:00
gepard1984
6685acee77 Removed party_skill_penalty battle config, unused since r996 (bugreport:137).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15537 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-02 21:05:56 +00:00
gepard1984
453af93a07 Mob_db adelay and amotion values sanitizing (related bugreport:3968).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-02-01 09:54:42 +00:00
gepard1984
eb551436fd * Added display name to warps created with @addwarp, so their name is visible in @mapinfo 2 (bugreport:1491).
* `@mapinfo 2` now also displays unique NPC name if it's different than display name.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 23:12:20 +00:00
gepard1984
e0ea6a4dcd Removed obsolete mob_clear_delay config (since r5707) (bugreport:137)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 20:33:14 +00:00
gepard1984
f2474de01c * Fixes and improvements related to MVP rewards (bugreport:1259):
- removed obsolete (since r1!) ExpPer column from mob_db
 - official way to drop MVP rewards (always starts from first slot)
 - added MAX_MVP_DROP as define for max possible MVP reward slots
 * Updated mob_db SQL scripts.
 * Removed some renewal only monsters from pre-RE mob_db (were commented out anyway).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 20:06:57 +00:00
gepard1984
0709205ee8 Merged getmapmobs script function into mobcount (bugreport:244). See script commands documentation for details.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15530 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 15:15:32 +00:00
gepard1984
6bd17da9a3 Fixed possible monster speed underflow when mobs leveling up is enabled (bugreport:2237).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15529 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 13:36:00 +00:00
gepard1984
ec280fbf8c Added proper mob_delete_timer (dynamic mobs feature) cleanup on map-server shutdown (bugreport:2944).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15528 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-31 13:19:16 +00:00
brianluau
00367cd7b7 - Removed more trailing tabs.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15527 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-30 20:17:55 +00:00
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