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!

[Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

Newbie Spellweaver
Joined
Jan 9, 2015
Messages
13
Reaction score
1
re: [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

Kiosani - [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn) - RaGEZONE Forums


Wtf is this?:D

Share offsets from 1.04.04 plz
 
Joined
Nov 4, 2012
Messages
928
Reaction score
545
re: [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

Kiosani - [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn) - RaGEZONE Forums


This poop is because main exe dont know what is this map. How to let main.exe think, that this is map lorencia or devias?

No, i have a client with arkania. But is not a replacement of other map and i have same bug.
Is an random error that i not know, with .map file maybe?
 
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
re: [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

No, its from main.exe bug. If you change davias world with this, bug will not apear and you can lean on walls where you have added this by worleditor.

So need find in main function, where calls devias, lorencia maps to get work this poop
 
Joined
Nov 4, 2012
Messages
928
Reaction score
545
re: [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

Even with main supporting new maps instead of devias, lorencia and other craps skins?

LOL
 
Newbie Spellweaver
Joined
May 11, 2014
Messages
9
Reaction score
4
re: [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

psychedelic inbox your id teamviewer i can help you fix that
 
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
re: [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

I think should remove its , if you want i can help :D
sorry my english

I know how to use WorldEditor.. I dont want remove anything, or replace with working map. I want just find solution for this bug. This triangles must be invisible, and when cursor is on that place, it must chagne to this:
Kiosani - [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn) - RaGEZONE Forums
 
Junior Spellweaver
Joined
Aug 11, 2013
Messages
112
Reaction score
64
re: [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

Kiosani - [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn) - RaGEZONE Forums


This poop is because main exe dont know what is this map. How to let main.exe think, that this is map lorencia or devias?

it is only error number the BMD...
 
Skilled Illusionist
Joined
Dec 29, 2007
Messages
312
Reaction score
34
re: [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

Kiosani you can inform the offsets to the main 1.04E ?
 
Newbie Spellweaver
Joined
May 4, 2014
Messages
59
Reaction score
1
re: [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

functional for MueMu? M
 
Skilled Illusionist
Joined
Aug 5, 2008
Messages
377
Reaction score
33
re: [Development] Trying to add NEW Maps to Server and Client (1.03.13) Season 4.6 (Jpn)

This part I made directly on my main.exe with ollydbg:

Code:
[COLOR=#008000]// Load new .MAP files hook[/COLOR] ([COLOR=#ff0000]0x005E9351[/COLOR])
[COLOR=#ff0000]// Here must be changed value from limit to load .map files from: Data in this case original value is: [/COLOR]005E9351  |.  3B45 98       CMP EAX,DWORD PTR SS:[EBP-[COLOR=#ff0000]0x10[/COLOR]] and I change by: [EBP-[COLOR=#FF0000]0x68[/COLOR]]
[COLOR=#008000]// ----[/COLOR]
[COLOR=#008000]// Load new .ATT files hook[/COLOR] ([COLOR=#ff0000]0x005E95A8[/COLOR])
[COLOR=#FF0000]// Here must be changed value from limit to load .att files from: Data in this case original value is: [/COLOR]005E95A8  |.  3B4D 98      CMP ECX,DWORD PTR SS:[EBP-[COLOR=#ff0000]0x10[/COLOR]] and I change by: [EBP-[COLOR=#FF0000]0x68[/COLOR]]
[COLOR=#008000]// ----[/COLOR]
[COLOR=#008000]// Load new .OBJ files hook[/COLOR] ([COLOR=#ff0000]0x005E964B[/COLOR])
[COLOR=#FF0000]// Here must be changed value from limit to load .att files from: Data in this case original value is: [/COLOR]005E964B  |.  3B45 98      CMP EAX,DWORD PTR SS:[EBP-0x10] and I change by: [EBP-[COLOR=#FF0000]0x68[/COLOR]]

Does anyone have this offsets for 1.03.11 (1.03K)? :)
 
Back
Top