Jump to content

fcox

Members
  • Posts

    3
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by fcox

  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