Jump to content
  • 0

R>Change Name Script


GM Winter

Question


  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

hello im looking for a change name script working in rathena i try to search but i didnt see any thank you in advance

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   19
  • Joined:  05/01/12
  • Last Seen:  

52 minutes ago, GM Winter said:

hello im looking for a change name script working in rathena i try to search but i didnt see any thank you in advance

Might be the one you're looking for

https://ratemyserver.net/index.php?iname=12790&page=re_item_db&quick=1&isearch=Search

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

8 minutes ago, imat1 said:

no sorry im looking for a script with sql also so that i can also trace the characters who changes their names i also try the item Character Name Change Coupon    Item ID# 12790 
but nothing change im using pre renewal i only import it in pre re, i need the change name script because i want to implement the character selling system and i want them to allow to change the name of it anyways ty buds

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.05
  • Content Count:  45
  • Reputation:   25
  • Joined:  09/09/23
  • Last Seen:  

9 hours ago, GM Winter said:

no sorry im looking for a script with sql also so that i can also trace the characters who changes their names i also try the item Character Name Change Coupon    Item ID# 12790 
but nothing change im using pre renewal i only import it in pre re, i need the change name script because i want to implement the character selling system and i want them to allow to change the name of it anyways ty buds

If you're not being picky, just use logmes and it should work.

*logmes "<message>";

This command will write the message given to the map server NPC log file, as
specified in 'conf/log_athena.conf'. In the TXT version of the server, the log
file is 'log/npclog.log' by default. In the SQL version, if SQL logging is
enabled, the message will go to the 'npclog' table, otherwise, it will go to the
same log file.

If logs are not enabled, nothing will happen.
Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

prontera,155,181,5	script	Sample	757,{
	mes "How can I help you?";
	if (select("I wish to change my name.", "Cancel") == 1) {
		logmes "["+getcharid(3)+"/"+getcharid(0)+"] '"+strcharinfo(0)+"' has requested to change name.";
		CharRename = 1;
		mes "You may log out now, and select the name change feature.";
	}
	close;
}

you should see the log once you enabled logging.

talk to npc and select change name, log off the character and rename it through the game client.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

20 minutes ago, Emistry said:
prontera,155,181,5	script	Sample	757,{
	mes "How can I help you?";
	if (select("I wish to change my name.", "Cancel") == 1) {
		logmes "["+getcharid(3)+"/"+getcharid(0)+"] '"+strcharinfo(0)+"' has requested to change name.";
		CharRename = 1;
		mes "You may log out now, and select the name change feature.";
	}
	close;
}

you should see the log once you enabled logging.

talk to npc and select change name, log off the character and rename it through the game client.

thank you sir  @Emistry for this

Link to comment
Share on other sites

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.

×
×
  • Create New...