Horntail PQ & Exped + Equip levelup fix

Added Horntail PQ and boss fight. Fixed short integer overflow of
equipment stats on client messing up player stats.
This commit is contained in:
ronancpl
2017-07-20 12:02:59 -03:00
parent 8fab2a6e3e
commit c09bc02c85
137 changed files with 1154 additions and 583 deletions

View File

@@ -22,7 +22,7 @@
/**
*Crystal of Roots
*@Author: Moogra
*@Author: Ronan
*@NPC: Crystal of Roots
*/
function start() {
@@ -33,11 +33,9 @@ function action(mode, type, selection) {
if (mode < 1)
cm.dispose();
else {
cm.warp(240040700);
if (cm.getPlayer().getMap().getCharacters().size() < 2){
cm.getPlayer().getMap().killAllMonsters();
cm.getPlayer().getMap().resetReactors();
}
if(cm.getMapId() > 240050400) cm.warp(240050600);
else cm.warp(240040700);
cm.dispose();
}
}