Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/quests/Q636_TruthBeyond/Q636_TruthBeyond.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/Q636_TruthBeyond/Q636_TruthBeyond.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/quests/Q636_TruthBeyond/Q636_TruthBeyond.java
r7665 r8630 80 80 if (npc.getNpcId() == ELIAH) 81 81 { 82 if (st.getQuestItemsCount(VISITOR_MARK) > 0 83 || st.getQuestItemsCount(FADED_MARK) > 0 84 || st.getQuestItemsCount(MARK) > 0) 82 if (st.hasQuestItems(VISITOR_MARK) || st.hasQuestItems(FADED_MARK) || st.hasQuestItems(MARK)) 85 83 { 86 84 st.exitQuest(true); … … 100 98 else if (st.getState() == State.STARTED) // Flauron only 101 99 { 102 if (Integer.parseInt(st.get("cond")) == 1) 100 if (st.getInt("cond") == 1) 101 { 103 102 return "32010-01.htm"; 104 else105 {106 st.exitQuest(true);107 return "32010-03.htm";108 103 } 104 st.exitQuest(true); 105 return "32010-03.htm"; 109 106 } 110 107 return getNoQuestMsg(player);
Note: See TracChangeset
for help on using the changeset viewer.
