Well this is sort of release. It disable players from using VIP Tele rock to boss maps( e.g Zakum, papu etc..)
In UseCashItemHandler.java,
Find
Code:
if (target.getId() != 180000000 ) {
Replace it with
Code:
if (target.getId() != 180000000 && target.getId() != 280030000 && target.getId() != 220080001 && target.getId() != 240060200 && target.getId() != 801040100 ) {
Find
Code:
if (loc.map != 180000000) {
Replace it with
Code:
if (loc.map != 180000000 && loc.map != 280030000 && loc.map != 220080001 && loc.map != 240060200 && loc.map != 801040100 ) {
Save and compile.
Known Bugs
- Players will gain another VIP Teleport Rock after entering any other offline players or blocked maps.
CREDITS
- mbaa24 (For the main fix)
- iPlayHard (For modifying it)