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:
@@ -25,10 +25,7 @@ function start() {
|
||||
|
||||
function action(mode, type, selection) {
|
||||
if(mode == 1) {
|
||||
var eim = cm.getPlayer().getEventInstance();
|
||||
if(eim != null) {
|
||||
eim.removePlayer(cm.getPlayer());
|
||||
}
|
||||
cm.warp(990001100);
|
||||
}
|
||||
cm.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user