Ignore:
Timestamp:
Jan 25, 2012 1:48:18 PM (4 months ago)
Author:
lion
Message:

quests tweak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/unstable/L2J_DataPack_BETA/dist/game/data/scripts/quests/Q10281_MutatedKaneusRune/Q10281_MutatedKaneusRune.java

    r8639 r8646  
    6262                                        htmltext = (player.getLevel() >= 68) ? "31340-01.htm" : "31340-00.htm"; 
    6363                                } 
    64                                 else if (st.getQuestItemsCount(TISSUE_WA) > 0) 
     64                                else if (st.hasQuestItems(TISSUE_WA)) 
    6565                                { 
    6666                                        htmltext = "31340-05.htm"; 
     
    7676                                        htmltext = Quest.getAlreadyCompletedMsg(player); 
    7777                                } 
    78                                 else if (st.getQuestItemsCount(TISSUE_WA) > 0) 
     78                                else if (st.hasQuestItems(TISSUE_WA)) 
    7979                                { 
    8080                                        htmltext = "31335-02.htm"; 
     
    135135                                if ((st != null) && st.isStarted() && (st.getInt("cond") == 1)) 
    136136                                { 
    137                                         if ((npcId == WHITE_ALLOSCE) && (st.getQuestItemsCount(TISSUE_WA) == 0)) 
     137                                        if ((npcId == WHITE_ALLOSCE) && (!st.hasQuestItems(TISSUE_WA))) 
    138138                                        { 
    139139                                                PartyMembers.add(st); 
Note: See TracChangeset for help on using the changeset viewer.