[Release] MuCore Webshop + Market System

LockMU

Active Member
Joined
Sep 9, 2013
Messages
249
Reaction score
182
Mucore Supports all sockets items + all Sockets + all harmony items + all accient and Fenrir from red to golden since default dont have it

And Market Module for people who are bored to lookin​

 
Last edited:
Invalid or Deleted File.
The key you provided for file access was invalid. This is usually caused because the file is no longer stored on MediaFire. This occurs when the file is removed by the originating user or MediaFire.

Still have questions, or think we've made a mistake? Please contact support for further assistance.

Тия линкове не ги ли проверявате като пускате тема..
 
CREATE TABLE [dbo].[MuCore_Market_IB](
[uid] [int] IDENTITY(1,1) NOT NULL,
[id] [int] NOT NULL,
[type] [int] NOT NULL,
[ex_type] [int] NOT NULL,
[name] [varchar](51) NOT NULL,
[credits] [int] NOT NULL,
[X] [int] NULL,
[Y] [int] NULL,
[str] [int] NULL,
[agi] [int] NULL,
[nrg] [int] NULL,
[cmd] [int] NULL,
[luck] [int] NULL,
[skill] [int] NULL,
[hasLevel] [int] NULL,
[default_durability] [int] NULL,
[hasOption] [int] NOT NULL,
[optionType] [int] NOT NULL,
[category] [int] NULL,
[stickLevel] [int] NULL,
[maxitop] [int] NULL,
[maxitlv] [int] NULL,
[maxitxl] [int] NULL,
[cansellitem] [int] NULL,
[class] [int] NULL,
[groupid] [int] NULL,
CONSTRAINT [PK_MuCore_Market_IB_1] PRIMARY KEY CLUSTERED
(
[uid] 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

Ето каква грешка ми дава при този код.. Винаги ми дава грешка при тези скюал кодове за уебмагазин или маркет.. Помогнете pls...

Server: Msg 170, Level 15, State 1, Line 31
Line 31: Incorrect syntax near '('.
 
Ето каква грешка ми дава при този код.. Винаги ми дава грешка при тези скюал кодове за уебмагазин или маркет.. Помогнете pls...

Server: Msg 170, Level 15, State 1, Line 31
Line 31: Incorrect syntax near '('.

You can try after CONSTRAINT [PK_MuCore_Market_IB_1] PRIMARY KEY CLUSTERED insert ")" to make this right