View Single Post
  #3  
Old 11-16-2019, 12:36 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

The bug I mentioned is very specific to a bot id matching a player's id already in the group.

It also occurs with every zoning into any zone.


If I had to guess, based on your use of pok as a 'hub' zone, and knowing some of the issues with groups using bots..

..I'd say that the group object was never consumed when they left pok and the bots and/or client is being assigned to an old group object because
the zone hasn't shut down since their last visit - one that doesn't match their current group id.


I've tried to add code to 'consume' the group object in several places..but, that ended up causing server crashes and it had to be removed.

I'll make sure this is on my list..but, I can't promise anything since it may take a complete re-write of the group code to fix it.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote