Changeset 8646 for branches/unstable/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q10281_MutatedKaneusRune/Q10281_MutatedKaneusRune.java
- Timestamp:
- Jan 25, 2012 1:48:18 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/unstable/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q10281_MutatedKaneusRune/Q10281_MutatedKaneusRune.java
r8639 r8646 62 62 htmltext = (player.getLevel() >= 68) ? "31340-01.htm" : "31340-00.htm"; 63 63 } 64 else if (st. getQuestItemsCount(TISSUE_WA) > 0)64 else if (st.hasQuestItems(TISSUE_WA)) 65 65 { 66 66 htmltext = "31340-05.htm"; … … 76 76 htmltext = Quest.getAlreadyCompletedMsg(player); 77 77 } 78 else if (st. getQuestItemsCount(TISSUE_WA) > 0)78 else if (st.hasQuestItems(TISSUE_WA)) 79 79 { 80 80 htmltext = "31335-02.htm"; … … 135 135 if ((st != null) && st.isStarted() && (st.getInt("cond") == 1)) 136 136 { 137 if ((npcId == WHITE_ALLOSCE) && ( st.getQuestItemsCount(TISSUE_WA) == 0))137 if ((npcId == WHITE_ALLOSCE) && (!st.hasQuestItems(TISSUE_WA))) 138 138 { 139 139 PartyMembers.add(st);
Note: See TracChangeset
for help on using the changeset viewer.
