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!

How to subtract?..

Newbie Spellweaver
Joined
Sep 8, 2011
Messages
67
Reaction score
252
m_nLevel--; (-1)

or

m_nLevel -= number;
 
Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
What I want to do is to subtract from m_nLevel. So basically something like this.
m_nLevel - 99;

So my ultimate goal is to be something like this. When they reach level 99 - ??Level There will be a special Title in their name. I already am capable of making it show text but, I want a number behind it as well or possibly to just show in the character window instead.
 
Newbie Spellweaver
Joined
Sep 8, 2011
Messages
67
Reaction score
252
Didn't you just answer your own question with this. You know what you want. You are capable of making it show text. You want number behind it and in character window.

Get number. Convert number to string. Prepend or append string. concatenate in some way for one string. Print string.
 
Back
Top