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
Lance
715c9e9a69
Reverting my change.. lalala
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7252 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 15:25:28 +00:00
skotlex
44a9bcba8f
- Some cleanups and corrections in battle.c to account for negative (absorbed) damage.
...
- Fixed umbala.txt's Elemental Stones Quest bug. Thanks to Vhan Morthis.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 15:19:25 +00:00
skotlex
3833a911c5
- Fixed the compilation errors of my last commit... >.> <.<
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7249 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 14:50:43 +00:00
skotlex
ba4de26c1e
- Removed the mysterious array of two of char_dat (char/sql server), replaced it with a static structure.
...
- Added function char_loadName to extract the character name of a given ID.
- Fixed fame-list updating crashing char-sql server when the given char-id just got into ranking.
- Sorry I didn't check if it compiles cleanly because I don't have sql here <.< (am gonna test it in a second, though)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7248 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 14:45:26 +00:00
MasterOfMuppets
691e601ac2
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7245 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 13:22:20 +00:00
evera
c7c1c74fbd
Added missing Arunafeltz mapflags
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 08:36:31 +00:00
Lance
6e67ac7a7e
Idiot RO client have inconsistent signed/unsigned shorts
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7243 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 08:32:43 +00:00
Lupus
2d257532f8
updated job quests.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19 08:07:50 +00:00