The error is in the title. What could i possibly do to remove this error? I still keep having "Character Failed to Process".
@ Seifer - Oh btw, i aleady fixed the bind error, which was my previous problem.
The error is in the title. What could i possibly do to remove this error? I still keep having "Character Failed to Process".
@ Seifer - Oh btw, i aleady fixed the bind error, which was my previous problem.
Code:USE [RanGame1] GO /****** Object: Table [dbo].[Attendance] Script Date: 11/26/2011 01:06:57 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[Attendance]( [UserNum] [int] NOT NULL, [RewardCount] [int] NULL, [DaysCount] [int] NULL, [AttendDate] [datetime] NULL, CONSTRAINT [PK_Attendance] PRIMARY KEY CLUSTERED ( [UserNum] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO
Oh my, thanks. I was able to reach in the game, at last.
---- Off Topic ----
Do you have any idea why my character has no graphics? And the map is always edgy whenever i zoom away my camera. Also, when i select server, the graphics change. Something messy. Any idea why i'm experiencing this?
See Attached image.![]()
@Vision : Check the .lev file and .wld0/.wld file CMIIW..
This is already been solved.
how to solve i have same prob >.<
Just Execute This script
Code:USE [RanGame1] GO /****** Object: Table [dbo].[Attendance] Script Date: 11/26/2011 01:06:57 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[Attendance]( [UserNum] [int] NOT NULL, [RewardCount] [int] NULL, [DaysCount] [int] NULL, [AttendDate] [datetime] NULL, CONSTRAINT [PK_Attendance] PRIMARY KEY CLUSTERED ( [UserNum] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] ) ON [PRIMARY] GO
Note: Please message me if you have any request for this thread.