Eross Posted May 15, 2021 Share Posted May 15, 2021 Hi ! Im trying to make a paid rename npc for homun and pet but its not working on my sql script query_sql "UPDATE `pet` SET `name` = '"+escape_sql([email protected]$)+"' WHERE `name` = '"+getpetinfo(2)+"'"; query_sql "UPDATE `homunculus` SET `name` = '"+escape_sql([email protected]$)+"' WHERE `name` = '"+strcharinfo(0)+"'"; Its updating on my database but once I relog it will change back to old name ,... thanks Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted September 4, 2021 Share Posted September 4, 2021 atcommand "@petrename "[email protected]$; use this instead. if you are using the SQL method above, your char need to be disconnected from server before the SQL query is executed to update the server, otherwise your current character data will override the changes when it saved into database upon logout. Quote Link to comment Share on other sites More sharing options...
0 Eross Posted September 4, 2021 Author Share Posted September 4, 2021 26 minutes ago, Emistry said: atcommand "@petrename "[email protected]$; use this instead. if you are using the SQL method above, your char need to be disconnected from server before the SQL query is executed to update the server, otherwise your current character data will override the changes when it saved into database upon logout. Thanks ! how about in homunculus sir ? Quote Link to comment Share on other sites More sharing options...
Hi ! Im trying to make a paid rename npc for homun and pet but its not working on my sql script
query_sql "UPDATE `pet` SET `name` = '"+escape_sql([email protected]$)+"' WHERE `name` = '"+getpetinfo(2)+"'"; query_sql "UPDATE `homunculus` SET `name` = '"+escape_sql([email protected]$)+"' WHERE `name` = '"+strcharinfo(0)+"'";Its updating on my database but once I relog it will change back to old name ,... thanks
Link to comment
Share on other sites