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!

[Release] MuServer MuEmu 1.05d Downgraded season 2 with cashshop

Newbie Spellweaver
Joined
Apr 9, 2016
Messages
11
Reaction score
0
just change version in main.exe need be same version y main and gameserver.. if you dont know how do it. please go to section help in this forum.


Hello friend how do I change the interface select char for leave equal to s2
 
Joined
Mar 13, 2008
Messages
758
Reaction score
1,005
UPDATED 23/11/2016


Fixed Visual bug when DarkWizard have all skills
Fixed Interface character select and changed to s2 original.
Recode all system autopick and autoattack.


Added Event "Rulet Event" need add column "RuletEvent" smallint in table MEMB_INFO / Can enable disable in GameServer/data/GameServerInfo - Event.dat


Added Pet System can configure it in GameServer/data/GameServerInfo - MuunSystem.dat need added table muunsystem look images.


Fixed seals in cashshop.


Added buff icons in party (Mana shield, Inner, Buff strength ,Buff Defense ,Critical)


Fixed Character create position.
Fixed new slot can use all pendants.


And i cant remember all fixed or customs added XD.
THIS WILL BE THE LAST UPDATE!
 
Newbie Spellweaver
Joined
Apr 9, 2016
Messages
11
Reaction score
0
UPDATED 23/11/2016


Fixed Visual bug when DarkWizard have all skills
Fixed Interface character select and changed to s2 original.
Recode all system autopick and autoattack.


Added Event "Rulet Event" need add column "RuletEvent" smallint in table MEMB_INFO / Can enable disable in GameServer/data/GameServerInfo - Event.dat


Added Pet System can configure it in GameServer/data/GameServerInfo - MuunSystem.dat need added table muunsystem look images.


Fixed seals in cashshop.


Added buff icons in party (Mana shield, Inner, Buff strength ,Buff Defense ,Critical)


Fixed Character create position.
Fixed new slot can use all pendants.


And i cant remember all fixed or customs added XD.
THIS WILL BE THE LAST UPDATE!

main not open?
 
Junior Spellweaver
Joined
Jun 24, 2012
Messages
135
Reaction score
16
Nice update :p
For update sql script MuunSystem
Code:
USE [MuOnline]
GO

/****** Object:  Table [dbo].[MuunSystem]    Script Date: 11/23/2016 23:26:11 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

SET ANSI_PADDING ON
GO

CREATE TABLE [dbo].[MuunSystem](
    [Name] [varchar](10) NOT NULL,
    [cLevel] [smallint] NULL,
    [Agility] [smallint] NULL,
        [NamePet] [varchar](10) NOT NULL,
            [CountPet] [smallint] NULL,
                [MobsKilled] [int] NULL,
                    [TimeToBorn] [smallint] NULL,
                    [memb_nid] [int] NOT NULL
) ON [PRIMARY]

GO

SET ANSI_PADDING OFF
GO
 
Last edited by a moderator:
Junior Spellweaver
Joined
Feb 10, 2014
Messages
107
Reaction score
9
What is ip in main for change with hexeditor
I try to use ollydbg hex editor and other hex editor and 0x0043FB5C cant find it......
 
Last edited:
Newbie Spellweaver
Joined
Feb 7, 2013
Messages
25
Reaction score
0
just change version in main.exe need be same version y main and gameserver.. if you dont know how do it. please go to section help in this forum.

main version is 22750, in gameserver - common.cfg is 1.04.05
i need change common.cfg to 22750 or 2.27.50? i dont understand this
 
Junior Spellweaver
Joined
Aug 5, 2008
Messages
149
Reaction score
38


ViewPort for new pets finished.. :)


Nice modifications :), i hope it can be added to other mains or add new cool things like this :), maybe later we can see main soul silver six or soul silver phoenix with new things like this and new data type boolean with more than 3 values :D

Saludos viejo, es bueno ver trabajo realmente nuevo como esto, felicitaciones :)
 
Back
Top