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/vehicles/BoatGiranTalking.java

    r8406 r8630  
    2828 
    2929/** 
    30  *  
    3130 * @author DS 
    32  * 
    3331 */ 
    3432public class BoatGiranTalking implements Runnable 
     
    5755                new VehiclePathPoint(-88344, 261660, -3610, 180, 800), 
    5856                new VehiclePathPoint(-92344, 261660, -3610, 180, 800), 
    59                 new VehiclePathPoint(-94242, 261659, -3610 ,150, 800) 
     57                new VehiclePathPoint(-94242, 261659, -3610, 150, 800) 
    6058        }; 
    6159         
     
    125123                _boat = boat; 
    126124                 
    127                 ARRIVED_AT_GIRAN = new CreatureSay(0, Say2.BOAT, 801, SystemMessageId.FERRY_ARRIVED_AT_GIRAN ); 
     125                ARRIVED_AT_GIRAN = new CreatureSay(0, Say2.BOAT, 801, SystemMessageId.FERRY_ARRIVED_AT_GIRAN); 
    128126                ARRIVED_AT_GIRAN_2 = new CreatureSay(0, Say2.BOAT, 801, SystemMessageId.FERRY_LEAVE_FOR_TALKING_AFTER_10_MINUTES); 
    129127                LEAVE_GIRAN5 = new CreatureSay(0, Say2.BOAT, 801, SystemMessageId.FERRY_LEAVE_FOR_TALKING_IN_5_MINUTES); 
     
    153151        } 
    154152         
     153        @Override 
    155154        public void run() 
    156155        { 
Note: See TracChangeset for help on using the changeset viewer.