New PQ: Boss Rush PQ + Ellin/PiratePQ bug fixes
Introducing Boss Rush PQ. Corrected a few issues regarding rewardings in PiratePQ and EllinPQ and implemented a standardized way to script PQs.
This commit is contained in:
@@ -79,6 +79,10 @@ public class MaplePartyCharacter {
|
||||
public void setChannel(int channel) {
|
||||
this.channel = channel;
|
||||
}
|
||||
|
||||
public boolean isLeader() {
|
||||
return getPlayer().isPartyLeader();
|
||||
}
|
||||
|
||||
public boolean isOnline() {
|
||||
return online;
|
||||
|
||||
Reference in New Issue
Block a user