At first the MAX_MOVER_MENU was 240 and MMI_GLOWSHOP was 241.
Changed it but still not working.
30-09-12
Worf
Re: Pumaa Glow Changer problem
You need to put the glowshop in the resdata's aswell....
30-09-12
raventh1984
Re: Pumaa Glow Changer problem
Thnx Silent.
I have made the Glowshop in the Resdata's but when i use the MMI_GLOWSHOP it still wont show up.
No errors shown.
Hmm need to look somewhere else instead.
30-09-12
IHXFRYZZ
Re: Pumaa Glow Changer problem
Quote:
Originally Posted by raventh1984
Thnx Silent.
I have made the Glowshop in the Resdata's but when i use the MMI_GLOWSHOP it still wont show up.
No errors shown.
Hmm need to look somewhere else instead.
Make sure u defined it on resdata.h, and try to add it to MaFl_Is just to test it, if you got an error log, you could paste it here to check it out.
noobish note: remember that it has to be on resource and client.
30-09-12
raventh1984
Re: Pumaa Glow Changer problem
i have it in both resdata's.
The strange thing is that i can only add it to the beautyshop. if i am putting it for example Is. then the server just crashes.
01-10-12
IHXFRYZZ
Re: Pumaa Glow Changer problem
send me the error log when it crashes if u put it on mafl_is please.
01-10-12
raventh1984
Re: Pumaa Glow Changer problem
I can do that if there is an error.
But it wont generate an error. The world server is just crashing.
So i need to look closer at it.
01-10-12
IHXFRYZZ
Re: Pumaa Glow Changer problem
thats odd.. very odd.. so if you add it to the hair shop it does work? o-o
01-10-12
raventh1984
Re: Pumaa Glow Changer problem
Yeah almost when i add it to the hair shop i dont recieve world crashes.
But then the glow changer is not coming up.
I have tried an different source and there its working so i copied everything exactly to my source but i think i did something wrong with it.
So if any one has the separate files for it that i can download it will be an much faster and easier add on.
If not then its back to the drawing board for me and check recheck and recheck everything all over again.
01-10-12
Worf
Re: Pumaa Glow Changer problem
Make sure you define the MMI_ in wndmanager. Without it, the windows will not show but do let you compile it :o.
01-10-12
raventh1984
Re: Pumaa Glow Changer problem
This is what i have in the wndmanager.h
#ifdef __PMA_GLOW_COL
CWndGlowShop* m_pWndGlowShop;
#endif
and in .cpp
#ifdef __PMA_GLOW_COL
if( m_pWndGlowShop == pWndChild )
{
SAFE_DELETE( m_pWndGlowShop );
pWndChild = NULL;
}
#endif
01-10-12
Worf
Re: Pumaa Glow Changer problem
Quote:
Originally Posted by raventh1984
This is what i have in the wndmanager.h
I'm sorry, i meant WndWorld.cpp, make sure the MMI is in there.
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.
02-10-12
ShadowDragon
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.
02-10-12
Worf
Re: Pumaa Glow Changer problem
I'm not sure the APP_GLOW_SHOP is the right name :o
03-10-12
ShadowDragon
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.
03-10-12
IHXFRYZZ
Re: Pumaa Glow Changer problem
as far asi know, its APP_GLOWSHOP
03-10-12
raventh1984
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.
03-10-12
Worf
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.