- 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/vehicles/BoatRunePrimeval.java (modified) (3 diffs)
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/vehicles/BoatRunePrimeval.java
r8406 r8630 28 28 29 29 /** 30 *31 30 * @author DS 32 *33 31 */ 34 32 public class BoatRunePrimeval implements Runnable … … 104 102 } 105 103 104 @Override 106 105 public void run() 107 106 { … … 113 112 BoatManager.getInstance().dockShip(BoatManager.RUNE_HARBOR, false); 114 113 BoatManager.getInstance().broadcastPackets(RUNE_DOCK[0], PRIMEVAL_DOCK, LEAVING_RUNE, RUNE_SOUND); 115 _boat.payForRide(8925, 1, 34513, -38009, -3640);114 _boat.payForRide(8925, 1, 34513, -38009, -3640); 116 115 _boat.executePath(RUNE_TO_PRIMEVAL); 117 116 break;
Note: See TracChangeset
for help on using the changeset viewer.
