374 Commits

Author SHA1 Message Date
L0ne_W0lf
c268fbd5d8 Couple small corrections to the mob database. (bugreport:2109)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13153 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-29 11:18:24 +00:00
L0ne_W0lf
9a11c75c3e Archer and Knight guardians (WoE 1.0) will no longer detect hidden.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-21 17:13:24 +00:00
L0ne_W0lf
1f0d1cd052 * Fixed invalid element warning in mob database.
* healing staff and similar items now add to offensive heal as well.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13094 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-19 19:00:19 +00:00
L0ne_W0lf
57a39c5ecc * Fixed bugs in some items. (bugrepot:2059)
* Added stats for some mobs, and fixed some others.

* Rather large update to the Keil Hyre quest.
- Update does not add any of the changes made by iRO.
- Many updates, see script or tracker for details.
* Fixed condition check in turtle island warper. (bugreport:1943)
* Removed the duplicate NPC "Mudie" from Hugel City. (bugreport:2079)
* Corrected Umbala Dismantle/create Essence NPC. (bugreport:2089)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-19 00:16:37 +00:00
L0ne_W0lf
15f3aba273 Implemented stats for Sealed Shine and Endless Tower monsters.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12983 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-22 20:37:20 +00:00
L0ne_W0lf
77d04c1f72 Updated the Satan Morroc skills (still custom, based on Future Wiki)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12966 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-16 15:12:06 +00:00
samuray22
122942774c * Added Mobs for the New Orc Dungeon Instance.
* Changed Ep. 13.1 Monster to the correct IDs.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12841 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-06-16 23:35:30 +00:00
L0ne_W0lf
3329c9a8a2 * Implemented some of the 13.1 equipment (no weapons yet.)
* Added sprite ID and names for the 13.1 monsters. (no stats)
* Small update to the novice grounds, by Kisuka.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12749 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-31 17:27:52 +00:00
L0ne_W0lf
ceb9e38f1c * Fixed Satan Morroc and Injured Satan Morroc stats (bugreport:1546)
* Fixed a few instances of pneuma being casted on target. (bugreport:1557)
* Fixed Desert Twilight increasing damage to demi (bugreport:1559)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12719 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-24 10:20:17 +00:00
L0ne_W0lf
276b76106b Added Satan Morroc and Morroc Shadow monster stats.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12709 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-14 21:50:28 +00:00
L0ne_W0lf
eb39072a74 * Corrected Fire breath being self-targeted. (bugreport:1503)
- In addition corrected Chocolate Strawberry having infinite use. (bugreport:1484)
- And corrected stats for several Thor volcano monsters. (bugreport:1476)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-13 14:16:10 +00:00
L0ne_W0lf
ad166c8f5f * Beelzebub now summons 6 chonchons in addition to hell flies.
* Tristan 3RD is no longer considered a boss protocol monster.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12702 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-11 15:30:21 +00:00
L0ne_W0lf
65b101bd41 Randgris will summon a dropless/expless mob after initial mob.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12671 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-28 22:32:07 +00:00
ultramage
70e34f81cd Fixed an issue in r12575 where 'not setting char offline when going from mapserver to charserver' also caused a permanent account lockout if the player pressed 'cancel' in the char select screen.
Merged some recent changes from SQL to TXT, as someone didn't bother to do it.
Ifdefed the quest data request code as SQL-only (this was causing server disconnects whenver someone logged in).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-16 07:48:53 +00:00
ultramage
9609149c15 * Corrected some invalid syntax in skill_db.txt (wrong usage of commas)
* Renamed BA_FROSTJOKE to BA_FROSTJOKER (aegis server-side name)
 * Implemented a generic framework for parsing delimited db files (allows specifying min/max column ranges and max number of rows to read)
 * Corrected a typo in quest_update_objective()
 * Cleaned up pc.c a bit

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12599 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-15 13:49:40 +00:00
L0ne_W0lf
112ea90fa7 * Reverted the healing staff update. [L0ne_W0lf]
- The discrepancies in Aegis  and eA seem to like in meditatio.
* Updated War of Emeprium SE Sword guardian stats.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12469 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-03 20:21:00 +00:00
L0ne_W0lf
412f168c2a Updated Anubis drops to official.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12460 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-04-02 17:00:39 +00:00
L0ne_W0lf
1f894c1989 Corrected Bishop and Gopinich exp rewards.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-23 22:36:17 +00:00
L0ne_W0lf
b04c928b8d * Corrected more duplicates in mob drops.
- Updated a few custom existing drops as well.
- Fixed Hode so it drops Slotted Town Sword

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12408 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-20 21:04:23 +00:00
L0ne_W0lf
54d5485c67 Fallen Bishop lost his card...he found it though.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12401 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-19 16:09:50 +00:00
L0ne_W0lf
df659e4698 Updated some monster stats that got missed.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12400 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-19 14:58:03 +00:00
L0ne_W0lf
30a6dd7909 Updated Cursed Abbey monster drops.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12399 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-19 14:41:59 +00:00
L0ne_W0lf
ad915afa9b Moscovia mobs will now do more damage.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12397 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-19 02:28:10 +00:00
L0ne_W0lf
a588b0b312 Corrected Bloody Knight dropping Strong Shield twice.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-16 00:16:46 +00:00
L0ne_W0lf
6c77a579d5 Corrected Aliot dropping thin blade twice.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12373 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15 21:41:29 +00:00
L0ne_W0lf
f4a713e03b Fixed Bloody Knight's drops. Shield[1] -> Strong Shield[1]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12371 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15 19:48:29 +00:00
L0ne_W0lf
c027d3ce6b Updated mob database with 11.3 information. (bugreport:1191)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-15 19:35:58 +00:00
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
toms
ac123d2304 Updated conversion tools for mob_db & item_db
Updated SQL Files (item & mobs)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-25 16:11:39 +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
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
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
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
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
5542b30092 * Removed exp of poring stat mobs
- updated Moscovia mob stats
- updated sql files

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-12 00:52:18 +00:00
L0ne_W0lf
9ecf48b74e * Added all out-standing monsters to the Monster Database.(Poring stats)
- Added Several G_-type monsters. (Events?) as well as WoE:SE monsters.
- Commented out ALL custom monsters from mob_db2, mob_skill_db2, and mob_avail.
- Added Satan Morroc monsters with KNOWN STATS ONLY. These monsters are far from usable.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11411 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-11 18:13:26 +00:00
Playtester
e7605cbce0 Added 11.2 gun drops
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28 22:11:50 +00:00
Playtester
61e871da7f Small drop rate update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-25 12:44:40 +00:00
Playtester
0872562020 Updated more MVP stats to 11.2
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-22 09:22:38 +00:00
Playtester
4c01114652 * Slightly adjusted some drop rates
- updated sql files

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-19 13:27:14 +00:00
Playtester
b6e795d411 Some more drop rate updates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-17 21:59:27 +00:00
Playtester
ed80d61452 Raised the drop rate for some of the new equips
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-17 20:03:29 +00:00
Playtester
e3d99e4c54 Updated Moonlight's and Atroce's stats
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11189 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-13 13:10:57 +00:00
Playtester
3b02b1aca0 * Added Cursed Abbey mob skills thanks to Doddler
- also fixed level of MVP heal which was once again 10 instead of 11

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11150 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-09 08:54:09 +00:00
Playtester
e1834dc81e * Updated item_db, mob_db and skill_cast_db
- updated prices of new etc drops (guessed values)
- updated Cursed Abbey mob drops
- fixed db name of Thanatos
- fixed cast time of Rebirth Spirit

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-08 23:25:57 +00:00
L0ne_W0lf
88bf6d53a4 * Added more items; mostly rental. New pet tames, eggs.
- Updated and corrected some item names, both kRO and iRO names.
- Skill need correct view-ids for new headgears.
* Added new pets: Green Maiden, spring Rabbit, Goblins 1, 2 and 4,  Deleter, Diabolic, and Wanderer. The data is mostly custom.
* Corrected the item trade entry for the luxurious key.
* Added basic data for Spring Rabbit pet mob.

* Slight change to the Keil Hyre quest.
- If you have remaining items after FINISHING the quest, talk to Keil Hyre again and he will Remove ALL outstanding quest items.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-07 21:37:34 +00:00
Playtester
19a0138c49 Added Red Silk of Seal to White Lady drops.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11133 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-06 16:41:47 +00:00
Playtester
b755262522 Fixed some item names and updated drop rates a little
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-06 16:17:34 +00:00
Playtester
6a06c3bfb6 A minor drop rate change...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11131 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-06 10:07:21 +00:00