| Author |
Message |
Forum: Resources Topic: Updated Party/Group |
| NeoZeus |
|
Posted: Wed Oct 08, 2008 2:50 pm
|
|
Replies: 60 Views: 56642
|
| It works well enough in 3.07 as is. The code allows party creation, joining/leaving the party, auto promote new leader when party leader leaves party or disconnect and it sends data to the client properly for all these events. Client side, party member can see HP/MP of everyone in the party. So for ... |
|
 |
Forum: Resources Topic: Updated Party/Group |
| NeoZeus |
|
Posted: Thu Aug 28, 2008 4:15 pm
|
|
Replies: 60 Views: 56642
|
| Yeah, I just wanted to start at 1. 1 or 0 doesn't make a difference as long as you keep the structure throughout. Looking through the code, I see some bugs still. So here's the new Leavegroup sub: Sub LeaveGroup(ByVal index As Long, ByVal N As Long) Dim TempLeader As Long, i As Long, TempGroupID As ... |
|
 |
Forum: Resources Topic: Updated Party/Group |
| NeoZeus |
|
Posted: Wed Aug 27, 2008 8:18 pm
|
|
Replies: 60 Views: 56642
|
| Hello, I've made some minor changes to hopefully fix up the code a bit. First, since we are keeping the leader separate from the members of the group, change Type GroupRec GroupID As Long GroupLeader As String GroupNum As Long GroupMember(0 To MAX_GROUP_NUMBER) As String End Type to Type GroupRec Gr... |
|
 |
| Sort by: |