summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-04-25- Modified and simplified the random item group format. It now is <GroupID>,<...skotlex6-192/+134
2006-04-25- Simplified npc_gettimerevent_tick so that it should return a tick value eve...skotlex2-19/+3
2006-04-25- All GMs will be sent to the char server through packet 0x2aff now.skotlex2-9/+4
2006-04-24- Added script command escape_sql. It will return an escaped string for use i...skotlex2-1/+16
2006-04-24- DNSBL. Refer to changelog.Zido2-0/+66
2006-04-24- Fixed a typo when parsing the mob spawn files.skotlex1-4/+1
2006-04-24- Cleaned up @grind2skotlex3-9/+21
2006-04-24- Added logging of deleted characters when the char_log is enabled.skotlex1-0/+10
2006-04-24- Fixed skill_delayfix not altering delay at all after you reached 150.skotlex5-75/+96
2006-04-24- Added new column to mob_db Sprite_Name to hold the mob's sprite name. Colum...skotlex4-85/+98
2006-04-24- Idle skills won't trigger while the mob is walking.skotlex3-15/+53
2006-04-23git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6239 54...shinomori4-4/+33
2006-04-23- Added -fstack-protector to the Makefile, commented out by default.skotlex1-0/+1
2006-04-22- Fixed angelusZido1-1/+1
2006-04-22- Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_endskotlex10-213/+110
2006-04-21- SC_CLOAKING's val4 now holds whether cloaking ends or not on attack.skotlex4-24/+22
2006-04-21- Updated the HP/SP leech structures to have race-data attached to them.skotlex6-174/+242
2006-04-21- Fixed items not really getting unequipped when they should.skotlex1-1/+5
2006-04-21- Fixed the equip/unequip scripts not triggering for compounded cards.skotlex1-5/+40
2006-04-21- Char server will now ignore packet 0x65 for already authentified accounts.skotlex2-2/+13
2006-04-20- Added two columns to item_db: equip_script and unequip_script are scripts t...skotlex5-101/+156
2006-04-20- Raised the buffer size in clif_MainChatMessage to 200, removed the message ...skotlex2-4/+1
2006-04-20- Fixed buffer overflow in clif_MainChatMessage. It now prints a Debug messag...skotlex1-2/+5
2006-04-20- Cleaned up a bunch of GS/NJ skillsskotlex1-31/+17
2006-04-20- Added support for n to specify minutes to @charban. skotlex7-12/+20
2006-04-20- Added back the "you can't walk delay while attacking" to unit_attack_timer,...skotlex2-7/+4
2006-04-19- Removed the max cap of autoloot so you are now allowed to set autoloot valu...skotlex3-6/+19
2006-04-19- Fixed a typo in map_search_freecell which was returning incorrect cells acc...skotlex1-2/+2
2006-04-18git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6171 54...Zido1-0/+1
2006-04-18- IRC Bot can now auto-join when kicked from the channelZido1-0/+10
2006-04-18- Added @who to IRC Bot, Refer to changelog.Zido1-1/+18
2006-04-18- Changed the memory manager fatal errors when allocating memory to print out...skotlex1-2/+2
2006-04-18- Fixed the delete_timer (@summons, alchemist plants) not invoking unit_free,...skotlex2-2/+4
2006-04-18- Removed message 592 from trade.cskotlex9-121/+122
2006-04-18Modifying st->oid is dangerous. Using sd->state.using_fake_npc as identifier ...Lance1-2/+1
2006-04-18* Shinomori's method (kinda) of remote script execution with interaction.Lance5-17/+30
2006-04-18cleaned the invisible fix a bit.Vicious2-11/+15
2006-04-18better way to fix invisible npc! :DVicious1-39/+23
2006-04-17- skill_clear_unitgroup is now invoked in unit_remove_map only on death if th...skotlex5-38/+25
2006-04-17Refer to changelogZido1-3/+2
2006-04-17- Added @users command to the IRC Bot. Checks no. online users.Zido1-8/+21
2006-04-17Refer to changelogZido1-2/+2
2006-04-17- Fixed pet being incorrectly removed when it had intimacy 0.skotlex2-2/+2
2006-04-17- Added state.running to unit_data to make it easier to check for running cha...skotlex8-121/+88
2006-04-17- Fixed TK_RUN having a cast-bar when attempting to stop-running and generati...skotlex2-5/+10
2006-04-17* Clearing the dummy npc after fooling the client.Lance1-22/+42
2006-04-17- Fixed the first call to the walk timers having the tick interval halved, wh...skotlex1-5/+14
2006-04-17- Changed the npc_id mismatch warning to be more informative.skotlex2-27/+13
2006-04-16- Fixed char-sql server still reading the old lanconfig format rather than th...skotlex1-7/+10
2006-04-16- Fixed Magnum break's animation not showing if the fire-elemental bonus did ...skotlex3-8/+5