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] Main GMO 104D cracked

Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
ngocanh87,

Run this query:
Code:
USE [MUONLINE]
GO

if exists ((select * from dbo.sysobjects where xtype = 'TR' and name = 'FixClass'))
drop trigger [dbo].[FixClass]
GO

CREATE TRIGGER [dbo].[FixClass] ON [dbo].[Character] 
AFTER UPDATE AS
IF (UPDATE(Class)) 
BEGIN

--==============================--
--	DECLARANDO VARIÁVEIS	--
--==============================--

	DECLARE @NAME VARCHAR(10);

--==============================--
--	CAPTURANDO DADOS	--
--==============================--

	SET @NAME=(SELECT [dbo].[Character].[Name] FROM [dbo].[Character] WHERE [dbo].[Character].[Class] = '98')

--==============================--
--	ATUALIZANDO DADOS	--
--==============================--	
IF @NAME IS NOT NULL

BEGIN
	UPDATE [dbo].[Character] SET [dbo].[Character].[Class] = '97' WHERE  [dbo].[Character].[Name] = @NAME

	END
END
GO
by: Renatiinn
 
Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
In this client, some original items were duplicated. They have the same name, but the terminology was added "-J".
These items can not be thrown away (not tested trade). In those days, Webzen is doing an event and I dont know if these items are included. I don't know whether they will be held later.

The "new" items are not Excelent regarding weapons and realized that only increases the attack speed (compared to the original item).

For those who want to test, I let the initial topic file item(new).txt (for the server's Tech Titans), as well as TitansEditor.mdb (to be used with TitansEditor).

Same pictures:

 
Newbie Spellweaver
Joined
Jan 7, 2012
Messages
17
Reaction score
5
its have exe item and different itemID

chris05 - [Release] Main GMO 104D cracked - RaGEZONE Forums


32 0 260 1 2 "Sacred Glove" 52 52 58 25 65 0 0 0 85 35 0 0 0 0 0 0 0 0 0 1 0
33 0 261 1 2 "Holy Storm Claw" 82 82 88 30 77 0 0 0 100 50 0 0 0 0 0 0 0 0 0 1 0
34 0 260 1 2 "Piercing Blade Glove" 105 95 101 35 86 0 0 0 120 60 0 0 0 0 0 0 0 0 0 1 0
35 0 270 1 2 "Phoenix Soul Star" 147 122 128 40 98 0 0 0 101 51 0 0 0 0 0 0 0 0 0 1 0
39 0 22 1 3 "Lighting Sword-J" 59 59 67 35 50 0 0 0 90 50 0 0 0 0 1 1 1 0 0 0 0
40 0 260 1 2 "Sacred Glove-J" 52 52 58 30 65 0 0 0 85 35 0 0 0 0 0 0 0 0 0 1 0
 
Junior Spellweaver
Joined
Aug 5, 2008
Messages
149
Reaction score
38
-.- Try to do it with "go to" and put the offset :) for you i think if don't know how use ollydbg, use a hexeditor :) will be more easy just search for: connect.muonline and you will see the ip :) and put the same serial and version to your server and you won't have problems :)

For anyone, who know what is the new clip x on this main?, thanks.
 
Junior Spellweaver
Joined
Dec 6, 2010
Messages
180
Reaction score
11
new download links for Items(Kor) and TitanEditor.. TIA!!! \m/
 
Elite Diviner
Joined
Aug 24, 2005
Messages
417
Reaction score
256
ntquanginfo,

For me it works 100%...

===============================
thanks rodrigobmd for you help... Now, the 3D cam is working:



offsets:

#define Offset_Camera_Zoom (0x00D27BFC)
#define Offset_Camera_RotY (0x00D27B88)
#define Offset_Camera_RotZ (0x087933D8)
#define Offset_Camera_PosZ (0x00D255AC)
#define Offset_Camera_ClipX (0x00D2C848)
#define Offset_Camera_ClipY (0x00D2C894)
#define Offset_Camera_GlClip (0x00D2570C)
 
Last edited:
Newbie Spellweaver
Joined
Feb 5, 2012
Messages
21
Reaction score
1
ntquanginfo,

For me it works 100%...

===============================
thanks rodrigobmd for you help... Now, the 3D cam is working:



offsets:

#define Offset_Camera_Zoom (0x00D27BFC)
#define Offset_Camera_RotY (0x00D27B88)
#define Offset_Camera_RotZ (0x087933D8)
#define Offset_Camera_PosZ (0x00D255AC)
#define Offset_Camera_ClipX (0x00D2C848)
#define Offset_Camera_ClipY (0x00D2C894)
#define Offset_Camera_GlClip (0x00D2570C)

I download tools, i open itemtooltiptext_eng.bmd and unlock checksum ok but error old ... (not show true value if i change)
 
Back
Top