summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
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
2006-11-17Updated Bio Lab and Juperos mob statsPlaytester2-23/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9248 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-17Fixed some sprite mob namesPlaytester2-17/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16- Overlapping song/dances will now cause dissonance/ugly-dance level 1 ↵skotlex2-1/+3
instead of retaining the level of their song/dance. - Fixed the misleading description of what item_avail does. - Fixed wrong check in @petrename, thanks to The Ultra Mage. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9228 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Updated X.3 mob statsPlaytester2-30/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9227 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Updated Kiel dungeon mob statsPlaytester2-14/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9226 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Changed type of unimplemented cards to "Card"Playtester2-12/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9223 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-16Updated Odin Temple mob statsPlaytester2-15/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9222 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-15* Fixed Gonryun mob statsPlaytester2-13/+16
- also fixed Bacsojin and Chung E git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9221 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-14- Characters with Karma may fight amongst them anywhere.skotlex1-1/+2
- Added mapflags partylock and guildlock, which lock the state of the parties/guilds on said maps. partylock blocks user party requests to create/invite/leave/kick, while guildlock blocks user guild requests to create/invite/leave/expel/make alliance/make opposition/delete alliance/delete opposition/break git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9216 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-14- Reverted the hp conversion formula "fix" as it was correct before.skotlex1-3/+3
- Increased the trigger rate of Warmth skills from 500ms to 200ms. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9214 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-13Changed bAtk to bBaseAtkPlaytester2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9204 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-13merged HPConversion formula, merged Guardians installation during WoE. Item ↵Lupus1-1/+1
name typo CNADY -> CANDY git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9203 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-10Fully official GS/NJ Job ExpPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9198 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-10- Removed the inf2 = TRAP of FirePillar and Spider Web so they are blocked ↵skotlex2-2/+5
by Land Protector. - Renamed skill_landprotector to skill_cell_overlap since that is more coherent with what that function does now. - Corrected fog of wall, so that the deleted/doubled-duration effects are calculated on a cell-by-cell basis. - Updated Land Protector: It will now delete/block effects of ALL ground skills EXCEPT: Song/Dances/Traps (encores are still blocked). Land skills blocked/deleted by LP also can't be casted on top of an existing LP. The code uses the inf2 value of the skill to determine if it is a song/dance/trap. - Ganbantein, mimicking LP, will now also remove ensembles. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9191 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-09* More accurate Max HP values for TK/SG/SL/GS/NJPlaytester2-6/+8
- TK/SG/SL are official up to level 70 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9186 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-09- Reduced the check area of hermod to 3x3, you now have to literally stand ↵skotlex2-1/+3
next to a warp for it to work. - Corrected the Fog of Wall check so that it lasts 2x when it is placed on TOP of a suiton/deluge, not when the caster is on top of them. - Updated status_check_skilluse so that when the caster has a disabling status change (stun/petrify/etc) it will block the skill in all cases EXCEPT on cast-end when the skill is ground-targetted. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9185 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-09* Official Weight and Max SP values for TK/SG/SL/GS/NJPlaytester2-5/+8
- why were ours so far off the official ones? git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9183 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-09- Fixed Desperado's hit-rate.skotlex1-1/+1
- Some miscellanous cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9180 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-08- Reduced Wand of Hermod's splash range (max distance from a portal) from 3 ↵skotlex2-1/+5
to 2. Should it really be 1? (that is, be so close that moving a single cell warps you?) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9176 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07Kiel now summons 6 slaves instead of 5Playtester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-06- Corrected Ground Drift. Splash range of 3x3, stackable and placeable ↵skotlex4-4/+7
underneath others, cast time is 2 secs. It's considered ranged, and it's damage increase is defense ignoring, always neutral damage. - Added Bull's Eye 0.5 sec cast time - Corrected Bull's Eye implementation, it should deal normal damage against non brute/demi-human targets. - GS_DUST is now considered a short-range attack - Implemented Desperado's hit rate based on distance to caster as it's believed to behave. - Suiton's Speed/Agi penalty will affect everyone when used in versus maps. - GS_TRACKING's range is no longer affected by Snake Eye. - Cleaned up some skill_trap_splash - GS_FLING's defense reduction is now 5*lv% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9158 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-06- Ganbantein's delay is now 2 secs.skotlex2-2/+6
- Removed the time2 value of NJ_NEN since it has no use. - Removed the return code entry when logging GM reload-GM requests (login-sql),it'll just be stored as zero. - Added a fix on socket.c to not pick INADDR_ANY when choosing our own IP. - Applied the correction on maprespawnguildid so that it parses ALL players and not just those on a map. - TK_JUMPKICK now dispels normal aspd/speed potions (not berserk pitched ones) and Preserve will be unable to block this. - Soul Linkers are now inmune to SA_DISPEL - You can now place everything (except magic skills) on top of LPs. - Corrected Ganbantein to not touch song/dance/ensembles. - Status_calc_pc will refuse to execute if the player is still tagged as a "new connection" and the invocation is not meant to be the first one. - Swapped the order of checks in status_isimmune so that Wand of Hermod skill blocking takes precedence over GTB's - Client packets will all be ignored while a player is not on a map until the LoadEndAck packet is received. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9152 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-05Raised the chance to get an OPB from an OPBPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9146 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-05Official NJ/GS job exp for level 51+52Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9144 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03Official X.4 MVP rewardsPlaytester2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9133 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03Official NJ/GS job exp up to joblevel 50Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9127 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03* Remaining official X.4 drop updatesPlaytester3-11/+14
- updated related item names git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9126 54d463be-8e91-2dee-dedb-b68131a5f0ec