my concept interface

Mu online season 21 - grand opening

sparx14

Guest
its acctualy euro mir3`s new interface i think lol :P thats been edited of corse
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
ay. but i made it look cool :P
 

sparx14

Guest
i think what he did do was possible (wud work) but what he was trying to do wasnt =S if that makes ne sence at all
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
everything you see in thos screens is poss. only this is what happens...

damn.JPG
 

Chriz

Captain Lurker
VIP
Mar 24, 2003
1,198
1
336
315
LOMCN
hmm im sure u could move the quick slots with a lil hex'in, just had a quick look with res hacker and found:

object DBelt1: TDButton
Left = 20
Top = 420
Width = 33
Height = 25
OnDirectPaint = DBelt1DirectPaint
OnMouseMove = DBelt1MouseMove
OnDblClick = DBelt1DblClick
OnClick = DBelt1Click
DParent = DBottom
Visible = True
EnableFocus = False
ClickCount = csNone
end
object DBelt2: TDButton
Tag = 1
Left = 56
Top = 420
Width = 33
Height = 25
OnDirectPaint = DBelt1DirectPaint
OnMouseMove = DBelt1MouseMove
OnDblClick = DBelt1DblClick
OnClick = DBelt1Click
DParent = DBottom
Visible = True
EnableFocus = False
ClickCount = csNone
end
object DBelt3: TDButton
Tag = 2
Left = 92
Top = 420
Width = 33
Height = 25
OnDirectPaint = DBelt1DirectPaint
OnMouseMove = DBelt1MouseMove
OnDblClick = DBelt1DblClick
OnClick = DBelt1Click
DParent = DBottom
Visible = True
EnableFocus = False
ClickCount = csNone
end
object DBelt4: TDButton
Tag = 3
Left = 128
Top = 420
Width = 33
Height = 25
OnDirectPaint = DBelt1DirectPaint
OnMouseMove = DBelt1MouseMove
OnDblClick = DBelt1DblClick
OnClick = DBelt1Click
DParent = DBottom
Visible = True
EnableFocus = False
ClickCount = csNone
end
object DBelt5: TDButton
Tag = 4
Left = 164
Top = 420
Width = 33
Height = 25
OnDirectPaint = DBelt1DirectPaint
OnMouseMove = DBelt1MouseMove
OnDblClick = DBelt1DblClick
OnClick = DBelt1Click
DParent = DBottom
Visible = True
EnableFocus = False
ClickCount = csNone
end
object DBelt6: TDButton
Tag = 5
Left = 200
Top = 420
Width = 33
Height = 25
OnDirectPaint = DBelt1DirectPaint
OnMouseMove = DBelt1MouseMove
OnDblClick = DBelt1DblClick
OnClick = DBelt1Click
DParent = DBottom
Visible = True
EnableFocus = False
ClickCount = csNone
end




ne1 tryed changing the co-ords b4 ?? ne-way just an idea..
 

Xypher

LOMCN Senior Member
Veteran
May 4, 2003
419
0
93
Dunno Posts:4000000
Don't think it works... I think some people have said it is hard coded in there.. but I will download reshack and test your theory for ya m8
 

sparx14

Guest
i think moving the quick slots is possible seeing as moving the buttons is :/ btw dont fkin dare quote me on what i been talkin about 2morrow lol look at the bloody time -_- nn all off 2 bed lol
 

Xypher

LOMCN Senior Member
Veteran
May 4, 2003
419
0
93
Dunno Posts:4000000
Movng the quick slots is like changing the size of the chat box.. the buttons is all image resizing to make it appear ina differen't spot.. you put the image for the button in a big black screen in paint and move it to the spot you want.. The black does not show up on your screen while playing mir and you can't click it. Only the image the button is. Its all colour. Mir is coded really hard. I tried switching the ring and bracelet slots around using reshack.. didn't do anything.. So i doubt anything else would work. like slots etc;..
 

YouKnowWho

Dedicated Member
Dedicated Member
Dec 12, 2003
60
0
32
Farril said:
everything you see in thos screens is poss. only this is what happens...

You should be able to change that. Do you have a copy of the Delphi client source?

Edit: Found my copy of the source.

Code:
   drawingbottomline := 450;

    if mmm < drawingbottomline then begin //ºÒÇÊ¿äÇÏ°Ô ±×¸®´Â °ÍÀ» ÇÇÇÔ
          ObjSurface.Draw (n, mmm, DSurface.ClientRect, DSurface, TRUE)
     end;

This is why there is a black part, because the client does not draw anything after line 450. If you open the client exe in a hex editor, and search for 450 it should just be a simple case of changing it to 640 (the height of the screen).

However there may be more than one variable with that value, so you will need to either change them all, or try and find the correct one.
 
Last edited:

Nazareth

Dedicated Member
Dedicated Member
Oct 2, 2004
127
0
43
Somewhere In The World
Farril said:
everything you see in thos screens is poss. only this is what happens...

damn.JPG
My Interface what i made is doing the same, but mine is white instead of black, i cant get rid of it on PSP because it asks to turn the image to 16 million colours but u aint allowed to use that much colour, any1 know what software i could use instead of PSP and Paint? lol

What software u using mate?
 

EvilEvil

LOMCN VIP
VIP
Mar 22, 2003
674
0
193
well 1st u need the chat section... so ust use tht space for tht, altho its still big its better than current 1.
 

Nazareth

Dedicated Member
Dedicated Member
Oct 2, 2004
127
0
43
Somewhere In The World
what software is good to make intrefaces with? cuz mine need to be transparent because it leaves a white box above the interface on game, and i cant use PSP because it says i need to turn it into 16million colour....
 

DeathWish

LOMCN VIP
VIP
Oct 29, 2003
1,269
2
265
you colour the things you dont want to show in black, normal black not different shades of it, try using photoshop
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
im using paint to do this. no need for ps. if your having a colour problem open it in ps, save as 256, and it will happily change it without altering the pixel difference noticably.

@hate - i was doing for a chat box which just appeared over the map (like euro mir) - though i then came up against the problem that all the text is set on a white bg. That needs hexing, but im sure its possible.

@xypher - i like that idea, but if i can increase the cut off line it will be alot better.
 

Nazareth

Dedicated Member
Dedicated Member
Oct 2, 2004
127
0
43
Somewhere In The World

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
iv searched in hex editor for 450. without any filtering, and it cant find any values. are there any other programs which you can edit that information in?