ItemTRSdata control the 3D of items, the texts you find in ItemTooltiptext
Hello I get this in dataserver log
13:20:01 [SocketManager] Server started at port [55960]
13:20:17 [ServerManager][0] AddServer (127.0.0.1)
13:20:17 [ServerManager][0] ServerInfo (MuBolivia) (55901) (11)
13:20:17 Select top 1 G_Name from guild where owner=1
13:20:17 [QueryManager] State (42S22), Diagnostic: [Microsoft][ODBC SQL Server Driver][SQL Server]El nombre de columna 'owner' no es válido.
13:20:29 [ServerManager][1] AddServer (127.0.0.1)
13:20:29 [ServerManager][1] ServerInfo (MuBolivia_CS) (55919) (19)
13:20:29 Select top 1 G_Name from guild where owner=1
13:20:29 [QueryManager] State (42S22), Diagnostic: [Microsoft][ODBC SQL Server Driver][SQL Server]El nombre de columna 'owner' no es válido.
13:20:32 [ServerManager][1] DelServer (127.0.0.1)
exec this:Hello I get this in dataserver log
13:20:01 [SocketManager] Server started at port [55960]
13:20:17 [ServerManager][0] AddServer (127.0.0.1)
13:20:17 [ServerManager][0] ServerInfo (MuBolivia) (55901) (11)
13:20:17 Select top 1 G_Name from guild where owner=1
13:20:17 [QueryManager] State (42S22), Diagnostic: [Microsoft][ODBC SQL Server Driver][SQL Server]El nombre de columna 'owner' no es válido.
13:20:29 [ServerManager][1] AddServer (127.0.0.1)
13:20:29 [ServerManager][1] ServerInfo (MuBolivia_CS) (55919) (19)
13:20:29 Select top 1 G_Name from guild where owner=1
13:20:29 [QueryManager] State (42S22), Diagnostic: [Microsoft][ODBC SQL Server Driver][SQL Server]El nombre de columna 'owner' no es válido.
13:20:32 [ServerManager][1] DelServer (127.0.0.1)
Delete from mk_server
GO
INSERT INTO MK_SERVER (REI_DO_MK,recorde_on) VALUES (0,0)
GO
ALTER TABLE GUILD ADD OWNER int NOT NULL DEFAULT (0)
ALTER TABLE GUILD ADD OWNER_TIME int NOT NULL DEFAULT (0)
ALTER TABLE GUILD ADD OWNER_COUNT int NOT NULL DEFAULT (0)
GO
ALTER TABLE GUILDMEMBER ADD EVENT_COUNT int NOT NULL DEFAULT (0)
GO