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

    r7665 r8630  
    2323 
    2424/** 
    25  ** @author Gnacik 
    26  ** 
    27  ** 2010-08-07 Based on Freya PTS 
     25 * 2010-08-07 Based on Freya PTS 
     26 * @author Gnacik 
    2827 */ 
    29  
    3028public class Q10288_SecretMission extends Quest 
    3129{ 
     
    7674                                } 
    7775                        } 
    78                         else if (st.getState() == State.COMPLETED && event.equalsIgnoreCase("teleport")) 
     76                        else if (st.isCompleted() && event.equalsIgnoreCase("teleport")) 
    7977                        { 
    8078                                player.teleToLocation(118833, -80589, -2688); 
     
    143141                if (npc.getNpcId() == _aquilani) 
    144142                { 
    145                         if (st.getState() == State.COMPLETED) 
     143                        if (st.isCompleted()) 
     144                        { 
    146145                                return "32780-01.html"; 
    147                         else 
    148                                 return "32780-00.html"; 
     146                        } 
     147                        return "32780-00.html"; 
    149148                } 
    150149                return null; 
Note: See TracChangeset for help on using the changeset viewer.