Disallow players from using VIP Tele rock to Boss Maps

Results 1 to 10 of 10
  1. #1
    IHF iPlayHard is offline
    MemberRank
    Apr 2008 Join Date
    SingaporeLocation
    600Posts

    Disallow players from using VIP Tele rock to Boss Maps

    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)



  2. #2
    Member Feeling is offline
    MemberRank
    Jul 2008 Join Date
    91Posts

    Re: [RELEASE] Disallow players from using VIP Tele rock to Boss Maps

    Nice Release ~

  3. #3
    Account Upgraded | Title Enabled! Sabotage is offline
    MemberRank
    Jul 2008 Join Date
    $in CityLocation
    376Posts

    Re: [RELEASE] Disallow players from using VIP Tele rock to Boss Maps

    nice

  4. #4
    Valued Member mbaa24 is offline
    MemberRank
    Jun 2008 Join Date
    USALocation
    127Posts

    Re: [RELEASE] Disallow players from using VIP Tele rock to Boss Maps

    Honestly, I forgot about this - it was a while ago.
    Well thanks for releasing it with credit.

  5. #5
    Account Upgraded | Title Enabled! megoesrawr is offline
    MemberRank
    May 2008 Join Date
    CaliforniaLocation
    873Posts

    Re: [RELEASE] Disallow players from using VIP Tele rock to Boss Maps

    Is saving maps out yet?

  6. #6
    Proficient Member eaxvac is offline
    MemberRank
    Apr 2008 Join Date
    153Posts

    Re: [RELEASE] Disallow players from using VIP Tele rock to Boss Maps

    This will waste dam lots of time, use the resource in map.wz.
    0 : 1

  7. #7
    Infraction Banned Jvlaple is offline
    MemberRank
    Jul 2008 Join Date
    PerthLocation
    291Posts

    Re: [RELEASE] Disallow players from using VIP Tele rock to Boss Maps

    wooooow awesome good job =)

  8. #8
    Valued Member iZERO is offline
    MemberRank
    May 2008 Join Date
    141Posts

    Re: [RELEASE] Disallow players from using VIP Tele rock to Boss Maps

    hm...where can i find the script for getting VIP Teleport Rocks work which also SAVE MAP ?

  9. #9
    Proficient Member eaxvac is offline
    MemberRank
    Apr 2008 Join Date
    153Posts

    Re: [RELEASE] Disallow players from using VIP Tele rock to Boss Maps

    Quote Originally Posted by iZERO View Post
    hm...where can i find the script for getting VIP Teleport Rocks work which also SAVE MAP ?
    the TROCK_LOCATION thingy

  10. #10
    Account Upgraded | Title Enabled! joen is offline
    MemberRank
    Jun 2008 Join Date
    the netherlandsLocation
    623Posts

    Re: [RELEASE] Disallow players from using VIP Tele rock to Boss Maps

    This should be usefull for "SPECIAL REBIRTH". But i'm not going to update anylonger.
    Anyways nice job.



Advertisement