Hello, I have a question about groups. I would like to put more than 3 but I do not find how. I think it's in OpenNos Handler / GroupPacketHandler. I think about this code,
** }
************ ServerManager.Instance.Broadcast (Session, Session.Character.GenerateSpk (groupSayPacket.Message, 3), ReceiverType.Group);
************ LogHelper.Instance.InsertChatLog (ChatType.Friend, Session.Character.CharacterId, groupSayPacket.Message, Session.IpAddress);
******** }
**** }
Change the 3 in 5 but I'm not sure can you enlighten me?







