17 hours ago, rondo157 said:
Try: Engine\Network\SessionStateExten.cpp(320)
if (pInfo != NULL)
{
if (IS_EVENT_ON(A_EVENT_HOLLOWEEN))
pInfo->SetLogoType(eLOGO_HOLLOWEEN);
else if (IS_EVENT_ON(TEVENT_XMAS_2007))
pInfo->SetLogoType(eLOGO_NORMAL); // changed eLOGO_XMAS
else
pInfo->SetLogoType(eLOGO_NORMAL);
}
U have 100% turn on xmas event on db, check it mate
I keep getting same results for some weird reason:
2
#1 I did this Disabled Event in event.lod
2
#2 Disabled Event in t_event:
2
#3 Disabled in t_event_settings:
2
#4 And now i did this code:
Try: Engine\Network\SessionStateExten.cpp(320)
if (pInfo != NULL)
{
if (IS_EVENT_ON(A_EVENT_HOLLOWEEN))
pInfo->SetLogoType(eLOGO_HOLLOWEEN);
else if (IS_EVENT_ON(TEVENT_XMAS_2007))
pInfo->SetLogoType(eLOGO_NORMAL); // changed eLOGO_XMAS
else
pInfo->SetLogoType(eLOGO_NORMAL);
}
2
#5 in Define_USA.h these changes were already here:
2
I still have same results with all these changes, did i miss anything? im guessing this might be something inside interface that needs to be edited or replaced.
ALL HELP IS WELCOME! THANKS IN ADVANCE!
***I'M ALSO USING REZA'S
2
P.S: I've seen other Last Chaos live servers that also have the Christmas Logo inside client but for some reason when their client loads it loads the old LOGO.