Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Questions & Answers
You last visited: Today at 16:57

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



How to get rid of job *Alias and make normal name & guild visible?

Discussion on How to get rid of job *Alias and make normal name & guild visible? within the SRO PServer Questions & Answers forum part of the SRO Private Server category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2020
Posts: 91
Received Thanks: 27
How to get rid of job *Alias and make normal name & guild visible?

thread
cleopatra54 is offline  
Old 03/26/2021, 11:12   #2
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,490
Received Thanks: 798
Quote:
Originally Posted by cleopatra54 View Post
thread
0x009DF09D -> 6 byte NOP
0x00D92240 -> 2A ->00

Credits: Sarkolata
Judgelemental is offline  
Thanks
3 Users
Old 03/26/2021, 14:46   #3
 
elite*gold: 0
Join Date: Nov 2020
Posts: 91
Received Thanks: 27
Quote:
Originally Posted by Judgelemental View Post
0x009DF09D -> 6 byte NOP
0x00D92240 -> 2A ->00

Credits: Sarkolata
Guild name appears, but char name is still *alias name in job. How to make it show the regular nick?
cleopatra54 is offline  
Old 03/26/2021, 19:47   #4
 
Over56's Avatar
 
elite*gold: 0
Join Date: Sep 2016
Posts: 238
Received Thanks: 76
Quote:
Originally Posted by cleopatra54 View Post
Guild name appears, but char name is still *alias name in job. How to make it show the regular nick?
as i remember it's stored procedure side
Over56 is offline  
Old 03/26/2021, 20:42   #5
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,490
Received Thanks: 798
Quote:
Originally Posted by Over56 View Post
as i remember it's stored procedure side
Quote:
Originally Posted by cleopatra54 View Post
thread
Judgelemental is offline  
Old 03/26/2021, 22:07   #6
 
elite*gold: 0
Join Date: Nov 2020
Posts: 91
Received Thanks: 27
Quote:
Originally Posted by Judgelemental View Post
I did the edit, and only the guild is visible. nick is still that annoying alias name..

Did I do it wrong? Did you try this?
cleopatra54 is offline  
Old 03/27/2021, 14:17   #7
 
NorseGodTyr's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 2,221
Received Thanks: 1,457
Quote:
Originally Posted by Judgelemental View Post
he is asking about nickname = charname

Quote:
Originally Posted by cleopatra54 View Post
I did the edit, and only the guild is visible. nick is still that annoying alias name..

Did I do it wrong? Did you try this?

Remove the NPC group ingame
and add via addlogchar by event ID 4-6-9-11
that replace automatic the nickname to charname
NorseGodTyr is offline  
Thanks
1 User
Old 03/27/2021, 18:23   #8
 
elite*gold: 0
Join Date: Nov 2020
Posts: 91
Received Thanks: 27
Quote:
Originally Posted by NorseGodTyr View Post
he is asking about nickname = charname




Remove the NPC group ingame
and add via addlogchar by event ID 4-6-9-11
that replace automatic the nickname to charname
But noone in the thread judgelemental shared mentioned this?

People share there what I want: Job active, but nothing changed in char nick or guild.

cleopatra54 is offline  
Old 03/27/2021, 19:37   #9
 
elite*gold: 0
Join Date: Apr 2016
Posts: 286
Received Thanks: 67
You should force block packet "rename job" and change proc _addnewchar to set NickName16 = Charname16.
Or you should try this method like @
Quote:
Originally Posted by NorseGodTyr View Post
he is asking about nickname = charname

Remove the NPC group ingame
and add via addlogchar by event ID 4-6-9-11
that replace automatic the nickname to charname
hoangphan7 is offline  
Thanks
1 User
Old 03/28/2021, 13:30   #10
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,490
Received Thanks: 798
Thanks.



For anyone wondering how to achieve it :


1. Open your HEX editor and look for (CTRL+G) 0x009DF09D
Right click -> Binary -> Fill in with NOPs
This will display your guild name in job mode.

2.Open your HEX editor and look for (CTRL+G) 0x00D92240
Ctrl+E (or Binary Edit)
Replace the 2A to 00 (so in the end you're going to have four 0s)
This will remove the * associated with your alias


3. How to make your character name appear instead of some silly alias name? (optional)
SRO_VT_SHARD (your shard database) -> Programmability -> Stored Procedures ->
dbo._AddNewChar
Scroll down and you'll find this :

Add NickName16 after CharName16 so it's going to look like ''CharName16, NickName16, Scale,''

Down below you have the VALUES :

Simply add @ CharName after @ CharName so it's going to look like this :
@ RefCharID, @ CharName, @ CharName, @ Char Scale

(no spaces between @ and your CharName or any other value, I had to leave a space because on this forum @ is a mention tag)



4. Remove Make Merchant Alias from the NPC (media side) so people won't be able to click on it.

This method will only work for the characters that are created after executing this query so do it before publicly opening the server.

I don't know how to do it by using EventID triggers.

Perhaps somebody should release the working procedure using EventIDs

Credits :
lepitismak
Judgelemental is offline  
Thanks
5 Users
Old 06/09/2023, 02:36   #11
 
ŧǿρĤ's Avatar
 
elite*gold: 0
Join Date: Jul 2012
Posts: 572
Received Thanks: 382
well its dont but after leaving the job and joining another job while trying to

wear the job suit it says that it requires a name to wear the job suit

here is while its working fine



after leaving the job and joining another job and trying to put the suit on



anyone knows how to fix this ?
ŧǿρĤ is offline  
Old 06/11/2023, 13:12   #12
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,490
Received Thanks: 798





Update: I fixed it.
The query belongs in _AddLogChar
It works perfectly but the character needs to teleport after joining "Thief" job.
If it has room for exploitation/bugs then feel free to intervene and fix it
Judgelemental is offline  
Old 06/11/2023, 13:20   #13
 
Judgelemental's Avatar
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1,490
Received Thanks: 798
Judgelemental is offline  
Old 06/15/2023, 17:30   #14
 
elite*gold: 0
Join Date: May 2023
Posts: 13
Received Thanks: 5
Quote:
Originally Posted by Judgelemental View Post





Update: I fixed it.
The query belongs in _AddLogChar
It works perfectly but the character needs to teleport after joining "Thief" job.
If it has room for exploitation/bugs then feel free to intervene and fix it
i think if you used
Quote:
set nickname16 = ''
will be better than copy char name
Kyrillos* is offline  
Reply


Similar Threads Similar Threads
[Selling] esp✔️ Enemy distance✔️Visible checks🔥 Aimbotwith Fov🔥Aimbot visible checks✔️
10/11/2020 - Escape from Tarkov Trading - 0 Replies
VISITE WWW.GAMESCHEATS.NET HAVE FUN
ART/GFX Shop by Sorvage alias SorV alias SorVRocK
01/06/2013 - elite*gold Trading - 1 Replies
http://s7.directupload.net/images/130106/cootkv3c. png Ich hab mich entschieden. Dass ich den ersten 5 die sich melden. Etwas aus der liste kostenlos anfertige. Referenzen/Speedarts: https://www.youtube.com/user/SorVRocKGFX Avatar + Signatur Packs



All times are GMT +2. The time now is 16:57.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.