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/custom/EchoCrystals/EchoCrystals.java

    r8406 r8630  
    9696                                String noscore = SCORES.get(score).getNoScoreMsg(); 
    9797 
    98                                 if (st.getQuestItemsCount(score) == 0) 
     98                                if (!st.hasQuestItems(score)) 
     99                                { 
    99100                                        htmltext = npc.getNpcId() + "-" + noscore + ".htm"; 
    100  
     101                                } 
    101102                                else if (st.getQuestItemsCount(ADENA) < COST) 
     103                                { 
    102104                                        htmltext = npc.getNpcId() + "-" + noadena + ".htm"; 
    103  
     105                                } 
    104106                                else 
    105107                                { 
Note: See TracChangeset for help on using the changeset viewer.