5357 Commits

Author SHA1 Message Date
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
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
shennetsind
d376eb5a96 Fixed random monster load order -- affected bloody branch and poring box. special thanks to calciumkid
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15437 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-12 07:23:22 +00:00
shennetsind
5024a18fce ubuntu's gcc 4.6x warning fix, bugreport:5232 credits to gepard
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15435 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-12 03:32:11 +00:00
shennetsind
7e71fb2a97 fixed bug with aliases of the @commands command from working properly; bugfix by xantara. bugreport:5225
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15434 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-12 01:14:19 +00:00
shennetsind
db452bf53d Fixed bug with @commands/@charcommands not displaying aliases
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-12 01:09:30 +00:00
shennetsind
7fa39f6f68 fix to bug on import of atcommand_athena, bugreport:5207
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15431 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 23:40:01 +00:00
shennetsind
35b178f8d8 added remode-specific exp files processing as per kenpachi request, special thanks to brianl
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15424 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 21:19:07 +00:00
gepard1984
8b3a63cf11 Picklog improvements:
- now it is finally possible to log every item players gain or lose
 - added 3 log types: `I` for auctioned items, `B` for buying shop transactions and `X` for all other items transactions that don't fall into another category (for detailed explanation on all log types read `conf/log_athena.conf`)
 - it also fixes items being logged as picked up/gained by player when in fact they were dropped on the ground due to full inventory


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-11 17:35:28 +00:00
shennetsind
693e77032b Xantara's fix for bugreport:5201, bugreport:5222 and bugreport:5227 (@command related stuff)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15418 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-10 21:07:01 +00:00
gepard1984
cdb83dd195 Added missing logging of consumed homunculus food (bugreport:68)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15417 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-09 23:51:39 +00:00
gepard1984
7b4a3be314 Fixed battle configs boss_delay_spawn, plant_delay_spawn and mob_delay_spawn not being properly applied if changed during runtime (with @reloadbattleconf or setbattleflag) (bugreport:5204)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15416 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-09 23:18:01 +00:00
gepard1984
5b66b21b67 Sending to a broken socket will no longer cause SIGPIPE signal to be sent back on most *nix systems (those supporting MSG_NOSIGNAL flag) (bugreport:5224)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15415 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-09 22:47:11 +00:00
eathenabot
056e7c4ed6 * Merged changes up to eAthena 15051.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15414 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-09 19:15:40 +00:00
protimus
e2ef64201c Fixed Cloaking Exceed.
- Stop hiding status when use skills or attack enemies.
- Added security fixes to clear hiding status in some cases, like warped and reloging.
- Updated walk speed formula.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15408 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-08 03:26:16 +00:00
protimus
35d919e7a5 Fixed Exceed Break to work properly.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15407 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-08 02:46:19 +00:00
shennetsind
8376135d24 Initial support for Royal Guard and some adjustments here and there.
- credits to 3ceam for the base.
- should you step by any bugs let us know, http://rathena.org/board/tracker/

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15404 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-07 03:04:24 +00:00
shennetsind
0a8478606a Fixed issue with costume item bonuses not checking for headgear position (would stack), bugreport:5204
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15398 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-05 16:55:09 +00:00
gepard1984
2415501270 Improved friend removal process to avoid inconsistent state if char-server was offline, fixed wrong packet size check (follow-up to r15119).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15397 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-05 12:29:25 +00:00