ronancpl / HeavenMS

An improved server based on MapleSolaxia (v83 MapleStory private server)
GNU Affero General Public License v3.0
1.02k stars 732 forks source link

crane in MU lung to orbis broken #45

Closed resinate closed 7 years ago

resinate commented 7 years ago

the cranes doesnt teleport players to orbis

this code needs to be added to npc ID: 2090005 } else if(status == 2) { //under if(slct == 1) { if(cm.getMeso() < cost[1]) { cm.sendNext("Are you sure you have enough mesos?"); cm.dispose(); } else { cm.gainMeso(-cost[1]); cm.warp(200000100); cm.dispose(); } }

ronancpl commented 7 years ago

Issue patched.