Ignore:
Timestamp:
Jan 16, 2012 7:56:19 AM (4 months ago)
Author:
MELERIX
Message:

STABLE: Sync with BETA [8629]

Location:
trunk/L2J_DataPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/L2J_DataPack

  • trunk/L2J_DataPack/dist/game/data/scripts/quests/Q287_FiguringItOut/Q287_FiguringItOut.java

    r8587 r8630  
    134134                else if (event.equalsIgnoreCase("32742-11.html")) 
    135135                { 
    136                         if (st.getQuestItemsCount(VialOfTantaBlood) >= 1) 
     136                        if (st.hasQuestItems(VialOfTantaBlood)) 
    137137                                htmltext = "32742-11.html"; 
    138138                        else 
     
    166166                { 
    167167                        case State.CREATED: 
    168                                 if (player.getLevel() >= 82 && prev != null && prev.getState() == State.COMPLETED) 
     168                                if (player.getLevel() >= 82 && prev != null && prev.isCompleted()) 
    169169                                        htmltext = "32742-01.htm"; 
    170170                                else 
Note: See TracChangeset for help on using the changeset viewer.