~> Kalgas Cave Enter Level <~

Results 1 to 3 of 3
  1. #1
    Enthusiast liel2012 is offline
    MemberRank
    Jan 2012 Join Date
    IsraelLocation
    41Posts

    wink ~> Kalgas Cave Enter Level <~

    When i am trying to enter Kalgas it says You Must be between level 1 ~ 160 in order to enter this dungeon. my server max level are 175 how i can change it so i can enter when i am lvl 175 thx for the helpers.


  2. #2
    Enthusiast Ketchup is offline
    MemberRank
    Jan 2009 Join Date
    25Posts

    Re: ~> Kalgas Cave Enter Level <~

    PartyDungeon.lua

    Code:
    AddDungeon( "WI_INSTANCE_KALGAS" )
    --{
        SetClass( CLASS_LEGEND_HERO )
        SetLevel( 135, 300 )
        SetCoolTime( MIN(360) )
        --SetTeleportPos( ID_NORMAL, 1358, 102, 1315 )
        --SetTeleportPos( ID_MIDBOSS, 695, 90, 684 )
        --SetTeleportPos( ID_BOSS, 695, 100, 684 )
    
        SetMonster( ID_MIDBOSS, "MI_KALGASSTELE01", false, 2807, 303, 801 )
        SetMonster( ID_MIDBOSS, "MI_KALGASSTELE02", false, 1944, 303, 355 )
        SetMonster( ID_MIDBOSS, "MI_KALGASEGG01", false, 976, 100, 192 )
        SetMonster( ID_MIDBOSS, "MI_KALGASEGG01", false, 980, 100, 209 )
        SetMonster( ID_MIDBOSS, "MI_KALGASEGG01", false, 969, 100, 190 )
        SetMonster( ID_MIDBOSS, "MI_KALGASEGG01", false, 974, 100, 213 )
    
        SetMonster( ID_BOSS, "MI_KALGASBOSS", true, 971, 101, 202 )
    --}
    Change

    Code:
    SetLevel( MIN LVL, MAX LVL )

  3. #3
    Enthusiast liel2012 is offline
    MemberRank
    Jan 2012 Join Date
    IsraelLocation
    41Posts

    Re: ~> Kalgas Cave Enter Level <~

    Okay thx.



Advertisement