Partial solution on Guild Alliances
Revamped DB tables and enabled some functionalities on Guild Alliances, such as create one, expel/quit one and rank players.
This commit is contained in:
@@ -5891,6 +5891,7 @@ public class MaplePacketCreator {
|
||||
mplew.writeInt(mgc.isOnline() ? 1 : 0);
|
||||
mplew.writeInt(guild.getSignature());
|
||||
mplew.writeInt(mgc.getAllianceRank());
|
||||
System.out.println("alliance rank found " + mgc.getAllianceRank());
|
||||
}
|
||||
mplew.writeInt(guild.getCapacity());
|
||||
mplew.writeShort(guild.getLogoBG());
|
||||
|
||||
Reference in New Issue
Block a user