Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/teleports/NoblesseTeleport/NoblesseTeleport.java
- 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/NoblesseTeleport/NoblesseTeleport.java (modified) (2 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/NoblesseTeleport/NoblesseTeleport.java
r8406 r8630 21 21 22 22 /** 23 * @author Plim 24 * Original python script by Ham Wong 23 * @author Plim Original python script by Ham Wong 25 24 */ 26 25 public class NoblesseTeleport extends Quest 27 26 { 28 private static final int[] NPCs = { 30006, 30059, 30080, 30134, 30146, 30177, 30233, 30256, 30320, 30540, 30576, 30836, 30848, 30878, 30899, 31275, 31320, 31964, 32163 }; 27 private static final int[] NPCs = 28 { 29 30006, 30059, 30080, 30134, 30146, 30177, 30233, 30256, 30320, 30540, 30576, 30836, 30848, 30878, 30899, 31275, 31320, 31964, 32163 30 }; 29 31 30 32 @Override … … 41 43 npc.showChatWindow(player, 3); 42 44 else 43 return "noble-nopass.htm";45 return "noble-nopass.htm"; 44 46 } 45 47
Note: See TracChangeset
for help on using the changeset viewer.
