summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-10Mob db back to windows format :pPlaytester2-870/+870
2006-05-10- Changed wedding costumes to use setoption rather than changebase.skotlex6-18/+20
2006-05-10Updated history in inn.txtPlaytester1-1/+3
2006-05-10Fixed Inn dialoguesPlaytester2-21/+20
2006-05-10- Updated mob_db2.txt and mob_db2.sql to have only 10 drop slots rather than 15.skotlex4-93/+85
2006-05-10Finished DNSBL, Although untested, It's simple code and should work fine.Zido4-35/+39
2006-05-10- Rewrote/cleaned up trade.c for a more clean trading implementation.skotlex8-361/+357
2006-05-10- Modified @commands to use Meruru's code which is faster and does a fair att...skotlex2-24/+38
2006-05-09- Updated SKA to return a random value between 0 and 99 each time status_get_...skotlex3-3/+7
2006-05-09- Reduced drop slots from 15 to 10.skotlex6-1620/+1609
2006-05-09- Updated setoption script command to receive a second (optional) argument fl...skotlex4-12/+34
2006-05-09- Small fix in npc-created chat rooms to properly include the terminating 0 o...skotlex2-1/+3
2006-05-09- Fixed Fog of Wall's symmetry in respect to Misc attacks, they no longer get...skotlex3-5/+7
2006-05-09- Added missing icon for Joint Beatskotlex3-3/+11
2006-05-09- Fix on pc_skill which fixes overlapping when one gets more than one bonus f...skotlex5-5/+14
2006-05-09- Cleaned up somewhat the implementation of BladeStop.skotlex3-16/+17
2006-05-09- Fixed the head_bottom (pet-armor) position in packet 0x22c when crafted for...skotlex2-1/+3
2006-05-09- Script commands sc_start, sc_start2 and sc_start4 will now start regardless...skotlex6-12/+27
2006-05-09Inn now costs 5k at every levelPlaytester2-5/+7
2006-05-09More Aegis X.2 drop updatesPlaytester2-16/+18
2006-05-09- Reverted the change that was making ES skills stun the caster always.skotlex2-23/+25
2006-05-08- Removed the fixpos packet sending when damaged. Aegis sends no such packet.skotlex3-4/+7
2006-05-08- ES magic will now put the caster on stun for 0.5 secs regardless of whether...skotlex6-43/+96
2006-05-08- Cleaned up combo-skill implementation, SC_COMBO is automatically ended in s...skotlex2-16/+31
2006-05-08- Corrected Stun Duration for Meteor assaultskotlex5-22/+27
2006-05-08- Increased max number of tries to find a random spot in maps to 1000 since s...skotlex7-14/+22
2006-05-08- Fixed compilation error.skotlex5-10/+14
2006-05-08- Removed SP_DISGUISE from the bonus list.skotlex11-47/+60
2006-05-07Upgrading mob drops to X.2Playtester2-19/+19
2006-05-07Updating drops to Aegis X.2Playtester2-13/+15
2006-05-07git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6513 54...killercube6-77/+84
2006-05-07Fixed Sea Otter QuestPlaytester2-3/+6
2006-05-07removed old logsLupus12-706/+22
2006-05-07* Optimized clif.c clif_scriptmenu/input/inputstr to check for sd->state.usin...Lance2-6/+12
2006-05-06* item_db scripts cleanup (use of if{})DracoRPG2-40/+46
2006-05-06Fixed warp in the Turbo Track RoomPlaytester2-1/+3
2006-05-06- Updated item_db.sqlskotlex2-109/+109
2006-05-06- Changed @deletemail's default level 0. NO ATCOMMAND SHOULD HAVE A DEFAULT O...skotlex1-1/+1
2006-05-06- Fixed a bug in @commands, most likely the reason some people were still get...skotlex2-1/+3
2006-05-06- Added missing include <limits.h> to npc.c...skotlex1-0/+1
2006-05-06- Corrected the max level of NPC_DARKBREATH 10->5 (don't ask, I need these th...skotlex2-2/+1
2006-05-05- Fixed @commands not showing the last available commands (unless the total a...skotlex2-1/+5
2006-05-05- Added a npc-script-event cache to avoid looking up event-scripts every time...skotlex7-92/+136
2006-05-05- The Rest bonus activated by using /doridori while in rest should now trigge...skotlex2-1/+3
2006-05-05- Fixed Kaupe always triggering when the one who was under Kaupe was a player...skotlex2-1/+3
2006-05-05- /doridori now won't double the HP/SP regen of TKs, it only activates their ...skotlex5-24/+27
2006-05-05- Being in Enjoyable Rest state will now also trigger the HP/SP Time skills (...skotlex8-14/+52
2006-05-05- Kaupe now will only block all skills of players, for non-players, only norm...skotlex3-45/+49
2006-05-05- Added a check to prevent player invoked-endure from overriding infinite end...skotlex1-2/+11
2006-05-05- OnEquip scripts will be trigger on log-on now.skotlex10-35/+53