- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/game/data/scripts/teleports/ToIVortex/ToIVortex.java (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/game/data/scripts/teleports/ToIVortex/ToIVortex.java
r8448 r8630 21 21 22 22 /** 23 * @author Plim 24 * update to H5 by pmq 23 * @author Plim update to H5 by pmq 25 24 */ 26 25 public class ToIVortex extends Quest 27 26 { 28 // NPCs27 // NPCs 29 28 private static final int KEPLON = 30949; 30 29 private static final int EUCLIE = 30950; … … 35 34 private static final int TELEPORT_CUBIC = 29055; 36 35 37 // ITEMS36 // ITEMS 38 37 private static final int ADENA = 57; 39 38 private static final int BLUE_DIMENSION_STONE = 4402; … … 48 47 49 48 int npcId = npc.getNpcId(); 50 // 1st Floor49 // 1st Floor 51 50 if (event.equalsIgnoreCase("1")) 52 51 { … … 63 62 } 64 63 } 65 // 2nd Floor64 // 2nd Floor 66 65 else if (event.equalsIgnoreCase("2")) 67 66 { … … 78 77 } 79 78 } 80 // 3rd Floor79 // 3rd Floor 81 80 else if (event.equalsIgnoreCase("3")) 82 81 { … … 93 92 } 94 93 } 95 // 4th Floor94 // 4th Floor 96 95 else if (event.equalsIgnoreCase("4")) 97 96 { … … 108 107 } 109 108 } 110 // 5th Floor109 // 5th Floor 111 110 else if (event.equalsIgnoreCase("5")) 112 111 { … … 123 122 } 124 123 } 125 // 6th Floor124 // 6th Floor 126 125 else if (event.equalsIgnoreCase("6")) 127 126 { … … 138 137 } 139 138 } 140 // 7th Floor139 // 7th Floor 141 140 else if (event.equalsIgnoreCase("7")) 142 141 { … … 153 152 } 154 153 } 155 // 8th Floor154 // 8th Floor 156 155 else if (event.equalsIgnoreCase("8")) 157 156 { … … 168 167 } 169 168 } 170 // 9th Floor169 // 9th Floor 171 170 else if (event.equalsIgnoreCase("9")) 172 171 { … … 183 182 } 184 183 } 185 // 10 Floor184 // 10 Floor 186 185 else if (event.equalsIgnoreCase("10")) 187 186 { … … 252 251 return null; 253 252 254 // ToI Vortex exit253 // ToI Vortex exit 255 254 if (npc.getNpcId() == TELEPORT_CUBIC) 256 255 {
Note: See TracChangeset
for help on using the changeset viewer.
