Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

TT 11.11.92/11.12.20 Full No Mods + Crack

Experienced Elementalist
Joined
Nov 30, 2010
Messages
208
Reaction score
8
What it will be? Support customs TT? About Client...
 
Experienced Elementalist
Joined
May 1, 2012
Messages
269
Reaction score
72
AncestraL,
Is there a way to make this files with 1 database ? (Only MuOnline)

yes, take a 11.11.82 or 11.00.35 MuOnline DB (there are some post with files that use only 1 muonline db , with ranking & event instead)

update it with the apps inside this one (changing all me_muonline to muonline)

Cheers

What it will be? Support customs TT? About Client...

no, the client will be normal.
 
Legendary Battlemage
Joined
Mar 28, 2012
Messages
683
Reaction score
39
AncestraL,
Is there a way to make this files with 1 database ? (Only MuOnline)

use this query to migrate missing table.

USE [MuOnline]
GO
/****** Object: Table [dbo].[Mu_DBID] Script Date: 07/04/2012 17:57:42 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Mu_DBID](
[DESC] [varchar](20) NOT NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO
/****** Object: Table [dbo].[T_User_CheckSum] Script Date: 07/04/2012 17:57:45 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[T_User_CheckSum](
[AccountID] [varchar](10) NOT NULL,
[WHCheckSum] [int] NOT NULL CONSTRAINT [DF_T_User_CheckSum_WHCheckSum] DEFAULT ((-1)),
CONSTRAINT [PK_T_User_CheckSum] PRIMARY KEY CLUSTERED
(
[AccountID] 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
SET ANSI_PADDING OFF
GO
/****** Object: Table [dbo].[Titan_Rewards] Script Date: 07/04/2012 17:57:50 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Titan_Rewards](
[ID] [bigint] IDENTITY(1,1) NOT NULL,
[AccountID] [varchar](10) NOT NULL,
[Name] [varchar](10) NOT NULL,
[Zen] [int] NOT NULL,
[VIPMoney] [int] NOT NULL,
[Num] [int] NOT NULL,
[Lvl] [tinyint] NOT NULL,
[Opt] [tinyint] NOT NULL,
[Luck] [tinyint] NOT NULL,
[Skill] [tinyint] NOT NULL,
[Dur] [tinyint] NOT NULL,
[Excellent] [tinyint] NOT NULL,
[Ancient] [tinyint] NOT NULL,
[JOH] [tinyint] NOT NULL,
[Sock1] [tinyint] NOT NULL,
[Sock2] [tinyint] NOT NULL,
[Sock3] [tinyint] NOT NULL,
[Sock4] [tinyint] NOT NULL,
[Sock5] [tinyint] NOT NULL,
[Days] [smallint] NOT NULL,
[SerialFFFFFFFE] [tinyint] NOT NULL DEFAULT ((0)),
PRIMARY KEY CLUSTERED
(
[ID] 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
SET ANSI_PADDING OFF
GO
/****** Object: Table [dbo].[Race_Data] Script Date: 07/04/2012 17:57:43 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Race_Data](
[AccountID] [varchar](10) NOT NULL,
[Name] [varchar](10) NOT NULL,
[Seconds] [int] NOT NULL,
PRIMARY KEY CLUSTERED
(
[Name] 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
SET ANSI_PADDING OFF
GO
/****** Object: Table [dbo].[Race_LastWinners] Script Date: 07/04/2012 17:57:43 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Race_LastWinners](
[AccountID] [varchar](10) NOT NULL,
[Name] [varchar](10) NOT NULL,
[Seconds] [int] NOT NULL,
PRIMARY KEY CLUSTERED
(
[Name] 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
SET ANSI_PADDING OFF
GO
/****** Object: Table [dbo].[Resets_Log] Script Date: 07/04/2012 17:57:45 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[Resets_Log](
[AccountID] [varchar](10) NOT NULL,
[Name] [varchar](50) NOT NULL,
[Reset] [int] NOT NULL,
[r_Type] [tinyint] NOT NULL,
[Date] [datetime] NOT NULL
) ON [PRIMARY]
GO
SET ANSI_PADDING OFF
GO

and change your TitanLinkServer Config with this:

[DataServer1]

Port=55960
ServerODBC=MuOnline
Name=MuOnline
NameMe=MuOnline
NameRS=Ranking
NameES=MU2003_EVENT_DATA
ResetColumn=Resets
Login=sa
Password=sqlsa

MaxConnections=10

[DataServer2]

Port=55962
ServerODBC=MuOnline
Name=MuOnline
NameMe=MuOnline
NameRS=Ranking
NameES=MU2003_EVENT_DATA
ResetColumn=Resets
Login=sa
Password=sqlsa

MaxConnections=10

[PostServer]

Port=55998
AdminName=Admin

MaxConnections=10

[WzExDB]

Port=55906
ServerODBC=MuOnline
Name=MuOnline
Login=sa
Password=sqlsa

MaxConnections=10

[JoinServer]

Port=55970
ServerODBC=MuOnlineJoinDB
Name=MuOnline
Login=sa
Password=sqlsa
UseGoldChannelSystem=0
UseSpecialDisconnect=0
OnStartDisconnectAllInDB=1
UseSpecialMove=0
UseMD5=0

CSIP=127.0.0.1
CSUDPPort=55557

[Common]

IsS6E2=1
IsSavePostLogs=1
UseTitanCS=1

[VIP]

IsAutoRenew=0
VipValue=100
Days=10


Tested 24 Hours and still counting no Crash on Both GS & GSCS... :)

I'm Using 1.04D Client

Happy Gaming :)
 
Initiate Mage
Joined
Feb 23, 2012
Messages
4
Reaction score
0
1 - TT 11.11.92/11.12.20 Full No Mods + Crack - RaGEZONE Forums 11.12.20 GS/CS are not fixed :)
 

Attachments

You must be registered for see attachments list
Legendary Battlemage
Joined
Mar 28, 2012
Messages
683
Reaction score
39
Tested 24 hours with no player on ofc no crash lol.

with 15 players AFK using MU Helper. lols. test it before comment. :)

im just helping if you dont want my help then dont use query that i posted :D

believed me or not its your choice...

thanks for this release.
 
Experienced Elementalist
Joined
Oct 31, 2006
Messages
282
Reaction score
82
11.12.20 error , same file size 11.11.92
 
Newbie Spellweaver
Joined
Nov 13, 2006
Messages
33
Reaction score
0
Do these files work on Win2003 SP2 Server? TitanlinkServer.exe crashes at start.
 
Experienced Elementalist
Joined
May 1, 2012
Messages
269
Reaction score
72
Thank you.Don't worry about delay.
But file is can't download because File not found...or deleted
Please help solve the link for download client.

damn, re uploading...
 
Back
Top