1161 Commits

Author SHA1 Message Date
L0ne_W0lf
802be4c433 Updated some existing items and added some others.
* Changed NPC_BLEEDING in mob_skill_db to be target not self.
* Added Event drops to tarou, cramp, martin. (enable in mob_db2)
* Added new pet: New Year Doll (quest reward) thanks to Yomanda.

Added Lunar new year event for 2008 from iRO. Read comments before enabling.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12183 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-07 17:12:54 +00:00
skotlex
96684da892 - Fixed Freezing Trap doing no damage (changed type from misc to weapon)
- Changed suiton's element to water (apparently fixes not being able to use water-based skills on it)
- Fixed Landmine doing no damage (decreased trigger range to 0 to match its splash range)
- Fixed the disguise commands using the wrong variable when attempting to disguise as an npc.
- Fixed a compilation warning on CELL_CHKNODAMAGE (which is a totally bad-ripoff of basilica cells anyway)
- Corrected and optimized npc_remove_map's npc array cleanup (@reloadscripts no longer report 'too many npcs per map and related dangling pointer crashes are fixed)
- Removed suspicious, yet totally unused npc_data variable 'n'
- HP loss item scripts can no longer kill you.
- Corrected the item-drop-rate check to avoid duplicate entries in @whodrops after a @reloadmobdb
- Cleaned up and optimized map_addnpc (there are never any gaps in the npc array so npc_num always points to the last valid entry)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12180 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-07 00:07:47 +00:00
FlavioJS
5d087e966f * Changed cast time of Napalm Vulcan from 1,7s to 1s.
Based on X.4 and 11.2 zones

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-25 15:38:57 +00:00
skotlex
5c4212300a - corrected duration of sphere mines to be 30 secs regardless of skill level
- Corrected duel_count/duel_list (you DON'T place variables in a .h file! That is what 'extern' is for)
- Script command warpportal now places a warp in its initial state (as if a real warp portal was casted)
- Updated dispell to also not remove the following effects: Hindsight, Inc Hit/Atk Rate (NPC_POWERUP), Nen, TK stances and tumble, warm and speedup1 (the other speed potion)
- Chase-walking characters can now loot.
- Hiding characters can't drop items now. 


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-09 16:08:57 +00:00
Playtester
88b874c259 * Updated MVP drops to 11.2
- also increased speed of Lord of the Death

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11990 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-28 20:11:32 +00:00
Playtester
ff14a65c53 Fixed two bugs in mob_db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11977 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-26 15:40:32 +00:00
skotlex
ece12b6e42 - Cleaned up a bit the format of skill_db.txt (that comma next to the skill name looks ugly if you ask me)
- Corrected skill_db reading to properly trim the skill name/descs.
- Added a mobid_db in map.c to handle mob lookups faster.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11943 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-18 15:45:48 +00:00
skotlex
aa83de997f - corrected Option_Xmas value in const.txt
- Wand of Hermode now dispells buffs only of allies.
- Fixed some null pointer checks in status_change_end.
- Corrected a crashy Warning message.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11910 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-14 02:57:54 +00:00
L0ne_W0lf
10bec9ed67 Fixed Big Defense Potion 10ea Box. (was giving small def pot.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11909 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-14 01:16:31 +00:00
skotlex
000833c998 - Corrected Lif skill durations/delays according to http://irowiki.org/wiki/Lif
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-05 10:42:35 +00:00
zephyrus
283edfc342 - Added some missing headgears from others official servers.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11852 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-02 17:53:41 +00:00
L0ne_W0lf
eac1b05f1f Added Battle field and Memorial dungeon maps.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27 18:39:32 +00:00
skotlex
ff43b0d74a - Cart Termination now ignores the attacker's cards, as a side effect makes it bypass AutoGuard & Cicada Skin Shedding
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27 09:46:30 +00:00
L0ne_W0lf
94d757d2a9 * Added slots to Cross Shield and Book of Charms (bugreport:429)
- Fixed the brynhildr item script. (bugreport:429)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11784 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-22 22:43:37 +00:00
L0ne_W0lf
622b38ca4a Guard effect when auto-casted by Clock Card will now cancel on armor swap.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11778 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-22 15:34:11 +00:00
Playtester
71eaa7de49 * Heat now only does 10 hits a second
- this is an official kRO update
- you can still set the delay in the skill_unit_db to what you desire

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11748 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-17 08:55:01 +00:00
zephyrus
e5fd2c8ab4 - Added 2 new status changes for Life and Regeneration Potions [Zephyrus]
- Fixed some items boxes giving wrong tamings.
- Fixed another item giving 48 gladius[3]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11738 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-15 04:29:05 +00:00
zephyrus
9145b0167f - Added SC_INCMDEFRATE, used in Mdef Potions.
- Added the effects of the fireworks items.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11722 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-12 09:13:29 +00:00
L0ne_W0lf
b3c5cc4124 Corrected some of the ep. 12 accessory bonuses.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11720 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-12 05:40:02 +00:00
L0ne_W0lf
a5a301f9fa Fixed an item giving 24 of the 'Gladius' item. :P
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-11 08:34:09 +00:00
L0ne_W0lf
1eb8c5f30c * Item Database update.
- Added some missing items. (Still much more to add) Slow process as I have to translate them myself.
- Added Battle Ground reward equipment.
- Implemented some 12.1 equipment bonuses.
- Added enabling of level 3 Turn Undead back to Grand Cross


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-11 04:28:35 +00:00
L0ne_W0lf
9bceb2855e Fixed Aesprika's item ID.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11686 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-06 17:40:26 +00:00
L0ne_W0lf
036c21af79 Added the Halloween 2006 event script.
Updated drops for Event Lude.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-06 04:47:24 +00:00
L0ne_W0lf
45d6a3922e Updated some of the 12.1 armor, added Brynhildr and ASepirka.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-05 23:32:47 +00:00
Playtester
793b56b374 Fixed Imp using a too high level of Firebolt
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11668 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-05 20:15:01 +00:00
Playtester
569e4029ba Updated DEF and MDEF of Moscovia mobs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-05 19:38:28 +00:00
L0ne_W0lf
195265961d * Minor fixes/updates to various items.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-02 17:09:12 +00:00
Playtester
b2aeae0dcc * Added trap mode to Firepillar
- tell me if it breaks something

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-02 12:30:19 +00:00
L0ne_W0lf
599dca2529 Updated to fix errors reported by Zephyrus_CR. bugreport:334
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11615 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-29 22:52:45 +00:00
L0ne_W0lf
1f6bb721f5 Corrected Cross Shield bonus.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11598 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-28 18:17:47 +00:00
Playtester
9ec6519201 * Some small db updates
- fixed Bongun Card thanks to Gepard
- updated Ifrit Card to official
- Fire Wall now has 2 cells knockback
- set interval values of Fire Wall and Fire Formation to 20ms

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11581 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-26 10:17:06 +00:00
L0ne_W0lf
9f70b10ff7 Added Arunafeltz State WoE maps.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-23 15:15:57 +00:00
Playtester
0e39094a11 Fixed Bowling Bash doing more than 1 tile knockback
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11547 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-22 19:34:06 +00:00
Playtester
3d7e086154 * Added new cards to drops so they can be tested
- updated sql files

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11539 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-21 16:05:05 +00:00
Playtester
9d1359a5c2 Implemented remaining 12.1 cards
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11537 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-21 13:18:38 +00:00
Playtester
18227dd6d8 Fixed some typos in the item_db
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-21 11:21:07 +00:00
Playtester
96626a3127 Fixed some item bugs
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20 23:39:20 +00:00
L0ne_W0lf
8b47fc5275 Corrected Desert Twilight and slots.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20 23:12:47 +00:00
Playtester
63b525649c * Some more updates to the skill unit code
- renamed SKILLUNITTIMER_INVERVAL to SKILLUNITTIMER_INTERVAL
- Heat now depends on the interval settings rather than firewall_hits_on_undead
- if you want Heat to do more or less hits you can now change the interval value in the skill_unit_db.txt (official+default: 20ms)
- Icewall doesn't break anymore when the SKILLUNITTIMER_INTERVAL gets changed

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11526 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20 14:53:23 +00:00
Playtester
627ef4f13c Updated some new cards for testing purposes
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11522 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-19 23:23:11 +00:00
Playtester
ddfbc69bfe Fixed some typos and updated Atroce Card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11521 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-19 22:29:13 +00:00
Playtester
3cd6ed7355 Updated Gorynych's DEF/MDEF
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11517 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18 22:33:37 +00:00
Playtester
4eba2db770 Fixed Ahlspiess not ignoring def of bosses
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11513 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18 19:20:45 +00:00
Playtester
6bcbcb11bb * Further optimization of the skill unit code
- removed code for Crimson Fire Formation it now uses the same code as Fire Wall
- added same knockback behavior as Fire Wall for Fire Formation
- Heat now does 50 hits a second in pvp too
- please let me know of any bugs that might appear

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11510 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18 18:07:09 +00:00
Playtester
ead417758e Fixed used levels of NPC_CRITICALWOUND
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11490 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-16 18:02:47 +00:00
Playtester
adf31fdd8d Reverted arrow crafting as there's no evidence that it really has been changed
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11483 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-16 00:09:53 +00:00
L0ne_W0lf
34a1e73c9f Readded Sonic Acceleration to the skill DB. -_-
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11481 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15 18:14:25 +00:00
Playtester
3608801c4a Fixed duration of Enchant Deadly Poison
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11480 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15 16:13:50 +00:00
Playtester
e3290e6d15 Reverted last fix according to tests on Aegis
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11479 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15 13:20:47 +00:00
Playtester
eae1fe5d0b Fixed aftercast delay and timer of Venom Splasher
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11478 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-15 12:33:07 +00:00