mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-04 04:15:52 -04:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user