1696 Commits

Author SHA1 Message Date
skotlex
2f1e8fcdaa - Added function battle_calc_gvg_damage for gvg related damage reductions. Fixes Gravitation being reduced as well as Pressure overriding max-castles restriction.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5588 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-13 17:26:45 +00:00
Lupus
557741cf43 Added missing mob skills to G_HYDRA, G_PARASITE
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5586 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-13 15:46:13 +00:00
skotlex
f5359b3bbc - Corrected char-server parameters so that the subnet config file is the third parameter, not the second (which was conflicting with inter_athena.conf's argument), thanks to foobar.
- Fixed TK and Soul Linker's position of their job entry in exp2.txt, thanks to Coltaro.
- Fixed NPC_GRANDDARKNESS targetting the enemy instead of yourself in mob_skill_db.
- Fixed Grandcross's hit and range entries in the skill_db (it had hit 5? that wasn't even a valid value from the description)
- PR_BENEDICTIO now ignores mdef
- Removed the status_isdead checks from status_check_skilluse, they are now done only on the skill_castend_* functions.
- Fixed NPC_SELFDESTRUCTION not doing the correct damage to oneself.
- Fixed chatlog's x/y column capacity.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5584 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-13 14:49:16 +00:00
skotlex
0e82adb9bf - Updated clone skill copy to consider combo-skills.
- no_spawn_on_player won't work on mobs with no respawn delays now.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5581 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-12 23:00:44 +00:00
Lupus
235843ca45 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5579 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-03-12 16:19:55 +00:00
MasterOfMuppets
a8bc082afc bah
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5577 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-12 14:42:08 +00:00
MasterOfMuppets
a1fe545585 Another eAAC update.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5576 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-12 14:40:41 +00:00
MasterOfMuppets
ef285b6e9f eAAC updates.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5575 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-12 14:35:00 +00:00
MasterOfMuppets
a6f0719f2d Added a weapon shop to Einbroch and adjusted the prices of some daggers, thanks to Muad_Dib.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5574 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-12 12:20:28 +00:00
Vicious
d6f096d89d nj/gs work by RockmanEXE and red_sun
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5573 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-12 01:42:29 +00:00
Vicious
173221b52e more ninja/gs work
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5572 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-11 16:12:04 +00:00
Lupus
2933d1638b ipdated Mimc/MystCace cards. Update Thanatos Statues Quest.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5569 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-11 09:42:27 +00:00
skotlex
1b0b8a393a - Fixed mob-casted demonstration/quagmire being affected by the gvg_traps_all config setting.
- Moved the gvg_traps_target_all config from guild.conf to skill.conf


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5568 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 21:30:17 +00:00
skotlex
dd2012602d - Cleaned up the Skillbreaker implementation, HP gaining happens at level 5 now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5567 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 21:11:45 +00:00
skotlex
60d11ae90c - Increased the range for unlocking out of Close confine.
- Reverted some changes in cbasetypes.h which actually broke compilation.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5566 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 20:18:40 +00:00
skotlex
5f8c670ba3 - Added a few dummy times in skill_cast_db for some GS skills.
- Autoskills now won't trigger on maps where said skill are not allowed.
- Some compilation warning fixes


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5565 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 19:26:56 +00:00
skotlex
8fe81d12a3 - Changed div behaviour. Skills with div above zero will get their total damage increased by the number of hits, div less than zero is just for "show", total number of hits displayed is abs(div), but damage isn't increased by number of hits.
- Adjusted several skill damage equations to make up for this.
- Moved the Shield Chain soul-linked bonus to the second layer.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5564 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 18:16:47 +00:00
blackhole89
f92652ee92 GS_MAGICALBULLET implementation: declaring variables after case: without defining a block of {}, using something weird called atn_rand(something) instead of just rand. Fixed.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5563 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 16:54:18 +00:00
blackhole89
82fec3e7e0 missing } near line 449
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5562 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 16:45:46 +00:00
Vicious
6a9cccbf46 some ninja/gs work
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5561 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 15:58:22 +00:00
skotlex
bc1362c571 - Cleaned-up the random item reading routine. Fixed a overflow bug when one of the files has too many random items.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5560 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 15:07:13 +00:00
Lance
71fc431888 * Fixed a variable loopback problem on NPC shop price checking routine.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 14:28:08 +00:00
skotlex
01cf48cd39 - Fixed a memory overwrite crash on pc_readdb, thanks to foobar.
- Fixed only the first TK stance triggering when you have multiple of them active.
- Default of skill_attack_enable changed to yes.
- Fixed a compiler error in some ninja skill that only triggers on windows or c++ compilers.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5557 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 13:35:11 +00:00
Lupus
bd6c2ee92a Doppel's drops fix Lance 1411 -> Lance 1410 [Lupus]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5556 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 07:27:29 +00:00
Lupus
cbd83c0118 g_giant_hornet now agressive
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5553 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 06:19:15 +00:00
Lupus
3304b6c598 added 3 shops
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 06:14:03 +00:00
Lupus
c87fbd0c64 minor typos, fixed Turtle island exploit
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5549 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 05:50:01 +00:00
skotlex
858d87d0c8 - Fixed Valkyrie's shield script in item_db.sql
- Added a warning on the char-server's name when it contains a space.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5547 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 01:56:59 +00:00
skotlex
36d4464315 - Fixed the linked bard/dancer skills toggling with each call to pc_calc_status
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10 00:20:36 +00:00
skotlex
f1a58a1ae9 - Fixed a bug in the pc_skillreset function.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5543 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 23:23:43 +00:00
skotlex
9ca89d4cdc - Some small cleanups in mob_read_mobavail (or however it is named)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5542 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 21:33:39 +00:00
Vicious
458a75780e fixing max_weapon_size
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5541 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 21:02:48 +00:00
blackhole89
e9ec45a43c MAX_WEAPON_TYPE was used with less-than during loading, thus causing the weapon class MAX_WEAPON_TYPE not being read in. Additionally, aspd_base was too small (MAX_WEAPON_TYPE rather than MAX_WEAPON_TYPE+1), thus causing out-of-bounds memory access each time it was used. I wonder why nobody noticed that yet.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5540 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 20:51:19 +00:00
blackhole89
a2a0e1e323 only the first 22 CSVs were read in, but MAX_WEAPON_TYPE+5 was 27 -> uninitialized array indices got atoi'd
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5539 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 20:26:45 +00:00
skotlex
ffea309d01 - Now you can't raise levels on an acquired skill when that skill is currently an acquired skill.
- Fixed pc_damage_sp not properly substracting SP.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5537 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 19:48:50 +00:00
skotlex
8309da5f58 - Made Magic Crasher a BF_WEAPON attack.
- Made skill_unit_range a per-level setting. meteor and Lov now have their unit range adjusted in the skill_unit_db rather than hardcoded.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 19:14:21 +00:00
Vicious
c4d6af569a more ninja/gs update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5535 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 18:39:57 +00:00
blackhole89
1f037dd750 There go the status icons.
What is SI_MAEMI? Or rather, the icon in i_maemi.tga.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5534 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 17:15:36 +00:00
skotlex
26374a61c1 - Moved a bunch of sc_effects that should be cancelled on hit from mob_damage/pc_damage to battle_damage.
- Changed ITEM_NAME_LENGTH to 50.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 16:54:36 +00:00
skotlex
f1231f7723 - Fixed stun's duration not getting reduced by vit + luk/3
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5531 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 15:25:57 +00:00
skotlex
1a023c8a7c - Fixed #itemlist not taking into consideration crafted/forged items and pet eggs. Cleaned up a bit the function as well.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5530 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 14:42:51 +00:00
Vicious
d574e42132 partial SC work. it doesn't break, but it doesn't work either.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5529 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 09:14:11 +00:00
Vicious
599c56738d skill tree for NJ/GS
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5528 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 07:52:27 +00:00
Vicious
ae8573f399 * included MAX_WEAPON_SIZE for flexible weapon types
* more ninja/GS work

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5527 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 05:43:51 +00:00
skotlex
d29bdd1949 - Fixed a bug that was making the no_spawn_on_player setting useless.
- Added Deadly Poison and Bleeding to status_get_sc_def, meaning that now vit does increases defense against being inflicted from it.
- Fixed a crash and an infinite loop in @whodrops @.@
- Expanded the item_db column sizes for the names to 50.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5526 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 04:05:48 +00:00
Vicious
e2200363f2 enabled skill_cast_db. still lacking LOTS of info
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5525 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 01:01:57 +00:00
Vicious
a3d320f902 more skill fix.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5524 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-09 00:56:11 +00:00
blackhole89
e44d01699a GS_TRIPLEACTION: multihit x3
GS_RAPIDSHOWER: multihit x5
GS_SINGLEACTION, GS_SNAKEEYE: passive like AC_OWL
GS_CHAINACTION: passive like TF_DOUBLE

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5523 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-08 20:45:23 +00:00
Vicious
ab4248e6b8 Some more skill fix.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5522 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-08 19:43:20 +00:00
Vicious
236ee6573a Some item/skill db fixes, thanks to Zephiris and Foruken
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5521 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-08 19:21:35 +00:00