Reactor drops & Looting & Mob HP overhaul + TreasurePQ
Modified coupon rates buff icon to not show up as expirable. Reactor drops now also drops quest items at the border of the dropped items. Added themed drop data for the Cake boss. Reworked the Balrog expedition. Added quest script for the Assassinate skill. Fixed looting system blocking the killer's party from retrieving a loot until the FFA timeout. Fixed a deadlock with the MapleMap class. Refactored damage/heal contabilization on mobs. Fixed issues with HT and status-based damage, providing weird issues with mob HP. New PQ: TreasurePQ, for level 140+.
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
*/
|
||||
/**
|
||||
* @author BubblesDev v83 (Moogra)
|
||||
* @purpose Warps to the Junior Balrog map for the Rush Skill.
|
||||
* @purpose Warps to the Relic map for the Assassinate Skill.
|
||||
*/
|
||||
function enter(pi) {
|
||||
if(pi.isQuestStarted(6202)) {
|
||||
if(pi.isQuestStarted(6201)) {
|
||||
if(pi.getWarpMap(910200000).countPlayers() == 0) {
|
||||
pi.resetMapObjects(910200000);
|
||||
pi.playPortalSound(); pi.warp(910200000, 0);
|
||||
|
||||
Reference in New Issue
Block a user