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/KetraOrcSupport/KetraOrcSupport.java

    r8406 r8630  
    1515package custom.KetraOrcSupport; 
    1616 
    17 import gnu.trove.TIntObjectHashMap; 
     17import gnu.trove.map.hash.TIntObjectHashMap; 
    1818 
    1919import com.l2jserver.gameserver.datatables.SkillTable; 
     
    126126                int npcId = npc.getNpcId(); 
    127127                int Alevel = player.getAllianceWithVarkaKetra(); 
    128                 long horns = st.getQuestItemsCount(HORN); 
    129128                if (npcId == KADUN) 
    130129                { 
     
    149148                                htmltext = "31372-1.htm"; 
    150149                        else if (Alevel > 2) 
    151                                 if (horns != 0) 
     150                                if (st.hasQuestItems(HORN)) 
    152151                                        htmltext = "31372-4.htm"; 
    153152                                else 
Note: See TracChangeset for help on using the changeset viewer.