Ludibrium PQ + MapleIdRetriever
Implemented LPQ. New application tool that realizes fetches by names and returns respective ids, over all items depicted in the GM handbook.
This commit is contained in:
@@ -794,6 +794,15 @@ public class EventInstanceManager {
|
||||
}
|
||||
}
|
||||
|
||||
public final void warpEventTeam(int warpFrom, int warpTo) {
|
||||
List<MapleCharacter> players = getPlayerList();
|
||||
|
||||
for (MapleCharacter chr : players) {
|
||||
if(chr.getMapId() == warpFrom)
|
||||
chr.changeMap(warpTo);
|
||||
}
|
||||
}
|
||||
|
||||
public final void warpEventTeam(int warpTo) {
|
||||
List<MapleCharacter> players = getPlayerList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user