summaryrefslogtreecommitdiff
path: root/db/mob_db.txt
AgeCommit message (Collapse)AuthorFilesLines
2006-04-30Final updates for Bio Lab drop ratesPlaytester1-19/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6404 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30Updating Bio Lab drop rates to Aegis X.2 (part two)Playtester1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6402 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-30Updating Bio Lab drop rates to Aegis X.2 (part one)Playtester1-19/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6401 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29Updated drops of Bio Lab 3 MVPsPlaytester1-12/+12
-rate is 1/10 of the guessed values since we aren't finished with the skills and delays yet -also fixed a typo in item_db.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29Updated drops of Bio Lab 3 mobsPlaytester1-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29Updated mob delays to current infoPlaytester1-34/+34
- Bio Lab 1&2 mobs use delays of Egnigem - Bio Lab 3 mobs use delays of Howard (until we get more info) - Corrected Skekkiold's Speed/aDelay/aMotion git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6368 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29More fixes in the mob dbPlaytester1-5/+5
- fixed more drops - kRO name for Goblin Steamrider is "Steam Goblin" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6366 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29Started fixing the drops of mobs with more than 8 different itemsPlaytester1-819/+819
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6364 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-29- Modified the mob_db structure. The mvp related columns were moved to ↵skotlex1-819/+819
before the drops, amount of drops increased from 10 to 15. - Updated sql-files/mob_db.sql to latest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6354 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28Lowered drop rates of Bio Lab 3 normal mobsPlaytester1-6/+6
- not finished yet, need 12 item drop slots... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-28Updated drop rates of the Bio Lab 1&2 mobsPlaytester1-7/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6340 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-26Updated drop rates of Remover and Gemini to 1/2 of the guessed values from ↵Playtester1-2/+2
Tharis git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated Mode and Delays of Odin Temple mobsPlaytester1-10/+10
-using Frus delays for now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Adjusted Range of Plasma after testing it.Playtester1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6271 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Fixed Element, Race, aDelay, aMotion and Range of Plasma and BreezePlaytester1-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated the remaining mob names.Playtester1-59/+59
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated the kRO/iRO mob namesPlaytester1-31/+31
-done up to ID 1491, working on the rest now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-25Updated the header in the mob db text filesPlaytester1-1/+1
- the order is now SpriteName,kROName,iROName git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24DB files back to Windows FormatPlaytester1-819/+819
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-24- Added new column to mob_db Sprite_Name to hold the mob's sprite name. ↵skotlex1-819/+819
Columns Name and JName now hold the mob's english and kro names respectively. - Currently both Name and Jname have the KRO names, so someone will have to update them. - Updated mob_db.sql and mob_db2.sql to latest. - Added battle_config option override_mob_names to make the spawned mob names use the mob_db names instead of the specified names in the spawn files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6246 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23Put in most of the Kiel Hyre monster drops, at temporary low rates.MasterOfMuppets1-7/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-23kiel/odin statVicious1-46/+46
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-22Major fix to the Einbroch MobsPlaytester1-9/+9
-they should be to 99% official now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6233 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed stats of Chung E / Green MaidenPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6224 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Finally implemented Dragon Egg with official statsPlaytester1-1/+1
-still have to check the skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6222 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21* Fixed some mob skills that where missing an [Enter]... (Windows format... ↵Poki#31-19/+50
AGAIN!) [Poki#3] ...why co we have uncommented Attack skills under an iddle state? Oo * Added a lot of G_Mobs and changed some slave spawns to them. Please use the newest exe release. [Poki#3] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6219 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed some drops of the Bio Lab 1&2 mobsPlaytester1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6217 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-21Fixed more elements of Bio Lab mobsPlaytester1-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6216 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-20Fixed Violy's Arc Wand dropPlaytester1-1/+1
-she drops Arc Wand[1] and not Arc Wand[2] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6196 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-19Fixed attack power of Niflheim mobsPlaytester1-8/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6179 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Some more fixes to the Bio Lab mobsPlaytester1-16/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed Laurell's mob modePlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6167 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Updated Juperos MobsPlaytester1-42/+42
-now they have correct stats from kRO Sakray -Speed, aDelay, aMotion, dMotion are guessed from videos -I have yet to check the drops/skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6164 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed Element/Race/Size of all Juperos mobs, still working on stats.Playtester1-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-18Fixed element of Gemini and MonemusPlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6158 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17Fixed jname of Photon CannonPlaytester1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6136 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-17Fixed moving speed of Bio Lab 3 mobsPlaytester1-12/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6129 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-16Adjusted more Speed/Delays of Lighthalzen MobsPlaytester1-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Fixed Vesper's HP and implemented MonemusPlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6085 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Renamed Mastersmith Howard to Whitesmith HowardPlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6084 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Fixed attack/movement speed of Lighthalzen MobsPlaytester1-18/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6077 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-15Fixed the names of all Lighthalzen MobsPlaytester1-30/+30
-now using the official iRO names git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-13fixed VenatuLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-12Some Lighthalzen mob updates.MasterOfMuppets1-16/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6022 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-12Added some warps for the kiel buildings thanks to Celestria and fixed ↵Playtester1-1/+1
Violy's Violin[4] drop rate. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-04-11bunch of updates..Vicious1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5994 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-30* Fixed a lot of JnamesPoki#31-41/+41
* Revised all the spawns based on Emperium.org. - Only omobs got changed. eamobs is like it was. - I unified the formatting used for the map names. Please use that in future field expansions. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5808 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-29drop rate updateVicious1-27/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5795 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-13- Changed the mode of the crystals to 193 (can move, can attack, plants)skotlex1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-10Doppel's drops fix Lance 1411 -> Lance 1410 [Lupus]Lupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5556 54d463be-8e91-2dee-dedb-b68131a5f0ec