Jump to content

fcox

Members
  • Posts

    3
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About fcox

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

fcox's Achievements

Newbie

Newbie (1/16)

  • Dedicated Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. for the statistics problem you need to add some table info in lin2world ALTER TABLE [dbo].[user_data] ADD [daily_pvp] [int] NOT NULL, [daily_pvp_timestamp] [int] NOT NULL ALTER TABLE [dbo].[user_data] ADD DEFAULT ((0)) FOR [daily_pvp] GO ALTER TABLE [dbo].[user_data] ADD DEFAULT ((0)) FOR [daily_pvp_timestamp] GO CREATE TABLE [dbo].[DailyPvP]( [char_id] [int] NOT NULL, [hardware_id] [int] NOT NULL, [timestamp] [int] NOT NULL ) ON [PRIMARY] GO
  2. Thanks a lot! it worked
  3. Same here. anyone knows about this problem?
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock