summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2006-12-11* Readded removed mobs in a commented formPlaytester2-11/+22
- also commented all invalid and missing sprite mobs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9457 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-09Implemented Frus CardPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9442 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-08- Minor fix in one mob skill line.skotlex1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9439 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-07- Cleaned up implementation of NPC_EMOTION/NPC_EMOTION_ON. Now val0 is the ↵skotlex2-161/+163
emotion, val1 sets the mode, val2 adds to the mode, val3 removes from the mode. val4 asks to remove the previous mode change. - Updated the mob skill reading code so it accepts hexadecimals in the 'val' fields. Also, it will optimize the NPC values so that when you set a mob's mode to their db mode, it will just remove the previous mode. - NPC_EMOTION_ON will now automatically move it's new mode to val2 since it should add a mode, and if this mode doesn't has the aggressive bit, it will remove it. See this "ancient" hypothesis on how NPC_EMOTION_ON should work for the details: http://www.eathena.ws/board/index.php?showtopic=63606 - Updated mob_skill_db to account for the updated mob modes on NPC_EMOTION skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-07Updated cards according to latest kRO patchPlaytester2-9/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9430 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-06Fixed mode of guardiansPlaytester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-06* Updated mob modesPlaytester2-818/+820
- they are now in hex format git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-06Updated accessoiresPlaytester2-44/+50
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9418 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all ↵FlavioJS52-34954/+34954
txt/conf/h/c files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-04- Fixed HVAN_INSTRUCT int bonuses.skotlex3-3/+3
- Renamed mob_db's "adelay" column to ThinkTime and made the mob.c code use it instead of MIN_MOBTHINKTIME. The adelay of mobs will also be equal to their thinktime unless their thinktime is less than their attack motion. - Cleaned the mob_db reading code a bit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9406 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-04Almost official HP values for Ninja/GunslingerPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9405 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-04Updated garmentsPlaytester2-16/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9403 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-03Updated shoesPlaytester2-9/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9399 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-03- Made ers double frees report as missing entries on destruction.FlavioJS1-4143/+4143
- Only one swap function (in cbasetypes.h) is used. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9396 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-02typoPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9392 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-02Updated armorsPlaytester2-11/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9391 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-02Updated shieldsPlaytester2-7/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9390 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-02Removed another unused mobPlaytester1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9383 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-02Removed some mobs that aren't used anymorePlaytester2-7/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9381 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-12-01Updated various mob stats thanks to SoukosaPlaytester2-458/+480
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9377 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-30Fixed some mob names thanks to SoukosaPlaytester2-20/+22
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-29More drop updatesPlaytester2-64/+65
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-29Updated various dropsPlaytester3-83/+85
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9364 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-29Fixed Alchemist combo's autospell casting on target instead of selfPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9356 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-27Fixed up healing itemsPlaytester2-80/+84
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9332 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-27Updated Rachel mob dropsPlaytester3-23/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9330 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-27Updated Rachel mob statsPlaytester2-20/+21
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9328 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-27- Corrected KiriKage's range so it works correctly when used by non-players ↵skotlex3-2/+7
or when use weapon's range is used. - Changed service for you's flags so it affects all players on range. - Corrected the skill animation for Absorb Spirits - Cleaned up a bit the implementation of how Gravity Field blocks the caster from moving. - Mob class-changing will fail if the new class is the same as the previous one. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9325 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-26Updated Rachel Field mob stats and dropsPlaytester2-11/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9322 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-26Updated selling price for some common dropsPlaytester2-8/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9321 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-25Fixed Sphinx Helm, Coif and Orc Hero HelmPlaytester2-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9320 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-25Fixed selling price of Fine Grit 10z -> 60zPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9319 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-24- Heaven's drive no longer targets traps.skotlex2-1/+3
- Some minor cleanups git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9316 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-23Fixed sp cost of RG_RAIDPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9301 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-23- Made WFIFOHEAD() check for available buffer size remaining on the ↵skotlex1-1/+1
connection, and when there's not enough space, it will increase it. - Added define TURBO to the Makefile. It enables MouseJstr's socket access optimization which should speed up the code when accessing the write/read buffers repeatedly within a function. - Fixed the functions where the RFIFOHEAD/WFIFOHEAD functions were used incorrectly (prevents TURBO enabled compilations from finishing) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9297 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-23* Official skills for remaining Thanatos mobsPlaytester2-150/+76
- this completes the X.3 and X.4 mob skill updates - removed various skills from G_mobs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-21- Various GS skill requirement corrections:skotlex2-8/+10
- All coin related skills can be used with any weapon. Those that require ammo can be used with any ammo. - Added support for specifying ammo type = 99 in the skill_require_db file, it can be used to specify that any kind of ammo can be used with the skill, but you NEED to have ammo equipped. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9289 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-21* Fixed all cast times and delays of Gunslinger skillsPlaytester4-21/+22
- cast time of Dust is reduced by dex - Tracking cast time cannot be reduced by anything - Increase Accuracy requires 4 coins instead of 2 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-21- Corrected GS_DISARM, it is now a normal attack, which, when it connects, ↵skotlex1-1/+1
has a chance to do strip weapon ar a 3*lv% rate (modified by dex) - Fixed GS_PIERCINGSHOT, it should ignore defense - Corrected Gatling Fever costing SP when trying to turn it off. Also, speed increases bonuses won't take effect while it's active. - Updated the main makefile with a new OPT line. It is commented by default since it only works with GCC 4.X, when unset, it will hide away a huge amount of warnings that have to do with stuff that is not gonna be corrected in eA anyway. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-21* Updated healing values of Ketupat and Red Thorn FruitPlaytester2-2/+4
* Less G_mobs spawning in Odin Temple git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20* Official skill for Ancient Mimic, Death Word and AngelsPlaytester3-49/+54
- also made NPC_DEFENDER self targeted - Shelter now has angry mode git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20- The max level of NPC_SPLASHATTACK is now 1.skotlex2-1/+2
- Implemented NPC_DEFENDER. Reduces ranged Physical+Misc damage by 80% - Improved the battle config reader so it accepts hexadecimal values. Updated the monster_ai description to make use of this. - Added monster_ai&0x200. When set, mob skill delays are shared. That is, if the mob has several lines with the same skill, when the skill is used, the delay will be set to all of them, not just the one entry used. - Cleaned mob.c to use hex values when refering mob_ai - Corrected NPC_BARRIER so it grants 100 def/mdef (and not just mdef) - Weapon ATK bonuses will now only apply to watk and NOT watk2 on players (on players watk2 is refine bonus) - Corrected NPC_KEEPING. it should give 90 def, not 100 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20Flywing and Butterfly Wing will now use the teleport skillPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20Official skills for Breeze and PlasmaPlaytester2-39/+37
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-20* Official X.4 skills thanks to TharisPlaytester2-156/+177
- also set MVP skills to MVP skill level git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9271 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-19* Official skills for Abyss Lake mobsPlaytester3-61/+74
- G_Acidus, G_Ferus and Green Iguana don't have skills - someone should test if all skills are working - Green Iguana is now a looter git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18* Official skills for Bacsojin and Orc BabyPlaytester2-11/+19
- yes Bacsojin's skills are interuptable despite MVP status git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18Updated X.1 mob statsPlaytester2-13/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-18* Official skills for Detale and ThanatosPlaytester2-32/+51
- pm me if you want to help converting the mob skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Updated remaining X.2 mob statsPlaytester2-33/+34
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9250 54d463be-8e91-2dee-dedb-b68131a5f0ec