summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-23- Corrected clif parse name request failing on disguised characters.skotlex5-35/+49
2006-05-23* Fixed typo (this time it's not my fault) in script_reload() clearing the sa...Lance2-3/+5
2006-05-23Reloadscript cleanupLance1-2/+13
2006-05-23Crash preventionLance1-24/+24
2006-05-23* Fixed sleep command.Lance2-58/+59
2006-05-23* Added 'setd' support for local NPC scope (') variables.Lance5-35/+37
2006-05-23* [Scripting Engine Update] New variables are ready to be used. Lance3-2/+4
2006-05-23Dunno what the hell the causing the errors when using '@variables, 'variables...Lance1-11/+26
2006-05-22- Updated skill_delayfix to return 0 for mobs since they have no skill delay ...skotlex2-0/+5
2006-05-22- Corrected the 20 lvl diff 15% exp bonus on pk_mode servers. Thanks to Vayu ...skotlex2-1/+4
2006-05-22- Fixed a pair of compilation logic errors.skotlex2-3/+7
2006-05-22- Fixed a possible null pointer in script command misc_effectskotlex4-10/+21
2006-05-22- eAAC Update for Donation Girl [erKURITA]eaac5-58/+26
2006-05-22git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6693 54...Lance1-1/+0
2006-05-22* Looks like I fixed all of the leaks.. need someone to check :PLance1-1/+1
2006-05-22- Fixed some of the leaks.. still fixing..Lance3-2/+12
2006-05-22* WARNING: New scripting system contains memory leakLance11-111/+586
2006-05-22Forgot to uncomment jobmaster from npc-loading list -.-Lance1-1/+1
2006-05-22* Excluded idle and auto-trade party members from TK_POWER list.Lance2-1/+5
2006-05-22* Global_Functions fix. Jobmaster fix. Lance4-4/+8
2006-05-22* Fixed compilation errors.Lance3-91/+95
2006-05-22added thanksLupus1-0/+1
2006-05-22SC_SPEARSQUICKEN -> SC_SPEARQUICKEN normalized enum nameLupus5-44/+16
2006-05-21* eAAC Update + Fix [erKURITA]eaac5-1036/+1271
2006-05-21* Part A of the Homunculus code.blackhole895-0/+259
2006-05-21Bugfix wrong code block.Lance1-134/+133
2006-05-21Incorrect dates in changelog :(Lance1-2/+1
2006-05-21Incantation Samurai Card now ignores def of all non-boss racesPlaytester2-1/+4
2006-05-21- Fixed the "fake" mute status bugZido2-1/+7
2006-05-21* Speed up array size calculation and deletion.Lance3-22/+19
2006-05-21BugfixLance1-1/+27
2006-05-21Rewrote JobChanger..Lance2-459/+191
2006-05-21* Player must learn the skill before doing auto-spell Lance2-3/+6
2006-05-21And againLance1-1/+3
2006-05-21* Fix the fix: Should be sd->npc_str[message_len]=0;Lance1-1/+1
2006-05-21* Exploit prevention in clif_parse_NpcStringInputLance2-5/+10
2006-05-20* Ammendment: battle_config.skill_sp_override_grffileLance1-2/+4
2006-05-20* grfio_final moved back (with condition) if any of GRF overriding is enabled...Lance2-7/+13
2006-05-20* grfio_final moved back to do_final since it's used by @reloaditemdb. Lance2-2/+3
2006-05-20* jA1983 script.c buildin_menu fix. Thanks to End_of_exam.Lance2-0/+2
2006-05-20* Abit of alterations to login-server. Lance5-23/+22
2006-05-20git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6663 54...killercube2-0/+38
2006-05-19Major fix to the mob_skill_dbPlaytester2-57/+60
2006-05-19* Minor unsigned/signed alteration in pc_additem to shut the compiler up.Lance2-1/+2
2006-05-19- Small change in pc_additem that could be fixing the current bug with it.skotlex2-1/+3
2006-05-19More fixes on Amon RaPlaytester4-11/+17
2006-05-19- Fixed loginlog definition in main.sql, thanks to Tempestaskotlex3-5/+8
2006-05-19- Added some braces to clear up the code in pc_additem, even though I doubt i...skotlex3-7/+20
2006-05-19- Corrected number of water-ball hits when used by mobs and not consuming del...skotlex2-4/+15
2006-05-19- Updated mob ai behaviour so that mobs use IDLE state skills when their curr...skotlex2-4/+12