TID_MMI_TRANSFER Not Found

07/01/2013 10:54 raventh1984#1
Hi elitepvers,

I wonder what i did wrong on this one.

Inside DefineText.h
I have this
#define TID_MMI_TRANSFER_AWA 7245

inside TextClient.inc i have this
TID_MMI_TRANSFER_AWA 0xffff0000
{
IDS_TEXTCLIENT_INC_003346
}

When i launch WorldServer it gives the folowing error
2013/ 7/ 1 10:42:50 FileName textClient.inc(16558) : TID_MMI_TRANSFER_AWA Not Found. : TID_MMI_TRANSFER_AWA 0xffff0000

{

IDS_TEXTCLIENT_INC_003346

}

Am i missing something or what?
I have also added other things to DefineText.h and TextClient.inc and those gives no errors.
07/01/2013 11:40 Rhyder`#2
maybe the number is already defined?
07/01/2013 14:05 raventh1984#3
Nope its already solved.

The reason i edited it in notepadd++ but when viewed in Notepad
It has not created an new line.

So i was something like this

//New Menu #define TID_MMI_TRANSFER_AWA
Instead of this
//New Menu
#define TID_MMI_TRANSFER_AWA

#closerequest
07/01/2013 21:04 Reavern#4
#closed