• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] Addons for zClient (custom items, 3d fix, glow, fog, sky, minimap)

Apprentice
Joined
Dec 14, 2007
Messages
839
Reaction score
430
This release contain some addons for zTeam client.
Addons are custom items (256 items for each categories - no tested custom bows), fix 3d camera for first zTeam dll which allow custom wings, glow, general glow (by SmallHabit), fog, sky, minimap, etc.

serial = jewels.dll = k1Pk2jcET48mxL3b;
version = jewels.dll = 22749;
IP = client/data/custom/common.z

zmain2.exe do not contain any connections info ...

if you chose to load all glow then in certain OS (with Directx 11 or up) you need to install Directx 9 SDK:

some picts:





















Download:

PS: This release do not contain client - server items files (you should generate - create yourself, please do not ask for)...

a good start for custom wings: http://forum.ragezone.com/f508/zteam-sources-1009684-post8114480/#post8114480

some videos: http://forum.ragezone.com/f197/zteam-season-6-ep3-source-1009021-post8136693/#post8136693
=======================
update:

Main characteristics (change in jewels.dll)
IP = connection.muonline.com.tw
Version = 22749 (1.04.04)
Serial = k1Pk2jcET48mxL3b

Customs glow items is loading ok.
New zclient.dll and new encoder.exe (reset working ok) added.
All connections infos (IP, serial, version) are in jewels.dll only (no more need common.z for IP).
Possibility to show / hide client / server time added in addons.ini.
download link:

Credits:
Webzen
chris05 (crack this version, 3dcamera and fog offsets, itemtooltip guide)
zTeam
sobieh, Leo123, zergnm [BoR] (3d camera source)
Gembrid for glow.dll and ttlci.dll
noob22 fix ttlci.dll
Brain special sets effect
4FUNer
mauro07
RZ MuOnline Community
aecrimch
 
Last edited:
Joined
Oct 29, 2007
Messages
1,292
Reaction score
1,314
this is not zTeam Client img...

Guys I can help with this detail in 3d camera.. the problem is: Camera_RotY in this part of code:

Code:
if(MouseY < mhs->pt.y)
                    {
                        if(*Camera_RotY < -45)
                        {
                            *Camera_PosZ -= 44;
                            [COLOR=#ff0000]*Camera_RotY += (double)2.42;[/COLOR]
                        }
                    }
                    
                    else if(MouseY > mhs->pt.y)
                    {
                        if(*Camera_RotY > -90)
                        {
                            *Camera_PosZ += 44;
                            [COLOR=#ff0000]*Camera_RotY -= (double)2.42;[/COLOR]
                        }
                    }
                    
                    MouseX = mhs->pt.x;
                    MouseY = mhs->pt.y;
                }
            }
        }
    }
    return CallNextHookEx(MouseHook, code, wParam, lParam);
}

You are using: float(2.42), and in 1.04d GMO is: double(2.42).
because in: 1.04d GMO Main.exe -> double *Camera_PosZ = (double*) 0x00D255A0; //DOUBLE: 150.000000000

the position Z value is: Double not: Float..

PS: I'm working on a new version of GameEngine better than previous
 
Last edited:
Apprentice
Joined
Dec 14, 2007
Messages
839
Reaction score
430
qual e Verção e o serial !!!! do main 1.04.04 ?

serial => jewels.dll => k1Pk2jcET48mxL3b;
version => jewels.dll => 22749;
IP => client/data/custom/common.z

serial and version are in jewels.dll (change it and pack jewels.dll).
 
Newbie Spellweaver
Joined
Aug 10, 2013
Messages
22
Reaction score
1
in jewels.dll ok k1Pk2jcET48mxL3b; and 22749; but which in muserver?
 
Newbie Spellweaver
Joined
Aug 10, 2013
Messages
22
Reaction score
1
@I create custom.z !if I did not create the custom.z not connect to the server you do not think? my files ClientExeVersion = 1.04.04
ClientExeSerial = k1Pk2jcET48mxL3b in server ! in client I do not know!
 
Apprentice
Joined
Dec 14, 2007
Messages
839
Reaction score
430
i found an error in jewels.dll - can not use custom jewels - fixed.
please download last version: View attachment jewels.rar

TAB - show / hide minimap.
 

Attachments

You must be registered for see attachments list
Last edited:
Skilled Illusionist
Joined
Feb 20, 2012
Messages
310
Reaction score
23
As always nice release. But as always you fcuking it with copyrights on minimaps and F4 :|
 
Back
Top