luckyday
26-03-10, 12:25 AM
Little Information:
GameServer - 10.03.70 - Cracked
GameServer_CS - 10.03.70 - Cracked
SCFExDB 10.03.60 - Cracked
Server Max Stats: 32 767
Moves from GS_CS to GS - 100% Fixed
PC Point Shop:
PC Point Shop - 100%
Box in shop - 100%
Full item + Socked Item in Shop - 100%
ResetMaster Information:
ResetLevel=350 /Level for reset
ResetZen=200000000 /Zen for reset
ClearPreviousResets=0 /Disabled
ClearInventory=0 /Disabled
ClearStats=0 /Disabled
ClearSkills=0 /Disabled
ClearMasterPoints=0 /Disabled
Reset MultPoints=0 /Disabled
ResetIsNeedSpecialItem=1 /Enabled
Item is:
SpecialItemType=12
SpecialItemIndex=30
Reset Information:
/reset - 100% work
ResetLevel=400 /Level for reset
ResetZen=200000000 /reset cost
ClearQuests=0 / Disabled
ClearEvolutions=0 /Disabled
ClearInventory=0 /Disabled
ClearStats=0 /Disabled
ClearSkills=0 /Disabled
That means when you become level 400.
Use the command /reset .
Your hero will be automatic be reset.
Your skills,quests,inventory,skills will keep !
Server Information:
Quest 1 - 100%
Quest 2 - 100%
Quest 3 - 100%
Socked Items - 100%
Chaos Mix - 100%
Jewels Rate - 100%
All Maps Move - 100%
Chaos Castle Minium 1 Player Start - 100%
Soon more..
Server Commands:
/Test
/Warp
/Transform
/Block setting
/Cancel block
/Chatting ban
/Cancel chatting ban
/Warp guild
/End guild
/End battle
/Start battle
/Stop battle
/Item
/Time left
/Battle
/Battle Soccer
/Request
/Disconnect
/Move
/Trans
/SetBlock
/UnsetBlock
/DisableChat
/EnableChat
/GuildMove
/GuildDisconnect
/GuildWarEnd
/GuildWarStart
/GuildWarStop
/RemainTime
/GuildWar
/BattleSoccer
/Request
/Connection status
/Trace
/Monitor
/ConnectionState
/UserTracking
/UserWatching
/Firecracker
/post
/pkclear
/addstr
/addagi
/addvit
/addene
/addcmd
/skin
/marry
/getmarry
/acceptmarry
/divorce
/forcedivorce
/tracemarry
/Kundun Status
/Kundunpi
/Kundunhoebokryang
/Kundunchodanghoebokryang
/Kundun recovery time
/Reset
/Gmove
/vipbuylist
/vipbuy
/viprenew
/vipstate
/serverinfo
/playerinfo
/gg
/Gmoveall
/level
/whois
/online
/addbuff
/clearinv
/addskill
/status
/vipstatus
/setzen
/setvip
/banchar
/banaccount
/spawn
/pkset
Gameserver Crash Fixed:
/prwt474
/zxcv886
/13s1518
/gret547
Client Changes:
95% translated English
T - 100% fixed
Text.bmd - 99% English
Map Moves:
Stadium - 100%
Lorencia - 100%
Noria - 100%
Elbeland - 100%
Elbeland 2 - 100%
Elbeland 3 - 100%
Devias - 100%
Devias 2 - 100%
Devias 3 - 100%
Devias 4 - 100%
Dungeon - 100%
Dungeon 2 - 100%
Dungeon 3 - 100%
Atlans - 100%
Atlans 2 - 100%
Atlans 3 - 100%
Lost Tower - 100%
Lost Tower 2 - 100%
Lost Tower 3 - 100%
Lost Tower 4 - 100%
Lost Tower 5 - 100%
Lost Tower 6 - 100%
Lost Tower 7 - 100%
Tarkan - 100%
Tarkan 2 - 100%
Icarus - 100%
Aida - 100%
Aida 2 - 100%
Crywolf - 100%
Raklion - 100%
Kantru - 100%
Kantru 2 - 100%
Kantru 3 - 100%
Swamp Of Peace - 100%
Vulcanus - 100%
ValleyOfLoren - 100%
! MFS Team Season 5 Server Files Working On: !
Windows 7 Ultimate 32 Bits, Windows XP SP3 , Windows 7 Ultimate 64 Bits and Windows XP SP2 !
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Client Info:
Version: 1.04.11
Serial: Mfsteamforeverrr
IP: 87.246.27.53
Fixed Create Character
Server Files:
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Client :
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Open "Query Analyzer" and insert this script in MuOnline:
alter table memb_info add SCFWareVipCount int Not NULL default 0
After this add this script in MuOnline:
CREATE TABLE [dbo].[ExtendedWarehouse] (
[AccountID] [varchar] (10) NOT NULL ,
[Items] [varbinary] (1920) NULL ,
[Money] [int] NULL ,
[EndUseDate] [smalldatetime] NULL ,
[DbVersion] [tinyint] NULL ,
[pw] [smallint] NULL ,
[SCFExtWare] [int] NULL ,
) ON [PRIMARY]
GO
After this add this other script in MuOnline:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BotPet]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[BotPet]
GO
CREATE TABLE [dbo].[BotPet] (
[AccountID] [varchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[Name] [nvarchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[cLevel] [int] NOT NULL ,
[Class] [tinyint] NULL ,
[Experience] [bigint] NULL ,
[Power] [smallint] NULL ,
[Defense] [smallint] NULL ,
[Inventory] [varbinary] (1728) NULL ,
[MagicList] [varbinary] (180) NULL ,
[Life] [real] NOT NULL ,
[MaxLife] [real] NOT NULL ,
[Mana] [real] NOT NULL ,
[MaxMana] [real] NOT NULL ,
[MapNumber] [smallint] NULL ,
[MapPosX] [smallint] NULL ,
[MapPosY] [smallint] NULL ,
[CDate] [smalldatetime] NULL ,
[BotLife] [int] NOT NULL ,
[BotMaxLife] [int] NOT NULL ,
[BotLvlUpDefense] [int] NOT NULL ,
[BotLvlUpPower] [int] NOT NULL ,
[BotLvlUpLife] [int] NOT NULL ,
[BotLvlUpMana] [int] NOT NULL ,
[BotLvlUpExp] [int] NOT NULL ,
[BotLvlUpMaxLevel] [int] NOT NULL
) ON [PRIMARY]
GO
New Commands:
/ware 1 (1 - new Warehouse, 0 - Default )
BotPet Commands:
/botpet create index Name
/botpet followme
/botpet freeze
/botpet stats
/botpet skill NUM
/botpet life
/botpet mana
/botpet cry
/botpet hi
/botpet cheer
/botpet sir
/botpet bye
/botpet respect
/botpet comeon
/botpet win
/botpet hehe
/botpet dance
/vipset Nuber
IP Changes:
ConnectServer/Data/BoR_ServerList.dat
Data/MapServerInfo.dat
Data/IpList.dat
Data/lang/kor/commonloc.cfg
SQL Password Changes:
EventServer\DATA\svconfig.ini
ExDB\ExDB.ini
RankingServer\svconfig.ini
SCFExDB\Config.ini
SCFInstaller\SCFQueryInstaller.ini
Credits:
SCFMT
Plasma32
Tomatoes
Diablo
Darkiv
GameServer - 10.03.70 - Cracked
GameServer_CS - 10.03.70 - Cracked
SCFExDB 10.03.60 - Cracked
Server Max Stats: 32 767
Moves from GS_CS to GS - 100% Fixed
PC Point Shop:
PC Point Shop - 100%
Box in shop - 100%
Full item + Socked Item in Shop - 100%
ResetMaster Information:
ResetLevel=350 /Level for reset
ResetZen=200000000 /Zen for reset
ClearPreviousResets=0 /Disabled
ClearInventory=0 /Disabled
ClearStats=0 /Disabled
ClearSkills=0 /Disabled
ClearMasterPoints=0 /Disabled
Reset MultPoints=0 /Disabled
ResetIsNeedSpecialItem=1 /Enabled
Item is:
SpecialItemType=12
SpecialItemIndex=30
Reset Information:
/reset - 100% work
ResetLevel=400 /Level for reset
ResetZen=200000000 /reset cost
ClearQuests=0 / Disabled
ClearEvolutions=0 /Disabled
ClearInventory=0 /Disabled
ClearStats=0 /Disabled
ClearSkills=0 /Disabled
That means when you become level 400.
Use the command /reset .
Your hero will be automatic be reset.
Your skills,quests,inventory,skills will keep !
Server Information:
Quest 1 - 100%
Quest 2 - 100%
Quest 3 - 100%
Socked Items - 100%
Chaos Mix - 100%
Jewels Rate - 100%
All Maps Move - 100%
Chaos Castle Minium 1 Player Start - 100%
Soon more..
Server Commands:
/Test
/Warp
/Transform
/Block setting
/Cancel block
/Chatting ban
/Cancel chatting ban
/Warp guild
/End guild
/End battle
/Start battle
/Stop battle
/Item
/Time left
/Battle
/Battle Soccer
/Request
/Disconnect
/Move
/Trans
/SetBlock
/UnsetBlock
/DisableChat
/EnableChat
/GuildMove
/GuildDisconnect
/GuildWarEnd
/GuildWarStart
/GuildWarStop
/RemainTime
/GuildWar
/BattleSoccer
/Request
/Connection status
/Trace
/Monitor
/ConnectionState
/UserTracking
/UserWatching
/Firecracker
/post
/pkclear
/addstr
/addagi
/addvit
/addene
/addcmd
/skin
/marry
/getmarry
/acceptmarry
/divorce
/forcedivorce
/tracemarry
/Kundun Status
/Kundunpi
/Kundunhoebokryang
/Kundunchodanghoebokryang
/Kundun recovery time
/Reset
/Gmove
/vipbuylist
/vipbuy
/viprenew
/vipstate
/serverinfo
/playerinfo
/gg
/Gmoveall
/level
/whois
/online
/addbuff
/clearinv
/addskill
/status
/vipstatus
/setzen
/setvip
/banchar
/banaccount
/spawn
/pkset
Gameserver Crash Fixed:
/prwt474
/zxcv886
/13s1518
/gret547
Client Changes:
95% translated English
T - 100% fixed
Text.bmd - 99% English
Map Moves:
Stadium - 100%
Lorencia - 100%
Noria - 100%
Elbeland - 100%
Elbeland 2 - 100%
Elbeland 3 - 100%
Devias - 100%
Devias 2 - 100%
Devias 3 - 100%
Devias 4 - 100%
Dungeon - 100%
Dungeon 2 - 100%
Dungeon 3 - 100%
Atlans - 100%
Atlans 2 - 100%
Atlans 3 - 100%
Lost Tower - 100%
Lost Tower 2 - 100%
Lost Tower 3 - 100%
Lost Tower 4 - 100%
Lost Tower 5 - 100%
Lost Tower 6 - 100%
Lost Tower 7 - 100%
Tarkan - 100%
Tarkan 2 - 100%
Icarus - 100%
Aida - 100%
Aida 2 - 100%
Crywolf - 100%
Raklion - 100%
Kantru - 100%
Kantru 2 - 100%
Kantru 3 - 100%
Swamp Of Peace - 100%
Vulcanus - 100%
ValleyOfLoren - 100%
! MFS Team Season 5 Server Files Working On: !
Windows 7 Ultimate 32 Bits, Windows XP SP3 , Windows 7 Ultimate 64 Bits and Windows XP SP2 !
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Client Info:
Version: 1.04.11
Serial: Mfsteamforeverrr
IP: 87.246.27.53
Fixed Create Character
Server Files:
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Client :
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Open "Query Analyzer" and insert this script in MuOnline:
alter table memb_info add SCFWareVipCount int Not NULL default 0
After this add this script in MuOnline:
CREATE TABLE [dbo].[ExtendedWarehouse] (
[AccountID] [varchar] (10) NOT NULL ,
[Items] [varbinary] (1920) NULL ,
[Money] [int] NULL ,
[EndUseDate] [smalldatetime] NULL ,
[DbVersion] [tinyint] NULL ,
[pw] [smallint] NULL ,
[SCFExtWare] [int] NULL ,
) ON [PRIMARY]
GO
After this add this other script in MuOnline:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[BotPet]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[BotPet]
GO
CREATE TABLE [dbo].[BotPet] (
[AccountID] [varchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[Name] [nvarchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[cLevel] [int] NOT NULL ,
[Class] [tinyint] NULL ,
[Experience] [bigint] NULL ,
[Power] [smallint] NULL ,
[Defense] [smallint] NULL ,
[Inventory] [varbinary] (1728) NULL ,
[MagicList] [varbinary] (180) NULL ,
[Life] [real] NOT NULL ,
[MaxLife] [real] NOT NULL ,
[Mana] [real] NOT NULL ,
[MaxMana] [real] NOT NULL ,
[MapNumber] [smallint] NULL ,
[MapPosX] [smallint] NULL ,
[MapPosY] [smallint] NULL ,
[CDate] [smalldatetime] NULL ,
[BotLife] [int] NOT NULL ,
[BotMaxLife] [int] NOT NULL ,
[BotLvlUpDefense] [int] NOT NULL ,
[BotLvlUpPower] [int] NOT NULL ,
[BotLvlUpLife] [int] NOT NULL ,
[BotLvlUpMana] [int] NOT NULL ,
[BotLvlUpExp] [int] NOT NULL ,
[BotLvlUpMaxLevel] [int] NOT NULL
) ON [PRIMARY]
GO
New Commands:
/ware 1 (1 - new Warehouse, 0 - Default )
BotPet Commands:
/botpet create index Name
/botpet followme
/botpet freeze
/botpet stats
/botpet skill NUM
/botpet life
/botpet mana
/botpet cry
/botpet hi
/botpet cheer
/botpet sir
/botpet bye
/botpet respect
/botpet comeon
/botpet win
/botpet hehe
/botpet dance
/vipset Nuber
IP Changes:
ConnectServer/Data/BoR_ServerList.dat
Data/MapServerInfo.dat
Data/IpList.dat
Data/lang/kor/commonloc.cfg
SQL Password Changes:
EventServer\DATA\svconfig.ini
ExDB\ExDB.ini
RankingServer\svconfig.ini
SCFExDB\Config.ini
SCFInstaller\SCFQueryInstaller.ini
Credits:
SCFMT
Plasma32
Tomatoes
Diablo
Darkiv