any update? about this server?
any update? about this server?
what about this?what different? http://forum.ragezone.com/f197/mu-se...-wing-1097182/
Hi all ! Guys can you tell how can I add a frame for MiniMap?
This.
Without changing the settings.
Thanks in advance !
u mean u wanna change that frame and make it like the first PIC?http://storage7.static.itmages.ru/i/...c81f16d14e.png or u wanna add another frame? whatever it is u must edit the image file..
its a different minimap, the first is made using pLoadImage and a simple ozj loaded depending on the map and just drawing the player positiion on it, the second is the cs map minimap and both are totally diferent methods so uness you use the source and remove the existing one and code the other you cant change it
I want this card to add It
Sorry (( Thought possible
- - - Updated - - -
And if you take the MiniMap from this server it is possible, somehow, to pull this menu ?
![]()
I have not translated the client
I make minimap src sincerely on zClient source in old times ;) I always trying to make something like this in really:
I try to copy sobieh arieth mu clients, always I mean... sobieh is at least for me the Best Mu Coder existing... from all times
PS: Why don't try to make this ?![]()
Hey guys, how you fix the gs that said "trial end" I cant test this repack anymore
btw if someone is using these files sources there is a bug with minimap in cs map just search this in void Draw_Interface::DrawMiniMap()
and replace it with thisCode:this->DrawGUI(ePLAYER_POINT, (float)(StartX - 1 + gObjUser.lpViewPlayer->MapPosX / 2), (float)(294 - 1 + (255 - gObjUser.lpViewPlayer->MapPosY) / 2));
Code:if (gUser.m_MapNumber != MAP_CASTLE_SIEGE) { DrawInterface(iPOINT_PLAYER_ON_MAP, (float)(StartX - 1 + gUser.lpViewPlayer->MapPosX / 2), (float)(294 - 1 + (255 - gUser.lpViewPlayer->MapPosY) / 2), 3, 3); }
English:
This is not a real: 'BUG' this is only a small check for that Custom MiniMap for that don't make drawing proc on: Loren Deep (Because this have original MiniMap by Wz).
Spanish:
Esto no es un verdadero: 'ERROR' esto es sólo una pequeña verificación de ese MiniMap personalizado para que no haga el procedimiento de dibujado en: Loren Deep (Debido a que este tiene MiniMap original de Wz).
PS: Here Original Minimap Source for: 1.04d GMO (Webzen Minimap) and this is used actually on my MiniMap Source Code from my: GameEngine 2.0.0.0
http://forum.ragezone.com/f508/mini-...1-04d-1111106/
Made by: X-Team, NanoGuy & Me.
Last edited by Kiosani; 10-10-16 at 02:51 AM.