Sallycantdance Posted January 17, 2024 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 797 Reputation: 12 Joined: 12/04/20 Last Seen: 8 hours ago Share Posted January 17, 2024 hello im looking for a change name script working in rathena i try to search but i didnt see any thank you in advance Quote Link to comment Share on other sites More sharing options...
0 imat1 Posted January 17, 2024 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 100 Reputation: 20 Joined: 05/01/12 Last Seen: April 2 Share Posted January 17, 2024 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 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted January 17, 2024 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 797 Reputation: 12 Joined: 12/04/20 Last Seen: 8 hours ago Author Share Posted January 17, 2024 8 minutes ago, imat1 said: Might be the one you're looking for https://ratemyserver.net/index.php?iname=12790&page=re_item_db&quick=1&isearch=Search 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 Quote Link to comment Share on other sites More sharing options...
0 Nyaniverse Posted January 17, 2024 Group: Members Topic Count: 13 Topics Per Day: 0.02 Content Count: 49 Reputation: 31 Joined: 09/09/23 Last Seen: 11 hours ago Share Posted January 17, 2024 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. Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted January 23, 2024 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 22 hours ago Share Posted January 23, 2024 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. 1 Quote Link to comment Share on other sites More sharing options...
0 Sallycantdance Posted January 23, 2024 Group: Members Topic Count: 224 Topics Per Day: 0.14 Content Count: 797 Reputation: 12 Joined: 12/04/20 Last Seen: 8 hours ago Author Share Posted January 23, 2024 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 Quote Link to comment Share on other sites More sharing options...
Question
Sallycantdance
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.