Jump to content
  • 0

Pet and Homunculus rename npc


Question

Posted

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(.@petnewname$)+"' WHERE `name` = '"+getpetinfo(2)+"'";


query_sql "UPDATE `homunculus` SET `name` = '"+escape_sql(.@name$)+"' WHERE `name` = '"+strcharinfo(0)+"'";

Its updating on my database but once I relog it will change back to old name ,... thanks

2 answers to this question

Recommended Posts

  • 0
Posted
atcommand "@petrename "+.@name$;

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.

  • 0
Posted
26 minutes ago, Emistry said:
atcommand "@petrename "+.@name$;

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 ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...