Ignore:
Timestamp:
Jan 16, 2012 7:56:19 AM (4 months ago)
Author:
MELERIX
Message:

STABLE: Sync with BETA [8629]

Location:
trunk/L2J_DataPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/L2J_DataPack

  • trunk/L2J_DataPack/dist/game/data/scripts/teleports/ToIVortex/ToIVortex.java

    r8448 r8630  
    2121 
    2222/** 
    23  * @author Plim 
    24  * update to H5 by pmq 
     23 * @author Plim update to H5 by pmq 
    2524 */ 
    2625public class ToIVortex extends Quest 
    2726{ 
    28         //NPCs 
     27        // NPCs 
    2928        private static final int KEPLON = 30949; 
    3029        private static final int EUCLIE = 30950; 
     
    3534        private static final int TELEPORT_CUBIC = 29055; 
    3635         
    37         //ITEMS 
     36        // ITEMS 
    3837        private static final int ADENA = 57; 
    3938        private static final int BLUE_DIMENSION_STONE = 4402; 
     
    4847                 
    4948                int npcId = npc.getNpcId(); 
    50                 //1st Floor 
     49                // 1st Floor 
    5150                if (event.equalsIgnoreCase("1")) 
    5251                { 
     
    6362                        } 
    6463                } 
    65                 //2nd Floor 
     64                // 2nd Floor 
    6665                else if (event.equalsIgnoreCase("2")) 
    6766                { 
     
    7877                        } 
    7978                } 
    80                 //3rd Floor 
     79                // 3rd Floor 
    8180                else if (event.equalsIgnoreCase("3")) 
    8281                { 
     
    9392                        } 
    9493                } 
    95                 //4th Floor 
     94                // 4th Floor 
    9695                else if (event.equalsIgnoreCase("4")) 
    9796                { 
     
    108107                        } 
    109108                } 
    110                 //5th Floor 
     109                // 5th Floor 
    111110                else if (event.equalsIgnoreCase("5")) 
    112111                { 
     
    123122                        } 
    124123                } 
    125                 //6th Floor 
     124                // 6th Floor 
    126125                else if (event.equalsIgnoreCase("6")) 
    127126                { 
     
    138137                        } 
    139138                } 
    140                 //7th Floor 
     139                // 7th Floor 
    141140                else if (event.equalsIgnoreCase("7")) 
    142141                { 
     
    153152                        } 
    154153                } 
    155                 //8th Floor 
     154                // 8th Floor 
    156155                else if (event.equalsIgnoreCase("8")) 
    157156                { 
     
    168167                        } 
    169168                } 
    170                 //9th Floor 
     169                // 9th Floor 
    171170                else if (event.equalsIgnoreCase("9")) 
    172171                { 
     
    183182                        } 
    184183                } 
    185                 //10 Floor 
     184                // 10 Floor 
    186185                else if (event.equalsIgnoreCase("10")) 
    187186                { 
     
    252251                        return null; 
    253252                 
    254                 //ToI Vortex exit 
     253                // ToI Vortex exit 
    255254                if (npc.getNpcId() == TELEPORT_CUBIC) 
    256255                { 
Note: See TracChangeset for help on using the changeset viewer.