- 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/custom/EchoCrystals/EchoCrystals.java (modified) (1 diff)
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/custom/EchoCrystals/EchoCrystals.java
r8406 r8630 96 96 String noscore = SCORES.get(score).getNoScoreMsg(); 97 97 98 if (st.getQuestItemsCount(score) == 0) 98 if (!st.hasQuestItems(score)) 99 { 99 100 htmltext = npc.getNpcId() + "-" + noscore + ".htm"; 100 101 } 101 102 else if (st.getQuestItemsCount(ADENA) < COST) 103 { 102 104 htmltext = npc.getNpcId() + "-" + noadena + ".htm"; 103 105 } 104 106 else 105 107 {
Note: See TracChangeset
for help on using the changeset viewer.
