Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SHARE] Character Name with Tag ( ex. ChaName#0000 )

Joined
May 2, 2012
Messages
475
Reaction score
244
Introducing Character Number or Character ID as Tag formatting without making any other modifications.
minimize fraud & scam in your servers by using this simple feature
you may also need to update other part of your database that fetch Character Name like Friend, InGame Ranking & Etc

ENJOY!

1699033667616 - [SHARE] Character Name with Tag ( ex. ChaName#0000 ) - RaGEZONE Forums

In your Source Code Open s_COdbcGameChaGet.cpp

find :
Code:
int COdbcManager::GetCharacterInfo(int nUserNumber,
                                   int nChaNum,
                                   SCHARDATA2* pChaData2)

Replace ChaName to ( ChaName + '#' + CONVERT(varchar(10),FORMAT(ChaNum, '0000')) ) as ChaName
OLD
1699033687079 - [SHARE] Character Name with Tag ( ex. ChaName#0000 ) - RaGEZONE Forums

NEW
1699033678442 - [SHARE] Character Name with Tag ( ex. ChaName#0000 ) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 29, 2023
Messages
7
Reaction score
7
there's a bug when using this features adding friends error when you add someone it says in general "is not online , or no such player, Unable to send invitation to be added into the friend list."

anyone have fixed? thanks,
 
Experienced Elementalist
Joined
Jul 28, 2015
Messages
205
Reaction score
40
there's a bug when using this features adding friends error when you add someone it says in general "is not online , or no such player, Unable to send invitation to be added into the friend list."

anyone have fixed? thanks,


you need to update your friend database on your source
 
Experienced Elementalist
Joined
Jul 28, 2015
Messages
205
Reaction score
40
Yeah
CString strTemp;
strTemp.Format("%s#%d",sCharData.m_szName,sCharData.m_dwCharID);
//m_pNameText->SetOneLineText ( sCharData.m_szName, NS_UITEXTCOLOR::ORANGE );
m_pNameText->SetOneLineText ( strTemp.GetString() , NS_UITEXTCOLOR::ORANGE);
better to continue shared code than using this 1 by 1.
 
Newbie Spellweaver
Joined
May 22, 2015
Messages
63
Reaction score
14
you share the features but you didn't help for fixing that don't share if you did not help. you insulting the beginner devs for releasing this kind of trash feat? waste of time efforting features coming from ejsayaaa pass for you men.
Don't use it if you don't know what you're doing. It's that simple.
 
Joined
May 2, 2012
Messages
475
Reaction score
244
you share the features but you didn't help for fixing that don't share if you did not help. you insulting the beginner devs for releasing this kind of trash feat? waste of time efforting features coming from ejsayaaa pass for you men.
first of all. you need to learn how to read. secondly you don't know what you're talking about. third i am just stating facts, if you think that i am insulting others you're correct at wasting your time.

1699386457496 - [SHARE] Character Name with Tag ( ex. ChaName#0000 ) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
  • Like
Reactions: zet
Experienced Elementalist
Joined
Jun 29, 2010
Messages
222
Reaction score
14
Don't use it if you don't know what you're doing. It's that simple.
you share the features but you didn't help for fixing that don't share if you did not help. you insulting the beginner devs for releasing this kind of trash feat? waste of time efforting features coming from ejsayaaa pass for you men.
easy23 your like a baby, who wait's for mom to feed your mouth,. just be thankful that this Pro Devs still active in our community and still contributing. if you dont know the logic of this release, then dont use it or pay somebody to do it for you.
 
Banned
Banned
Joined
Aug 17, 2023
Messages
23
Reaction score
5
easy23 your like a baby, who wait's for mom to feed your mouth,. just be thankful that this Pro Devs still active in our community and still contributing. if you dont know the logic of this release, then dont use it or pay somebody to do it for you.
totally agreed with what sir imasexgod3 mention.

for those who keep saying "I AM NEWBIE" or "I AM NEW IN RAN ONLINE", you have 2 choice to get the job done.
1 - learning how to make that on own
2 - Hire someone who can done that for you

and i want to mention too , if someone who shared a features. they was not responsible for teaching you how to use it. if you wanna to use the thing that the author share , just follow what the author mention above. if you have question , you can ask , but dont act like somebody owe you for that.
 
Initiate Mage
Joined
Nov 9, 2023
Messages
2
Reaction score
0
Introducing Character Number or Character ID as Tag formatting without making any other modifications.
minimize fraud & scam in your servers by using this simple feature
you may also need to update other part of your database that fetch Character Name like Friend, InGame Ranking & Etc

ENJOY!

View attachment 244594
In your Source Code Open s_COdbcGameChaGet.cpp

find :
Code:
int COdbcManager::GetCharacterInfo(int nUserNumber,
                                   int nChaNum,
                                   SCHARDATA2* pChaData2)

Replace ChaName to ( ChaName + '#' + CONVERT(varchar(10),FORMAT(ChaNum, '0000')) ) as ChaName
OLD
View attachment 244596
NEW
View attachment 244595
This is lit!
I`d prefer on interfaces (m_dwCharID) than using this from get database function
Introducing Character Number or Character ID as Tag formatting without making any other modifications.
minimize fraud & scam in your servers by using this simple feature
you may also need to update other part of your database that fetch Character Name like Friend, InGame Ranking & Etc

ENJOY!

View attachment 244594
In your Source Code Open s_COdbcGameChaGet.cpp

find :
Code:
int COdbcManager::GetCharacterInfo(int nUserNumber,
                                   int nChaNum,
                                   SCHARDATA2* pChaData2)

Replace ChaName to ( ChaName + '#' + CONVERT(varchar(10),FORMAT(ChaNum, '0000')) ) as ChaName
OLD
View attachment 244596
NEW
View attachment 244595
you share the features but you didn't help for fixing that don't share if you did not help. you insulting the beginner devs for releasing this kind of trash feat? waste of time efforting features coming from ejsayaaa pass for you men.
Assuming things from your perspective is clearly ridiculous. If you donā€™t have anything good to say just zip your mouth
Don't use it if you don't know what you're doing. It's that simple.
 
Supremacy Developer
[VIP] Member
Joined
Sep 13, 2020
Messages
59
Reaction score
18
no


clearly you don't know what you're doing then.

apologies just sharing my thoughts.

for newbies do on your own risk:

s_COdbcGame.cpp
find "ChaName" replaced with ( ChaName + '#' + CONVERT(varchar(10),FORMAT(ChaNum, '0000')) ) as ChaName

s_COdbcGameChaGet.cpp
find "ChaName" replaced with ( ChaName + '#' + CONVERT(varchar(10),FORMAT(ChaNum, '0000')) ) as ChaName

s_COdbcGameClub.cpp
find "ChaName" replaced with ( ChaName + '#' + CONVERT(varchar(10),FORMAT(ChaNum, '0000')) ) as ChaName

s_COdbcGameFriend.cpp
find "ChaName" replaced with ( ChaName + '#' + CONVERT(varchar(10),FORMAT(ChaNum, '0000')) ) as ChaName

s_COdbcIngameRanking.cpp (if you have ranking that connects with sql)
find "ChaName" replaced with ( ChaName + '#' + CONVERT(varchar(10),FORMAT(ChaNum, '0000')) ) as ChaName

s_COdbcSMS.cpp (if you have working SMS function)
find "ChaName" replaced with ( ChaName + '#' + CONVERT(varchar(10),FORMAT(ChaNum, '0000')) ) as ChaName

Good Luck !
 
Joined
Apr 22, 2010
Messages
816
Reaction score
83
you share the features but you didn't help for fixing that don't share if you did not help. you insulting the beginner devs for releasing this kind of trash feat? waste of time efforting features coming from ejsayaaa pass for you men.
It means this is not for you! This share is not for non brainers like you just wait to fill your mouth. If you can't do it alone, hire someone do it for you!
 
Junior Spellweaver
Joined
Feb 22, 2012
Messages
182
Reaction score
41
you share the features but you didn't help for fixing that don't share if you did not help. you insulting the beginner devs for releasing this kind of trash feat? waste of time efforting features coming from ejsayaaa pass for you men.
Bruhhh! Instead of complaining and asking for stupid questions, you should've been thankful in the first place.
 
Newbie Spellweaver
Joined
Mar 8, 2019
Messages
83
Reaction score
41
anyone encountered this when opening Guild & Friend Window?
1699813264800 - [SHARE] Character Name with Tag ( ex. ChaName#0000 ) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top