Re: Pumaa Glow Changer problem
Delete the following part near the bottom of it:
Code:
#if __VER >= 8 // __CSC_VER8_4
BYTE pbyFlag;
if(g_pPlayer->GetEquipFlag(PARTS_HAT, &pbyFlag) || g_pPlayer->GetEquipFlag(PARTS_CAP, &pbyFlag))
{
//°¡¹ß ¹× ±âŸ ¸Ó¸®¿¡ ¾²´Â ¾ÆÀÌÅÛ Âø¿ë ½Ã ÁøÀÔÀÌ ¾ÈµÊ.
g_WndMng.PutString( prj.GetText(TID_GAME_NOTREADY_USESHOP), NULL, prj.GetTextColor(TID_GAME_NOTREADY_USESHOP) );
break;
}
#endif //__CSC_VER8_4
Re: Pumaa Glow Changer problem
Hmm ok deleted that part of the code.
But still a no go. The window isn't showing at all.
I still have no idea how to do that part.
Re: Pumaa Glow Changer problem
Um, after compiling the source, did you copy the new Neuz.exe into your game client folder? Only thing I can think of.
Re: Pumaa Glow Changer problem
I'm not sure the APP_GLOW_SHOP is the right name :o
Re: Pumaa Glow Changer problem
Quote:
Originally Posted by
SilentNL
I'm not sure the APP_GLOW_SHOP is the right name :o
That would be a logical conclusion. I haven't actually looked at the coding myself, so I really don't know.
Re: Pumaa Glow Changer problem
as far asi know, its APP_GLOWSHOP
Re: Pumaa Glow Changer problem
Well as far as i know it doesnt matter how you would call it. if you defined it in the source.
The source files WndShop.cpp and WndWorld.cpp uses the APP_GLOW_SHOP.
So i have looked where else the APP_GLOW_SHOP is in. i found that in Resdata.inc they use also the APP_GLOW_SHOP function.
So i have change it to APP_GLOWSHOP. but that would not solve the problem also. Hmm its frustrating. No Errors on compiling.
Only thing is that it crashes the worldserver if i use MMI_GLOWSHOP on an other spot then the beautyshop.
If someone have it in their source and is willing to share it, i will be happy about it.
Re: Pumaa Glow Changer problem
I will just give this advice ones. Get another source with the PUMAAA edits in and use a program like WinMerge to compare the files where any of the glow defines are in. You should pretty easy find the problem for your problem that way. Either you use win xp search engine (wich is removed in > win vista++). Find the define for the glow something with PMA as i remember, by using win search or a program like Textcrawler. This should narrow ur search and should fix ur error in within an hour. I also would recommend that if you uses someoneelse files, to always use winmerge.
Have a good day,
SilentNL