Augmentation item_variation

lightbringer

Heir
Customer
if a player augment a weapon and the server crashes or anything else who close game server, the augmentation do not save because the server only send item_variation when the player restart character. @Deazer

 
Last edited:
Also you can check on ,my test server
I have NO ANY IDEAS how you can do it.... I recommend you check your logs and database, because somehing really wrong. Or check your Extensions
 
Also you can check on ,my test server
I have NO ANY IDEAS how you can do it.... I recommend you check your logs and database, because somehing really wrong. Or check your Extensions
its happens only when you close gameserver or server crash/ machine goes down. if character restart they will send info to database and works fine.
Try arugment+force close game server.
 
its happens only when you close gameserver or server crash/ machine goes down. if character restart they will send info to database and works fine.
Try arugment+force close game server.
So it's "FINE"! server crush does not save, of course. Because all data in RAM about char/items and etc when he is online.
# Forced saving items data
# Default: False (it is recommended to enable it if threat of incorrect server fall - ddos, energy fault, hardware problems. Increases the load on the DB and server)
AutosaveWithItems = False
Change on true if you have big problems with dedicated
 
So it's "FINE"! server crush does not save, of course. Because all data in RAM about char/items and etc when he is online.
# Forced saving items data
# Default: False (it is recommended to enable it if threat of incorrect server fall - ddos, energy fault, hardware problems. Increases the load on the DB and server)
AutosaveWithItems = False
Change on true if you have big problems with dedicated
ok ty
 
if I write data to the database every time I move objects and so on, my server will become a clone of l2j and will hold no more than 300 people. It's the 21st century, what kind of idiot saves data to the database on the fly. Even the official server has a separate server for these purposes called ChachD
 
кстати еще как вариант криворукий прикрутил не в том месте функцию в интерфейсе которая извлекает лс)
 
Back
Top