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!

add MMI_ problem

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 23, 2020
Messages
85
Reaction score
3
I'm getting a npc I put new windows to exchange the items and look how it was.



The name does not appear, it is blank


Codes: character.inc, defineNeuz.h, defineText.h, textClient.inc, textClient.txt.txt

 
Skilled Illusionist
Joined
Apr 21, 2010
Messages
378
Reaction score
96
The problem is in "defineText.h"

Take a look at: MMI_ARENA_ENTER

In defineNeuz.h = 80
In defineText.h = 7080

All the other MMI's are the same way.

So if you defined your MMI in defineNeuz.h as 410, you have to define it in defineText.h as 7410

But yeah, adding __ADDMENU2 is the easy way.
 
Upvote 0
Status
Not open for further replies.
Back
Top