stoneharry

Untitled

Feb 9th, 2012
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.69 KB | None | 0 0
  1. -- Set up new taxi
  2. local Taxi = LuaTaxi:CreateTaxi()
  3. -- Add each node (this is from mall -> morgan's vigal, for alliance)
  4. Taxi:AddPathNode(0, -7458, -1281, 482.8)
  5. Taxi:AddPathNode(0, -7480, -1366, 445)
  6. Taxi:AddPathNode(0, -7614, -1595, 245)
  7. Taxi:AddPathNode(0, -7773, -1809, 158)
  8. Taxi:AddPathNode(0, -7875, -1956, 175)
  9. Taxi:AddPathNode(0, -7988, -2288, 161)
  10. Taxi:AddPathNode(0, -8207, -2614.8, 171)
  11. Taxi:AddPathNode(0, -8312, -2716, 215)
  12. Taxi:AddPathNode(0, -8358, -2744, 192)
  13. Taxi:AddPathNode(0, -8368, -2739, 187)
  14. -- Start taxi, the one we just created and the mount display ID
  15. player:StartTaxi(Taxi, 22471)
  16. -- commented out method to start taxi path ID directly
  17. --player:StartTaxi(1, 22471)
Advertisement
Add Comment
Please, Sign In to add comment