Jun 20, 2024 #1 Rizzah Junior Spellweaver Joined Jun 8, 2014 Messages 114 Reaction score 37 Anyone have any clue where this is located? Kind regards, Riz
Jun 21, 2024 #2 P panic007 Newbie Spellweaver 10 Happy Years Joined Feb 11, 2010 Messages 10 Reaction score 5 elements.data [list: 196/197 - SIGN_AWARD_CONFIG] <-- for item rewards .../gamed/gs <-- binary file 1.5.5 Version C++: 0x080C393C void __cdecl gplayer_imp::PlayerDailySignin(gplayer_imp *const this) { int v1; // eax v1 = player_dailysign::MK_LOCAL_TIME(); if ( player_dailysign::DaySignIn(&this->_player_dailysign, v1) ) GLog::log((GLog *)6, "roleid:%d daily signin success", (const char *)this->_parent->ID.id); } Last edited: Jun 21, 2024 Upvote 0
elements.data [list: 196/197 - SIGN_AWARD_CONFIG] <-- for item rewards .../gamed/gs <-- binary file 1.5.5 Version C++: 0x080C393C void __cdecl gplayer_imp::PlayerDailySignin(gplayer_imp *const this) { int v1; // eax v1 = player_dailysign::MK_LOCAL_TIME(); if ( player_dailysign::DaySignIn(&this->_player_dailysign, v1) ) GLog::log((GLog *)6, "roleid:%d daily signin success", (const char *)this->_parent->ID.id); }
Jun 21, 2024 #3 Rizzah Junior Spellweaver Joined Jun 8, 2014 Messages 114 Reaction score 37 panic007 said: elements.data [list: 196/197 - SIGN_AWARD_CONFIG] <-- for item rewards .../gamed/gs <-- binary file 1.5.5 Version C++: 0x080C393C void __cdecl gplayer_imp::PlayerDailySignin(gplayer_imp *const this) { int v1; // eax v1 = player_dailysign::MK_LOCAL_TIME(); if ( player_dailysign::DaySignIn(&this->_player_dailysign, v1) ) GLog::log((GLog *)6, "roleid:%d daily signin success", (const char *)this->_parent->ID.id); } Click to expand... You're a hero, panic! Upvote 0
panic007 said: elements.data [list: 196/197 - SIGN_AWARD_CONFIG] <-- for item rewards .../gamed/gs <-- binary file 1.5.5 Version C++: 0x080C393C void __cdecl gplayer_imp::PlayerDailySignin(gplayer_imp *const this) { int v1; // eax v1 = player_dailysign::MK_LOCAL_TIME(); if ( player_dailysign::DaySignIn(&this->_player_dailysign, v1) ) GLog::log((GLog *)6, "roleid:%d daily signin success", (const char *)this->_parent->ID.id); } Click to expand... You're a hero, panic!