9667 Commits

Author SHA1 Message Date
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
jmanfffreak
cc04cb2777 Typo corrections in monstertamers.txt and quests_13_1.txt.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15467 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 22:09:48 +00:00
jmanfffreak
812b51edd4 Typo correction in eden/71-85.txt file
Added a missing 'map:' prefix in maps_athena.conf.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15466 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 22:05:53 +00:00
jmanfffreak
51f1fce0df Fixed Comodo Kafra saving players with the wrong description.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15465 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 22:01:11 +00:00
jmanfffreak
d586c11059 Disabled a debug NPC in the Endless Tower script. I don't see any mention of this NPC in any guide I've seen...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15464 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-15 21:58:31 +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
og2
a1c87268c7 *Corrected the bing#n1 issue according to aegis script (bugreport:5050).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15457 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 18:19:18 +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
shennetsind
4ff0d01e8d Follow up r15453 -- first sign of lack of sleep! missed 2 changes from the merged file.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15454 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 12:06:51 +00:00
shennetsind
58baa584db Added updated magic rod behavior -- displays animation on use. bugreport:5236
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15453 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 12:03:27 +00:00
shennetsind
136bdae097 Small Life Potion, Medium Life Potion and Regeneration Potion are no longer dispel-able, bugreport:4076
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15452 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 11:38:57 +00:00
shennetsind
2b204f1123 Fixed hunter traps so that they MAY hit their owner in pvp areas, bugreport:5228
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15451 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 11:27:45 +00:00
shennetsind
d252a899db fixed battle_delay_damage from delaying damage in 1ms or less interval (it'd receive 1 because the client delay stuff understands 1 = wait for damage)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15450 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 11:15:32 +00:00
shennetsind
764b35ce4c Fix for exploit that allowed WPE to create a character with a custom hair style/hair color not available to other players, to then crash them. from the comments within bugreport:150
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15449 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 10:41:46 +00:00
shennetsind
54eb42ab7f fixed bug with @homevolution not refreshing homun's skill tree (4th skill missing), bugreport:49
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15448 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 10:21:06 +00:00
shennetsind
cb87b0ddfc Fixed a bug with autocast max_count checking, super special thanks to calciumkid
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15447 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 09:33:11 +00:00
shennetsind
a2c0d00a9b Added expire messages and night flag to the list of things not-to-be-REdisplayed if you change map-servers (on multi-map-server setups)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15446 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 08:18:12 +00:00
shennetsind
68589fc68e another cool multi-map-server ancient bugfix:
- added a 'changing_mapservers' state, so the map server receiving the player knows he doesn't have to do certain things, in this case not display motd and use the aurafix.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15445 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 08:12:52 +00:00
shennetsind
be12deb852 Fixed ancient multi-map-server bug where gmlevel was lost during changing map-servers.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15444 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 07:38:32 +00:00
shennetsind
6ccc6c6c83 Fixed bug with attack timer being chained unnecessarily when attacker is not able to issue atk -- this also caused client messages to be spammed e.g. "please equip arrow first". bugreport:5189
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15443 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 06:41:09 +00:00
shennetsind
ec7aac5625 Fix to progressbar exploit, bugreport:5199
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15442 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 06:27:30 +00:00
shennetsind
c827a4e13b Fixed problem with OnTouch on NPC ID 139, blame on r14993, bugreport:5206
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15441 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-14 05:40:02 +00:00
script-Z3R0
7ee1dd0052 Added cupet.txt (Cute Pet Manager) - Aegis Convert - Commented Out in scripts_athena.conf
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15440 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-13 17:33:14 +00:00
og2
d9b76e68d2 *Fixed the "bing#n1" issue (bugreport:5050).
*Fixed variables typos.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15439 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-13 01:16:04 +00:00
brianluau
38055c63bd - Added svn:eol-style=native property for some recently added text files.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15438 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-12 23:59:44 +00:00