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!

Party asking (Not all Members in map) Restriction removed.

Skilled Illusionist
Joined
Apr 6, 2011
Messages
329
Reaction score
37
It is quite irritating for players when someone says to Ask party and after asking, a message shows up saying "Not all party members in same map".

Here is the solution to this Badboy message (As asked by l58450190) !

Open Zoneserver.exe into hex editor.
Search for these bytes :
33 C9 66 8B 48 54 3B D1 74 0A B8 04 00

Replace with these :
33 C9 66 8B 48 54 3B D1 EB 0A B8 04 00

This will add a member in party even if all players are not in map. :thumbup1::thumbup1:
 
Joined
Jun 10, 2009
Messages
658
Reaction score
140
It is quite irritating for players when someone says to Ask party and after asking, a message shows up saying "Not all party members in same map".

Here is the solution to this Badboy message (As asked by l58450190) !

Open Zoneserver.exe into hex editor.
Search for these bytes :
33 C9 66 8B 48 54 3B D1 74 0A B8 04 00

Replace with these :
33 C9 66 8B 48 54 3B D1 EB 0A B8 04 00

This will add a member in party even if all players are not in map. :thumbup1::thumbup1:

Good one :thumbup1:

It would be better if you make a post on basic ZoneServer editing using OllyDbg so that others too can try out editing themselves :):
 
Back
Top