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/teleports/Survivor/Survivor.java

    r8406 r8630  
    2121 
    2222/** 
    23  * @author Plim 
    24  * Original python script by Kerberos 
     23 * @author Plim Original python script by Kerberos 
    2524 */ 
    2625public class Survivor extends Quest 
     
    4140                        else if (st.getQuestItemsCount(57) >= 150000) 
    4241                        { 
    43                                 st.takeItems(57,150000); 
    44                         player.teleToLocation(-149406, 255247, -80); 
     42                                st.takeItems(57, 150000); 
     43                                player.teleToLocation(-149406, 255247, -80); 
    4544                        } 
    4645                } 
     
    4847                return event; 
    4948        } 
    50  
     49         
    5150        @Override 
    5251        public String onTalk(L2Npc npc, L2PcInstance player) 
     
    5958                return "32632-1.htm"; 
    6059        } 
    61  
     60         
    6261        public Survivor(int questId, String name, String descr) 
    6362        { 
Note: See TracChangeset for help on using the changeset viewer.