summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11Picklog improvements:gepard19841-19/+21
- now it is finally possible to log every item players gain or lose - added 3 log types: `I` for auctioned items, `B` for buying shop transactions and `X` for all other items transactions that don't fall into another category (for detailed explanation on all log types read `conf/log_athena.conf`) - it also fixes items being logged as picked up/gained by player when in fact they were dropped on the ground due to full inventory git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-08Fixed Exceed Break to work properly.protimus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15407 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-07Initial support for Royal Guard and some adjustments here and there.shennetsind1-49/+435
- credits to 3ceam for the base. - should you step by any bugs let us know, http://rathena.org/board/tracker/ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15404 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-04Re-designed /db/ folder structure as previously discussed.shennetsind1-10/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15390 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-04*Fixed compile warning.Chilly01231-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15389 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-04*Added 2 new accessory skills.Chilly01231-0/+32
*Reverted some mob changes from 15387. *Updated @go list and locations. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15388 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-04Fixed trap bugs as per bugreport:2817 (you finally can attack traps directly :0)shennetsind1-4/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15380 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03Fixed Self Destruction from hitting hidden characters, bugreport:310shennetsind1-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15371 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03Fixed bug with lullaby not ending after moving out of ensamble area (with ↵shennetsind1-1/+1
longing for freedom), bugreport:411 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15368 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03removed ALL_RIDING, as per information provided by Muad_Dib the skill is ↵shennetsind1-9/+0
meaningless, bugreport:5191; As per data from bugreport:5190 reins of mount is no longer deleted after use, re-use leads to releasing the mount git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15365 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01ALL_RIDING (Reins of Mount) item no longer screams the skill name upon being ↵shennetsind1-1/+0
used, bugreport:5190 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15346 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31Fixed Wink of Charm, affected mobs will now follow caster during effect, ↵shennetsind1-1/+1
bugreport:3127 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15336 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Fixed SC_BURNING icon not going off after it was over;shennetsind1-2/+2
Fixed SC_BURNING from making character unable to move/cast skills/use items/etc, bugreport:5174 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15328 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Follow up r15316, fixed a gcc warning (tsc was uninitialized)shennetsind1-5/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15317 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Fixed Dragon Breath don't causes damage on hidden enemies.protimus1-2/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15316 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Fixed TK Mission from getting random mobs not available from dead branch ↵shennetsind1-1/+1
list (thanks to Muad_Dib), bugreport:5175 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15315 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Fixed exploit with infinite item use, bugreport:2973shennetsind1-1/+6
-- Special Thanks to Yommy git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15312 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Fixed Autospell bugs with stacking, foot check, and max_count check. ↵shennetsind1-6/+90
bugreport:4774 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Confirmed on official server with assasin lvl 59 that venom dust poison ↵shennetsind1-1/+1
doesn't ignore items nor stats, bugreport:4781 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15304 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Revert of r15298, will move it to the bug tracker. not a commit worth of the ↵shennetsind1-1/+1
15300 title =/ git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15300 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29it has been confirmed on a official server that AoE skills (e.g. storm gust) ↵shennetsind1-1/+1
do not stop functioning when you are dead git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Fixed storm gust to always throw foe backwards from storm gust center, ↵shennetsind1-1/+1
confirmed on official server git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29reverting r15231 as per bugreport:1154shennetsind1-5/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15295 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-26Added support for Renewal Mode exclusive skill files, as per Kenpachi requestshennetsind1-0/+6
-- Entries in skill_<whatever>_db_re.txt safely overrides entries in its non_re.txt versions. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-26Added support for 'reins of mount' item, bugreport:5137shennetsind1-1/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24Added official elemental converter creation window handling, bugreport:5144shennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24Fixed baby classes forging/brewing rates, bugreport:4847shennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-24Fixed Sevenwinds (warm wind) and Miracle from being dispellable, bugreport:4889shennetsind1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-23Fixed all sniper traps (except ankle snare) from working on their owner; ↵shennetsind1-0/+5
bugreport:1154 Also fixed a gcc warning in status.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15231 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-23* Merged changes up to eAthena 15038.eathenabot1-5/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15225 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-22Fixed create elemental converter, bugreport:5142shennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15210 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-20vending bugfix for bugreport:947shennetsind1-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15188 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-20Storm Gust bug fix for bugreport:1813, also fixed a casual overflow in ↵shennetsind1-0/+5
sg_counter git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15186 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-20Fixed Devotion vs Reflection bug, bugreport:4508shennetsind1-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15185 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-20* Fixed invalid state running of TK_JUMPKICK (Flying Kick).protimus1-1/+5
- This was causing wrong damages when use the ability with 1 cell difference of your target. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15176 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-20* Fixed Cracker (GS_CRACKER) not work the stun effect.protimus1-11/+6
* Correct the use of Snap (MO_BODYRELOCATION) in battlegrounds. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15175 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-20Fixed Ankle Snare visibility issue, bugreport:3961shennetsind1-0/+8
-- activating (stepping on) a invisible ankle snare now makes the trap visible again git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15174 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-20fix to timer errors on tweakwon kicks, bugreport:4028shennetsind1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-17Assassin Cross of Sunset fix, bugreport:4631 credits to epoqueshennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15153 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-17Fixed blinker+evil druid vs status recovery bug, bugreport:326shennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-17Trick Dead may now be canceled with provoke, bugreport:4612shennetsind1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15143 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-17parenthesis makes all the difference, found as bugreport:4631shennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15142 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-17Poem Bragi, Whistle, Assasin Cross, Apple Idun, Humming, Don't Forget me, ↵shennetsind1-6/+17
Fortune Kiss and Service4U are only dispellable if you're no longer in the song area (in the 20s grace time), bugreport:4888 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-17Fixed bug with quest skills duration, shrink, sight blaster, etc), ↵shennetsind1-42/+10
bugreport:5122 dropped unofficial fire ivy support (also it was conflicting with the bug above) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-15Added new skill inf: INF2_NOLP, for bugreport:4347.shennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-15Arrow Shower now works over land protector, bugreport:4347shennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15129 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-14Renamed RRMODE to REMODEshennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-14- Fixed Sky Deleter Card (and similar items) not healing when killing a ↵epoque111-1/+3
monster when in Berserk status git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15106 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-14- Added new check conditions to prevent abuse from no-delay .act files ↵epoque111-8/+35
(bugreport:4249) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-13Follow up r15084, tested and adjustedshennetsind1-3/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15086 54d463be-8e91-2dee-dedb-b68131a5f0ec