Hey :)
ok, at first i want to do a Mysql cleanup which delete old objects in the object_data table.
i use this script now on my server
that tie the playeruid on buildables instead of the characterID.
now i want to cleanup objects where the lastLogin is older than 7 days in the character_data table.
so the script should look in the character_data table , find the Characters who are older than 7 days, copy the PlayerUID from theese characters go into the object_data table and search for the PlayerUID in the characterID column and delete the complete row.
i hope you could understand what i want to do :)
would be awesome if someone could help me out :D