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!

[Question] (PC)

Newbie Spellweaver
Joined
Dec 6, 2020
Messages
65
Reaction score
2
I've been searching at the strsheet but i cant find it, is this inside of the db?
pcroom - [Question] (PC) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Solution
I've been searching at the strsheet but i cant find it, is this inside of the db? View attachment 236812
This is displayed when you have the benefit Id 1000 on your account.
You can check in client Datacenter in Nameplate.xml you should have this string
XML:
<AccountTrait address="&lt;img src='pc'&gt;" packageId="1000" traitIconStringId="PCBang" />
. This is the one responsible for displaying this icon
Junior Spellweaver
Joined
Dec 5, 2015
Messages
181
Reaction score
145
I've been searching at the strsheet but i cant find it, is this inside of the db? View attachment 236812
This is displayed when you have the benefit Id 1000 on your account.
You can check in client Datacenter in Nameplate.xml you should have this string
XML:
<AccountTrait address="&lt;img src='pc'&gt;" packageId="1000" traitIconStringId="PCBang" />
. This is the one responsible for displaying this icon
 
Upvote 1
Solution
Newbie Spellweaver
Joined
Dec 6, 2020
Messages
65
Reaction score
2
This is displayed when you have the benefit Id 1000 on your account.
You can check in client Datacenter in Nameplate.xml you should have this string
XML:
<AccountTrait address="&lt;img src='pc'&gt;" packageId="1000" traitIconStringId="PCBang" />
. This is the one responsible for displaying this icon
Thank you for the response, appreciate it :)
 
Upvote 0
Back
Top