Various Updates

Refactors factional presence tracking from src to dsrc for more flexibility and hooking to GCW leaderboard for scaled scoring later
Addresses a number of faction base and faction presence GU items
Rescripted gmRevive to have more functionality
Restore Planet Map Cats to final day
This commit is contained in:
AconiteGodOfSWG
2021-03-31 12:13:09 -04:00
parent bb20b35fd8
commit 04a32e3e95
9 changed files with 531 additions and 65 deletions
@@ -12281,4 +12281,8 @@ public class base_player extends script.base_script
warpPlayer(self, loc.area, loc.x, loc.y, loc.z, loc.cell, 0, 0, 0, "noHandler", false);
return SCRIPT_CONTINUE;
}
public int playerFactionalPresenceHeartbeat(obj_id self, dictionary params) throws InterruptedException {
gcw.grantGcwFactionalPresenceScore(self);
return SCRIPT_CONTINUE;
}
}