Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/quests/Q10288_SecretMission/Q10288_SecretMission.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/quests/Q10288_SecretMission/Q10288_SecretMission.java (modified) (3 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/quests/Q10288_SecretMission/Q10288_SecretMission.java
r7665 r8630 23 23 24 24 /** 25 ** @author Gnacik 26 ** 27 ** 2010-08-07 Based on Freya PTS 25 * 2010-08-07 Based on Freya PTS 26 * @author Gnacik 28 27 */ 29 30 28 public class Q10288_SecretMission extends Quest 31 29 { … … 76 74 } 77 75 } 78 else if (st. getState() == State.COMPLETED&& event.equalsIgnoreCase("teleport"))76 else if (st.isCompleted() && event.equalsIgnoreCase("teleport")) 79 77 { 80 78 player.teleToLocation(118833, -80589, -2688); … … 143 141 if (npc.getNpcId() == _aquilani) 144 142 { 145 if (st.getState() == State.COMPLETED) 143 if (st.isCompleted()) 144 { 146 145 return "32780-01.html"; 147 else148 return "32780-00.html";146 } 147 return "32780-00.html"; 149 148 } 150 149 return null;
Note: See TracChangeset
for help on using the changeset viewer.
