Guild PQ + fixed negative EXP error
Implemented Guild PQ. Fixed a problem introduced earlier where negative EXP would be deemed as "integer overflow", provoking many game breaking issues as result.
This commit is contained in:
@@ -28,6 +28,7 @@ Save location to return.
|
||||
*/
|
||||
|
||||
function enter(pi) {
|
||||
pi.getEventInstance().gridInsert(pi.getPlayer(), 0);
|
||||
pi.warp(990000700, "st00");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user