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!

Search party members by party id? (gs 1.00.90)

Status
Not open for further replies.
Skilled Illusionist
Joined
Aug 5, 2008
Messages
377
Reaction score
33
I'm using IA Julia Season 4 Source

I'm trying to get a list/array of the ids from members on a party,
I can get the partynumber from a player (gObj->PartyNumber),
but there's no party struct, so I can't do for of gParty[partyid].Number[1-5] to get the members ids.
Does someone know of any offset of any kind of function to get this info,
or how to add a party struct to the source? :)
 
(づ。◕‿‿◕。)
Loyal Member
Joined
Jun 23, 2014
Messages
1,853
Reaction score
423
its just a simple for from MIN_OBJ to MAX_OBJ, check if is online and just compare the partynumber of the user.
 
Upvote 0
Skilled Illusionist
Joined
Aug 5, 2008
Messages
377
Reaction score
33
Forgot to mention,
I want this to make a new party bonus system,
this means that I need to get this list every time a monster is killed,
with 100+ online players 90% of them killing every second,
I don't think making a for of obj_min to obj_max every time would be a good idea :/

If wondering why every time a monster is killed and not only on party creation,
because I need to check distance between members.
 
Upvote 0
Status
Not open for further replies.
Back
Top