Remove/Edit Daily Sign In rewards

Junior Spellweaver
Joined
Jun 8, 2014
Messages
114
Reaction score
37
Anyone have any clue where this is located?

Kind regards,
Riz
 
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:
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);
}
You're a hero, panic!
 
Upvote 0
Back
Top