skotlex
|
c6142c3f39
- Added manual deletion of sc_data entries when deleting a character (char-SQL)
|
18 年之前 |
skotlex
|
0f8fb18252
- Fixed char-sql compilation
|
18 年之前 |
Lupus
|
6d6d0f4000
more typos
|
19 年之前 |
Lupus
|
337a5bcaca
field typo
|
19 年之前 |
Lupus
|
796497fae5
added char deletion condition by BaseLevel
|
19 年之前 |
skotlex
|
78475ffd1a
- Fixed script engine allowing scripts to set a player's zeny to negative values.
|
19 年之前 |
skotlex
|
29fdbcae3b
- Fixed the login-sql server replying to the change-sex packet with the wrong gender, causing the char-server to screw-up job-change updates.
|
19 年之前 |
skotlex
|
2918287bd5
- Fixed the subnet 0 mask being reset to 0 when someone goes up on the fame rankings.
|
19 年之前 |
toms
|
7d36341087
Force all players offline in sql when char-server starts
|
19 年之前 |
skotlex
|
3fb5dce0ae
- Removed a redeclared variable i in the parsing of the fame list (char-txt server) which seems to be the cause of the random memory corruptions.
|
19 年之前 |
toms
|
ee5ee4fcd0
* Fix homunc & code cleanup [Toms]
|
19 年之前 |
skotlex
|
c96212781f
- Corrected Trim chars to block 'enter', as explained by the Ultra mage.
|
19 年之前 |
skotlex
|
b974a6b765
- Added character 013 (enter) to the list of characters that are always removed from new character names.
|
19 年之前 |
skotlex
|
6abed14141
- Updated mob_db.sql to current mob_db.txt data.
|
19 年之前 |
DracoRPG
|
15dd140846
Orn's and Albator's Homunculus system, finally, YAY!!
|
19 年之前 |
skotlex
|
f88913a9f0
- Fixed check_connect_login_server check in char-sql server. Fixes char-server not reconnecting to the login server.
|
19 年之前 |
skotlex
|
44369f069e
- Fixed SQL compilation of the char-SQL server... (I need SQL installed at work ~.~)
|
19 年之前 |
skotlex
|
924284f1b9
- Added login-char packet 0x2737. Sets all characters offline (login-server side).
|
19 年之前 |
skotlex
|
e0afdded8b
- Okay, added a chrif_save_ack packet to the char-server so now the map server will know once a character was "final saved", and only then the character will be removed from memory. On char-server reconnection, all chars that are in final-save state are resent to save (if they are still in memory, it's because the ack hasn't gotten here from the char-server). This should effectively block all dupe problems due to heavy inter-server lag, however as it's untested, it currently prints some debug messages when people are saved and then removed from memory. Need testers so this can be debugged and merged to stable!
|
19 年之前 |
skotlex
|
b643528e50
- Now, when the login-char connection is cut, the char-server won't set everyone offline on reconnect, instead it will send the list of online accounts to the login server.
|
19 年之前 |
skotlex
|
544adf40b5
- Modified the error on the char-sql server to set chars online when it receives a save packet from a character tagged as offline.
|
19 年之前 |
skotlex
|
b7fa70b741
- Modified the party_data structure on the map server to remove some redundant data. Added a party_data structure on the char-server to hold a more complete set of information about parties. Added to the party_member structure the class of each member so that the map server can do the appropiate checks even if the character is on another mapserver/offline. Due to the format changes in the party structure, txt servers will have to wipe their party file... (sql save format has not been changed)
|
19 年之前 |
skotlex
|
798eea8c5e
- Fixed code using i instead of id in a few instances when updating char/map server IP.
|
19 年之前 |
skotlex
|
1d6dbc95dc
- Char-server SQL won't perform the reconnect cleanup routines when kick_on_disconnect is disabled.
|
19 年之前 |
skotlex
|
6d354a4b06
- Cleaned up the IP sync code to...
|
19 年之前 |
Lance
|
a90363726b
Typos resolving login-DNS instead of char-DNS -.-
|
19 年之前 |
Lance
|
50ebb5e959
* [Fixed]:
|
19 年之前 |
skotlex
|
4d27716bf1
- Tested and fixed resolve_hostbyname.
|
19 年之前 |
Lance
|
59d0fde84a
* [Added]:
|
19 年之前 |
skotlex
|
3833a911c5
- Fixed the compilation errors of my last commit... >.> <.<
|
19 年之前 |