summaryrefslogtreecommitdiff
path: root/src/char_sql
AgeCommit message (Expand)AuthorFilesLines
2006-10-13- Base attack for non players is now calculated as str + [str/10]^2 (it does ...skotlex1-13/+14
2006-10-11- Cleaned up unitattack, unittalk and unitdeadsitskotlex1-28/+25
2006-10-10- Fixed crash when char-server sends to a "random" map-server online on connect.skotlex1-1/+1
2006-10-04- Modified pc_jobchange so that it automatically removes peco/falcon/cart/hom...skotlex1-1/+1
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex12-211/+225
2006-09-26- Updated battle_check_target so that non-offensive skills cannot be used on ...skotlex1-24/+4
2006-09-22- Fixed the "map server claims to have char online, but this other map server...skotlex1-2/+6
2006-09-21- Removed the unrecognized class error messages from pc_mapid2jobid and pc_jo...skotlex1-1/+1
2006-09-14- Likely fixed "half" of the alliance being saved, which ends up in guilds th...skotlex1-2/+6
2006-09-12- Improved sql-query to check if name already exists when creating new chars.skotlex1-1/+1
2006-09-12- Added manual deletion of sc_data entries when deleting a character (char-SQL)skotlex1-0/+10
2006-09-08- Added upgrade_svn8675.sql in case, for some reason, your guild table still ...skotlex2-6/+2
2006-08-30- Fixed char-sql compilationskotlex3-16/+12
2006-08-30- Added a message to @clearweather stating when climate changes will dispel.skotlex2-90/+116
2006-08-23- Some minor cleanups.skotlex1-3/+5
2006-08-22more typosLupus1-8/+5
2006-08-22field typoLupus1-1/+1
2006-08-22added char deletion condition by BaseLevelLupus1-6/+30
2006-08-21Fixed SQL-Guild Creation, guild name was escaped 2 timestoms1-2/+4
2006-08-20Fixed "int format, long unsigned int arg" warningtoms1-2/+2
2006-08-15- Applied multiple fixes which should take care of making homun save/load wor...skotlex1-1/+1
2006-08-15Delete homunc's skills from sql when the homunc is destroyedtoms1-9/+17
2006-08-15- Fixed the int_homun.c compilation issue with Char-SQL.skotlex1-1/+1
2006-08-15- Some cleanup of int_homun.cskotlex1-16/+38
2006-08-14- Fixed script engine allowing scripts to set a player's zeny to negative val...skotlex2-2/+4
2006-08-13- Corrected the mapif_parse_PartyChangeMap function to correctly update level...skotlex1-7/+16
2006-08-10- Hopefully fixed family-party-even-share not breaking when a member logs out.skotlex1-0/+5
2006-08-09- Fixed the char-server not invoking the party_calc_state function when the t...skotlex1-4/+5
2006-08-08- Fixed the login-sql server replying to the change-sex packet with the wrong...skotlex1-0/+1
2006-08-03Changed atoi to strtoul for guild-experience's fieldtoms1-1/+1
2006-08-03Fixed a bug in int_storage.c, temp array doesn't have the good sizetoms1-1/+1
2006-08-02Code cleanup & optimization on guild part of char-servertoms1-319/+490
2006-08-01- Fixed the subnet 0 mask being reset to 0 when someone goes up on the fame r...skotlex1-3/+3
2006-07-30Force all players offline in sql when char-server startstoms1-0/+4
2006-07-27- Removed a redeclared variable i in the parsing of the fame list (char-txt s...skotlex1-1/+0
2006-07-27* Fix homunc & code cleanup [Toms] toms1-1/+1
2006-07-20- Applied the fix to homunculus name saving...skotlex1-2/+4
2006-07-19- Fixed the homun creation sql statement. Why noone else did so before?skotlex1-1/+1
2006-07-19- Corrected Trim chars to block 'enter', as explained by the Ultra mage.skotlex1-1/+1
2006-07-18- Added atcommand @partyoption, lets you alter the party item-distribution ty...skotlex1-3/+3
2006-07-18- Added character 013 (enter) to the list of characters that are always remov...skotlex1-2/+2
2006-07-18- Added a proper check to make aggressive mobs never override homun targets r...skotlex1-8/+7
2006-07-18- Updated mob_db.sql to current mob_db.txt data.skotlex1-9/+6
2006-07-17orn's lil fixVicious1-3/+3
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG5-8/+333
2006-07-10- Fixed check_connect_login_server check in char-sql server. Fixes char-serve...skotlex1-1/+1
2006-07-10- Fixed SQL compilation of the char-SQL server... (I need SQL installed at wo...skotlex1-5/+2
2006-07-10- Added login-char packet 0x2737. Sets all characters offline (login-server s...skotlex3-141/+76
2006-07-07- Okay, added a chrif_save_ack packet to the char-server so now the map serve...skotlex1-1/+7
2006-07-07- Now, when the login-char connection is cut, the char-server won't set every...skotlex1-2/+11