Change Log
v1.0
- New user commands:/evo,/summon,/summonkill,/post,/add,/online,/about,/help
- New gm commands: /reload, /gg, /make
- Costum User Settings (Used to add or remove vip users or ban characters.)
- Costum VIP System (VIP can have specified exp and drop settings.)
- Enable or disable use castle siege skill on normal
- New npc’s : golden archer, pk clear npc
- Added login message (Message what see user when login.)
- Many new configurations added
v1.1
- Added event prize configs (illusion temple,chaos castle,white whizard)
- Added support for 65000 max stats (need edit database to support 65000 max stats)
- Golden invasion fixed (event and message)
- Party zen bug fixed
- PK System fixed (pk move, kill, use shop, kill party)
- GM use m key
- Item System fixed (Allow Excellent Anc,Joh Anc,Exc Socket,+28opt,+15item)
- Poition bug fixed
- GM Connect fixed (GM can connect using vista or seven)
- Summoner Berserker 65k+ Damage fixed
- Mana Shield 32k+ Stats fixed
- Crash dump file removed
- Arena PVP bug fixed (Can kill player in arena)
- Eventtimebag’s fixed
- All player in chaos castle (All player can join CC, not only PK)
- Rakion fixed (Boss respawn time 24h, event)
- Files usable on any windows os (XP,Vista,2003,2000,7 !Tested on XP SP3!)
v1.2
- Use twisting slash without weapon fixed (Now ask weapon to use twisting slash skill)
- Blocked ip list added(Now you can block user ip’s that can’t connect)
- Posibility to change PK Clear npc id
- Updated WZ V.I.P System (Can switch between old or new system, can disable too)
v1.3
- Added Server side security
- Pet system updated (Each class has own pet monster)
- New V.I.P System has been removed
v1.4
- Major bug fixes!
- Auto fix PK Level & Money coun’t bugs
- Added Server side antihack (Spoofhack block and NPC Hack’s too)
- Finished pet system all chars have pets now
- Added new gm commands: /warn nick,/banacc nick,/banchar nick (Update MuOnline DB,Character table, add colum: WarnCount)
v1.5
- New GameServer added: SubServer and VIPServer
- New version of cashshop server added
- Added reset npc
- SQL Connection fixed no crash and freeze
v1.6
- Summon Command removed
- Added Pet System NPC to summon pets!
v1.7
- /banacc <acc name> <block(1) or unblock(0)> (/banacc System32 1 - account system32 will be blocked)
- /banchar <char name> <block(1) or unblock(0)> (/banacc aaaa 1 - account aaaa will be blocked)
- warn command updated when user get warn it will show current warn count too
- login message updated to show current count of warns
- pet system and reset npc fixed!
DB Fix
PHP Code:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Character]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[Character]
GO
CREATE TABLE [dbo].[Character] (
[AccountID] [varchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[Name] [varchar] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[cLevel] [int] NULL ,
[LevelUpPoint] [int] NULL ,
[Class] [tinyint] NULL ,
[Experience] [int] NULL ,
[Strength] [smallint] NULL ,
[Dexterity] [smallint] NULL ,
[Vitality] [smallint] NULL ,
[Energy] [smallint] NULL ,
[Inventory] [varbinary] (1728) NULL ,
[MagicList] [varbinary] (180) NULL ,
[Money] [int] NULL ,
[Life] [real] NULL ,
[MaxLife] [real] NULL ,
[Mana] [real] NULL ,
[MaxMana] [real] NULL ,
[MapNumber] [smallint] NULL ,
[MapPosX] [smallint] NULL ,
[MapPosY] [smallint] NULL ,
[MapDir] [tinyint] NULL ,
[PkCount] [int] NULL ,
[PkLevel] [int] NULL ,
[PkTime] [int] NULL ,
[MDate] [smalldatetime] NULL ,
[LDate] [smalldatetime] NULL ,
[CtlCode] [tinyint] NULL ,
[DbVersion] [tinyint] NULL ,
[Quest] [varbinary] (50) NULL ,
[Leadership] [smallint] NULL ,
[ChatLimitTime] [smallint] NULL ,
[FruitPoint] [int] NULL ,
[JHDX] [varchar] (10) COLLATE Chinese_PRC_CI_AS NULL ,
[JHtype] [tinyint] NULL ,
[Reset] [int] NOT NULL ,
[WarnCount] [int] NOT NULL ,
[Vip] [int] NOT NULL
) ON [PRIMARY]
GO
Bug’s, Not finished things, need to edit
- /evo command not work
- pet system npc settings need to be changed (reset and pet npc on same monster)
Class Information
- Dark Wizard = 0
- Soul Master = 1
- Grand Master = 3
- Dark Knight = 16
- Blade Knight = 17
- Blade Master = 19
- Fairy Elf = 32
- Muse Elf = 33
- High Elf = 35
- Magic Gladiator = 48
- Duel Master = 50
- Dark Lord = 64
- Lord Emperor = 66
- Summoner = 80
- Bloody Summoner = 81
- Dimension Master = 83
Information
- Use only provided client with server
- Server use MD5 password hash, to make account use Mu Acc Maker by webzen!
- Server is season 4 JPN
Features
Other Features
- Costum User Settings
- Unique pet system [!]
- V.I.P Server
- Many new and unique in-game commands
- ScriptDev Pro Edition
Common Features
- Blood Castle
- Devil Square
- Chaos Castle
- Illusion Temple
- Kantru Event
- Character Skills
- Summoner
- Evolution 3rd class
- Creadation of guild
- Battle Soccer
- Chaos Mix +9 – +11
- Mu Mail
- BK Combo
- Chaos Mix of Fenrir
- Swamp Of Calmness Event
- Rakion Event
- Blossom System
- Cash Shop
- Seals
- Item +380 Level System
- Period Items
- Luky Simbol
- Premium Tickets BC, DS, Kalima, Illusion Temple
- Summoner Card
- Chaos Card For Beginers
- Chaos Card
- Chaos Card Premium
- Reset Points Pots
- Skill Tree
- GM Ring
- GM Box
- New S4 Guardians
- New S4 Sets
- Socket System
- New Santa Town and Santa Buff’s
- New S4 Talismans
- New S4 Buff’s
- Castle Siege Event
- Golden Archer NPC
- PK Clear NPC
- Max Stats 65000
- Blocked IP List
- PK Clear NPC
- Reset NPC
User Command
- /evo
- /summon
- /summonkill
- /post <mesage>
- /add
- /online
- /about
- /help
GM Command
- /reload
- /gg <mesage>
- /make <Type ID Level Skill Luck Opt Exc Ancient>
- /warn <nick>
- /banacc <nick>
- /banchar< nick>
Download and Credits