summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Fixed bugreport:5873 sex changed shouldn't now make exploits regarding item b...rud0lp203-5/+8
2012-05-29Fixed bugreport:5850 GN_HELLS_PLANT damage formula and behavior are now updated.rud0lp204-4/+11
2012-05-27Fixed bugreport:5842 RK_DRAGONBREATH damage should now be reducible by defend...rud0lp202-1/+9
2012-05-27Fixed bugreport:5821 GN_SLINGITEM item requirements(item throwables) should n...rud0lp206-21/+73
2012-05-26- Follow up to r16147: check the price in the shop file, instead of id->value...brianluau1-1/+1
2012-05-26Fixed bugreport:5658 Instance NPCs will now be cleared properly. Super-Specia...shennetsind2-2/+30
2012-05-25Fixed bugreport:5813 LG_SHIELDSPELL damage formula in physical and magic is n...rud0lp201-10/+13
2012-05-25- Added a warning when NPC shops sell items for 0z (FREE!)brianluau1-0/+5
2012-05-24Fixed bugreport:5809 Ice Wall should now block mobs properly.shennetsind2-2/+7
2012-05-24Follow up r16143 minor minor performance improvementshennetsind1-5/+3
2012-05-24Fixed RA_CAMOUFLAGE where the animation(semi transparent effect) is not seen ...rud0lp204-9/+17
2012-05-24Fixed bugreport:1551 poison and edp poison now give proper exp to caster vs m...shennetsind2-5/+14
2012-05-24- Fixed a buy/sell zeny exploit (bugreport:5799), follow up to r16138 and bug...brianluau1-1/+1
2012-05-23Fixed bugreport:5794 characters are no longer able to bypass servers max leve...shennetsind1-2/+2
2012-05-21Fixed bugreport:5777 WL_DRAINLIFE HP absorption based on damage is now workin...rud0lp203-12/+12
2012-05-21Added new script command: instance_check_party <Party ID>{,<amount>{,<min>{,<...rud0lp201-0/+59
2012-05-21Fixed bugreport:5699 all new options should now be passed properly to clones ...shennetsind1-1/+1
2012-05-20Fixed bugreport:5619 MO_EXTREMITYFIST should now consume all spirit sphere.rud0lp205-4/+39
2012-05-19NPC Loaded by @loadnpc will now trigger their OnInit labels as they're loaded.shennetsind3-10/+22
2012-05-19Fixed bugreport:5618 @summon stuff trap-like skills no longer hit its alliesshennetsind1-18/+13
2012-05-17- Added +11 and above refiner NPC.masao872-16/+55
2012-05-17Added new command: @setshennetsind1-0/+113
2012-05-17Fixed bugreport:5620 Fear Breeze auto attack should now trigger properly.shennetsind1-2/+20
2012-05-17Fixed bugreport:5622 Fixed bug with renewal mode berserk not removing twohand...shennetsind1-0/+5
2012-05-17Fixed bugreport:5491 Adrenaline Rush boost was updated to renewal standards.shennetsind1-8/+6
2012-05-17Updated renewal's level modifier on damage formula.shennetsind3-73/+80
2012-05-17Fixed bugreport:5755 Howling of Mandragora cast time effect should now work p...shennetsind1-13/+10
2012-05-17Fixed bugreport:5757 Added missing Sorcerer Insignias, Credits to brAthenashennetsind5-106/+161
2012-05-16Fixed bugreport:5749 Amplify Magic Power should now work properly on multi-hi...rud0lp207-22/+108
2012-05-13- Full revert of r16105 and r16106.eathenabot6-37/+20
2012-05-13Fixed bugreport:4951 Bard/Dancer songs duration exploit fixedshennetsind1-8/+15
2012-05-13Fixed bugreport:5722 now client "/" commands that use @command functionality ...shennetsind2-49/+53
2012-05-12- Added an extra check to all instance script if there are actually 2 Players...masao871-0/+9
2012-05-12* Merged changes up to eAthena 15095.eathenabot6-20/+37
2012-05-11Fixed bugreport:4955 @changegm no longer functions within gvg castles, specia...shennetsind1-6/+3
2012-05-11Fixed bugreport:5729 Effect formula and duration of LG_SHIELDSPELL level 1 fi...greenboxal22-5/+6
2012-05-11* Merged changes up to eAthena 15094.eathenabot1-52/+26
2012-05-10Wug rider may no longer be used on rangers with a falcon -- special thanks to...shennetsind1-1/+1
2012-05-09* Fixed the guild skill delay reset feature bugreport:5715cleaverbeaver1-1/+1
2012-05-08Fixed bugreport:5513 Chaos Panic should now inflict Confusion/Chaos effect wo...rud0lp203-19/+15
2012-05-08Fixed an issue with MDEF & DEF where it does not updating after equipping. rud0lp203-23/+65
2012-05-07Fixed bugreport:5685 Base atk formula is now in RErud0lp201-6/+16
2012-05-06Fixed bugreport:5698 Missing null pointer check on NC_MAGNETICFIELD.greenboxal21-1/+1
2012-05-05Follow up r16071 Fixed memory thing (if atcommand_suggestions_enabled was dis...shennetsind1-4/+6
2012-05-04Fix bugreport:5695 local scoped variables reference map not being freed after...greenboxal21-8/+16
2012-05-04* Partially reverted r16076. The 2 loops wasn't unnecessary, they use differe...xazax-hun1-2/+23
2012-05-04- Fixed feature.conf improper formatting and removed two unnecessary iteratio...epoque111-23/+2
2012-05-03* Replaced some literals with enum values.xazax-hun3-10/+10
2012-05-03Regularized file not found error messages.xazax-hun4-4/+4
2012-05-03* Implemented an atcommand suggestion system.xazax-hun4-0/+88