Help [Update Score]

06/19/2013 15:23 WooTheFck#1
About the arena score , when i log out its back to zero the score , how to fix this.
06/19/2013 19:30 ThoughtfulDev#2
U have to add the 2 new columns (dont know how they called in your source).
and you have to add them intro character_str procedure.
06/20/2013 05:58 WooTheFck#3
although it's update it on the score board , on the database it did not update
06/20/2013 15:34 ThoughtfulDev#4
u have to add the two columns to the database as i said so that the db server can save it...
06/20/2013 16:28 WooTheFck#5
hmmm what the name of that column
06/20/2013 16:41 ThoughtfulDev#6
look in your source... dbmanagersave/join
06/20/2013 17:23 WooTheFck#7
i dont know if it is correct i saw this in other source

#ifdef __PVPSystem
bOK[++j] = qry->BindParameter( ++i, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &pMover->m_nPvpKills, 0, 0 );
bOK[++j] = qry->BindParameter( ++i, SQL_PARAM_INPUT, SQL_C_LONG, SQL_INTEGER, 0, 0, &pMover->m_nPvpDeaths, 0, 0 );
#endif
06/20/2013 17:25 ThoughtfulDev#8
wrong search in dbmanagerjoin.
06/20/2013 17:31 WooTheFck#9
dont know. :D
06/20/2013 17:37 ThoughtfulDev#10
then you have to make the entry omg....