3316 Commits

Author SHA1 Message Date
Playtester
ea53bd5d41 Rogue Card Combo now removes Intimidate autospell
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7313 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23 14:36:10 +00:00
skotlex
44b40f087c - Added pc_bonus_autospell_del, gives support for removing autospell effects. When a negative rate is specified, it will decrease the chance of casting (eg: You have two different cards with autospell Heal +20% each, then do autospell -30. The second card will be cancelled, and the first one will become Heal +10%)
- npc_timers now will not restore the previous timer data when there's no players attached (when it's strictly an npc timer). This should reenable the old behaviour of getnpctimer returning the total ellapsed time since "startnpctimer" even after the last label has been reached. However, this behaviour won't apply to player-attached timers. 


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7312 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23 14:14:55 +00:00
Lance
5ca017e91a git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7311 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-06-23 12:22:43 +00:00
Lance
ec2fc0e437 * [Fixed]:
- MAPREGSQL overloading SQL table with temperory map registries.
- Incorrect perfomance calculation for MAPREGSQL loading and saving. 

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7310 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23 11:47:27 +00:00
Lupus
144fd1808a done merging jFunc 8) fixed some typos, etc
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7309 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23 09:35:34 +00:00
Lupus
5e21a6f311 updated Valhalla (typos, fixes, optimizations)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7308 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23 08:59:06 +00:00
Playtester
a6b45186e7 Sorted in the new cards and fixed some equips
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7306 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23 08:23:30 +00:00
Lupus
91f6da3017 merged jFunc 2-1
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23 06:32:30 +00:00
skotlex
b64f653148 - Guessed and added support for the packets 0x22a (idle) and 0x22b (spawn). This should complete the required packets for PACKETVER 7.
- Added support for the PACKETVER 7 packets in the "dummy" current intravision implementation.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7304 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23 02:53:32 +00:00
skotlex
3296652856 - Fixed @autoloot being off by 0.01% when entering a manual value.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7303 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-23 00:04:10 +00:00
skotlex
8033eb7d18 - Restored the "Secret" behaviour of Blast Mine and Claymore Trap where each target is hit N times (where N is the number of mobs in the splash area at the moment of triggering).
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 23:56:57 +00:00
Playtester
db1e1c26fe Fixed the remaining 2006 Cards
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7300 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 20:25:53 +00:00
skotlex
e8cc439a94 - Converted the line terminators of tools/stackdump to native. Fixes the script being unusable on *nix due to ^M terminator x.x
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7299 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 20:24:03 +00:00
Playtester
1ab8c581a3 typo fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 16:34:03 +00:00
skotlex
3956b24786 - Did some testing and fixed a bit the updated tools/stackdump script.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7297 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 16:19:20 +00:00
skotlex
370d3890b9 - Updated the tools/stackdump script to also handle sig-plugin generated backtraces. Now it will also auto-determine whether the exe needs a .exe at the end or not.
- Usage is "stackdump <login/char/map> <txt/sql> [number]". When a number is given, sig-plugin stackdumps are assumed, otherwise it parses the normal stackdump as before.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 16:04:49 +00:00
skotlex
50134b5191 - Corrected autoloot so that you can specify rate with decimal precision ("@autoloot 0.01" should work)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7294 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 14:14:41 +00:00
skotlex
aa47683c94 - Fixed the compile error in mob.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 13:38:17 +00:00
Lance
67ff295ba4 * [Removed]:
- Redundant mob name copying. (it's already copied in mob_parse_dataset)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 13:16:45 +00:00
Lance
a90363726b Typos resolving login-DNS instead of char-DNS -.-
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 09:13:58 +00:00
Lance
50ebb5e959 * [Fixed]:
- Compilation warnings and errors.
[Improved]: 
- Changed and moved IP sync status messages to elaborate more.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 08:50:36 +00:00
Lupus
2da6a7e29d Fixed treasure number 'round exploit'
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 06:01:36 +00:00
Playtester
f9584887a2 Fixed some equipment fields that caused warnings
-however the server still reports the warnings... >-<

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 04:50:16 +00:00
skotlex
4d27716bf1 - Tested and fixed resolve_hostbyname.
- Applied said function around most of the code where needed. Removed includes for the OS/network system pretty much from every file (our socket.c file should handle this)
- Added clif_getip_long, which returns the ip as a long. Prevents having to include the files to define the int_addr structure in all files that include clif.h
- Made the GM mute request bypass the manner_system setting.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22 01:12:52 +00:00
Playtester
2a0217155d Fixed the equipment fields of the new cards
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 20:26:30 +00:00
Playtester
bf5515759b Fixed a small typo...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 18:50:53 +00:00
skotlex
84cdde2a88 - Whoops, somehow socket.h wasn't udpated correctly -.-
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 18:35:31 +00:00
skotlex
847d853332 - Added function parse_hostbyname() which takes a hostname and a char[4]. The hostname is resolved to an ip, whose individual components are stored in char[], the return value of the function is the inet_addr result of the lookup (or returns 0 when failed). Meant to be used in the rest of the code without the need to do socket/network related includes.
- Applied use of parse_hostbyname() in chrif.c to fix compilation errors.
- status_percent_change will now account for when the target's max hp/sp is above INT_MAX.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 18:30:39 +00:00
Lance
2d3e99c59c git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7280 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-06-21 15:46:09 +00:00
Playtester
fbaefcb412 Yuno/Lhz/Thanatos spawn updates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 14:49:59 +00:00
Lance
007cebae3b - and the documentation
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7276 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 10:57:42 +00:00
Lance
59d0fde84a * [Added]:
- DNS (WAN) sync for those pesky disconnections (dynamic ip renewal). 

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 10:55:26 +00:00
Playtester
0f5b497967 Fixed some spawns in Odin Temple
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 08:43:01 +00:00
Playtester
ec2812fadd Updated Hugel to official X.4 spawns
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 08:30:29 +00:00
Playtester
260b64b30d Updated Einbroch to official X.4 spawns thanks to Tharis
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 08:12:00 +00:00
skotlex
8e42a240df - Some cleaning up of OPTION related code. OPTION_XMAS and OPTION_FLYING really ARE the same value clientside! (totally stupid), therefore I've opted from removing the flying animation since it really just displays as Xmas for others (and the correct fix involves adding a bunch of class-change packets...)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21 03:56:29 +00:00
skotlex
330dc56cab - Corrected the line terminator setting on the unit.* files as pointed out by Irmin
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20 22:50:33 +00:00
Playtester
3405960987 Kiel now drops the Dex Survivor's Rod
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20 19:36:40 +00:00
Playtester
e19c275876 Reduced Stone Buckler's natural Def to 3
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7266 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20 15:49:53 +00:00
Playtester
4c1934a263 Started fixing some of the cards
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7265 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20 14:42:52 +00:00
skotlex
0263fcc40c - Updated skill_require_db to place the Zeny requirements of ZenyNage and Fling.
- Fixed crash when non-players use ZenyNage. Added the correct Zeny check in skill_check_condition, fixed the skill so that it's damage is based on whatever zeny is specified in skill_require_db.
- Can-act delay will not be reset when warping now.
- Fixed Quagmire not altering walking-speed.
- Silence now blocks skills both on begin/end casting.
- Updated status_calc_bl so that when walking speed changes, the character is made to rewalk so that the new speed takes effect inmediately.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20 14:33:54 +00:00
Playtester
196f8334f6 * Some more item updates
- Valkyrie Shield and Survivor's Manteau have their complete bonus script now, please test it
- Slotted Ice Pick and Iron Shackle Combo are weaker now

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7263 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20 08:28:27 +00:00
evera
0e52feee96 updated item names in doctor quest (cities/louyang.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20 04:39:06 +00:00
evera
1e64eb78de added ayothaya to nopvp and nopenalty mapflags
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7261 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20 01:37:01 +00:00
skotlex
fb0d6c2d3d - Combo-used Skills with State "move_enable" will now override the "can't move delay". Fixes Break-Fall -> Jump-Kick.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 23:57:09 +00:00
Playtester
2d5518fb08 Some updates to the item_db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 21:41:37 +00:00
musashiden
bf5a24f7b6 - Switched drop_rate0item to NO according to iRO.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 20:46:07 +00:00
Playtester
f28f036a88 Fixed Quest requirements in cities/louyang.txt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 20:30:01 +00:00
skotlex
85233aa578 - Some more cleanups of battle_calc_damage to account for absorbed damage reductions.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7254 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 18:54:30 +00:00
skotlex
04d6132e76 - Moved back Soul Drain code from mob_dead to skill_counter_additional_effect. Now we are back to where the skill animation does not shows, but you DO get SP T.T' (fixing this is turning out so difficult...)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 16:10:19 +00:00