use bmdfixer after edit
Can anyone tell me how do I get when the GS runs appear a message box with a personalized text and faded after pressing OK?
- - - Updated - - -
Someone let me know where I edit the news according to the image?
![]()
Last edited by walter29; 28-07-15 at 03:02 AM.
hey guys i have seen this code in zzzitem.cpp
in the lower code there was a m_JewelOfHarmonyOption = 0; and i dnt knw how to do it cause im a newbie in c++
- - - Updated - - -// Disable this line to enable full exc-anc items
#if (__CUSTOM__ == 1)
#else
m_NewOption = 0;
#endif
Attribute2 = 0;
SOptionStatValue = (SetOption>>2)&3;
}
}
else
{
m_SetOption = 0;
}
m_ItemOptionEx = ItemEffectEx;
if( g_SocketItem.IsSocketItem(this) == true )
{
if( SocketOption != NULL )
{
m_SocketBonus = SocketBonus;
for(int n = 0; n < MAX_SOCKET_COUNT; n++)
{
m_SocketOption[n] = SocketOption[n];
}
}
if( g_SocketItem.CheckSocketOption(this) == true )
{
#if (__CUSTOM__ == 1)
#else
m_ItemOptionEx = 0;
m_SetOption = 0;
Attribute2 = 0;
m_NewOption = 0;
#endif
m_JewelOfHarmonyOption = 0;
}
and also the custom wings?
it was disable
#if ( CUSTOM_WINGS == 1 )
else if ( _type >= ITEMGET(12,440) && _type <= ITEMGET(12,445) )
{
m_RequireLevel = p->RequireLevel;
}
#endif
hello to all thank you everyone for continuing the development specially michi28can i ask is there a way to make same seed on socketed items ingame?.,i mean putting same seeds on socketed items because by default same seed is not allowed.,thank you and more power to you all!
@michi28
Not work on Windowx XP?
or how to fix this?
Thanks
Where I can get latest main for client?
How to fix this?
1>------ Build started: Project: zGameServer, Configuration: Debug Win32 ------
1>cl : Command line error D8016: '/ZI' and '/O2' command-line options are incompatible
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Last edited by freakzMU; 28-07-15 at 08:13 AM.
guys i badly need help. how to change exDbserver port? i really need to change the default 55906.
in zgameserver/data/serverinfo i already change the 55906 to 55907
but i'll still got bind error,ExDBServerIP = 127.0.0.1
ExDBServerPort = 55907
-i already search the default 55906 in exdb.exe using Hex editor but i cant find the port.
-add 127.0.0.1 55907 line in properties of exdb.exe shortcut but still bind error.
any body know how to config it right? please badly need help.
Last edited by bhurano; 28-07-15 at 10:35 AM.