[Only registered and activated users can see links. Click Here To Register...]
i have this error any help guys?
i have this error any help guys?
thanks fix itQuote:
in defineneuz.h rather in your resource folder
define
#define MMI_MARKETJOIN 9999
#define MMI_MARKETEXIT 99999
Check the TID_xxxxxxxQuote:
thanks fix it
i got new problem .. i added this code to character.inc to an npc .. but nothing appears
i checked it ..Quote:
Check the TID_xxxxxxx
dont take it literally about the entry 9999 make it just 250+ or make sure that there is no the same entry.Quote:
which part did i forgot to put the MMI with a comman...?Quote:
you forgot a comma after MMI, but do you have this "feature" in your source to use that method in your character.inc?
#define __MARKET_V19 #define __CONSIGNMENT #define __CONSIGNMENT_CURRENCY #define __CONSIGNMENT_TAXES
Quote:
Can you find AddMenu2 in Project.cpp? If yes, then your Menu should looks like this:
AddMenu2( MMI_MARKETJOIN, "Market Place" );
#ifdef __TEXT_MENU
else
if(script.Token == "AddMenu2" )
{
script.GetToken(); // (
int nMMI = script.GetNumber();
script.GetToken(); //text name
CString menutext = script.Token;
script.GetToken(); // )
Have you increase +1 on Max_Mover_Menu? Did you define your Menu in your source and in your resource?Quote:
still nothing in my npc .. do i need to recompile my neuz and my worldserver?Code:#ifdef __TEXT_MENU else if(script.Token == "AddMenu2" ) { script.GetToken(); // ( int nMMI = script.GetNumber(); script.GetToken(); //text name CString menutext = script.Token; script.GetToken(); // )