Advertisement
leversandpulleys

Untitled

May 24th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. /q delete warrenord.town.wagon
  2. /q create warrenord.town.wagon
  3. /q e n Warrenord Coach
  4. /q e ToFind OnClickNPC Henrick
  5. /q e ToFind IfInWorld warrenord
  6. /q e ToFind IfPremium
  7. /q e Visible False
  8. /q e OnFind DoFind warrenord.town.wagon.greeting
  9. /q e OnFind DoHearSound VILLAGER_YES
  10.  
  11. /q delete warrenord.town.wagon.greeting
  12. /q create warrenord.town.wagon.greeting
  13. /q e n Step Into the Wagon
  14. /q e d ‘’Who’s there? Ah, welcome. Aye, climb in. Let me lend a hand if you’ll have it.’’
  15. /q e OnFind DoFind warrenord.town.wagon.null
  16. /q e OnFind DoUnfind warrenord.town.wagon.greeting
  17. /q e OnFind DoUnfind warrenord.town.wagon.transport
  18. /q e OnFind DoUnfind warrenord.town.wagon
  19.  
  20. /q delete warrenord.town.wagon.null
  21. /q create warrenord.town.wagon.null
  22. /q e Visible False
  23.  
  24. /q delete warrenord.town.wagon.transport
  25. /q create warrenord.town.wagon.transport
  26. /q e ToFind OnEnterRegion warrenord.wagonmain
  27. /q e ToFind IfInWorld
  28. /q e ToFind IfPremium
  29. /q e Visible false
  30. /q e OnFind DoFind warrenord.town.wagon.transport.message
  31. /q e OnFind DoUnFind warrenord.town.wagon.transport.message
  32. /q e OnFind DoFind warrenord.town.wagon.transport.list
  33. /q e OnFind DoFind warrenord.town.wagon.transport.destination.noblemanor
  34. /q e OnFind DoHearSound HORSE_IDLE
  35. /q e OnComplete DoUnFind warrenord.town.wagon.transport.list
  36. /q e OnComplete DoUnFind warrenord.town.wagon.transport.destination.noblemanor
  37. /q e OnFind DoFind warrenord.town.wagon.transport.message.complete
  38. /q e OnFind DoUnFind warrenord.town.wagon.transport.message.complete
  39.  
  40. /q delete warrenord.town.wagon.transport.message
  41. /q create warrenord.town.wagon.transport.message
  42. /q e n Ready to ride?
  43. /q e d The aging coachman affectionately pats the horses and hoists himself up into the wagon. “Now, where shall we wander?” Just type <c>destinations<i> for a list of locations around Warrenord. Already know where you’re heading? Just type the destination name.
  44. /q e Times 0
  45.  
  46. /q delete warrenord.town.wagon.transport.message.complete
  47. /q create warrenord.town.wagon.transport.message.complete
  48. /q e n Bumpy Ride
  49. /q e d Henrick calls out to the horses and snaps the reins. Countless bruises and bad jokes later you arrive at your destination, nearly as tired as if you’d walked the whole way there yourself.
  50. /q e Times 0
  51.  
  52. /q delete warrenord.town.wagon.transport.list
  53. /q create warrenord.town.wagon.transport.list
  54. /q e ToAdvance OnChat destinations
  55. /q e ToAdvance IfInRegion warrenord.wagonmain
  56. /q e Visible False
  57. /q e OnComplete DoFind warrenord.town.wagon.transport.list.message
  58.  
  59. /q delete warrenord.town.wagon.transport.list.message
  60. /q create warrenord.town.wagon.transport.list.message
  61. /q e n Destination List
  62. /q e d Fare is <c>20 Regals<i> for these destinations and is non-refundable. Type any of the following while in the wagon to travel: <c>Noble Manor<i>, <c>Noble Summer House<i>, <c>Alchemist<i>, <c>Mine<i>, <c>Watermill<i>, <c>Rowan Farm<i>.
  63. /q e Times 0
  64. /q e OnFind DoUnFind warrenord.town.wagon.transport.list
  65. /q e OnFind DoUnFind warrenord.town.wagon.transport.list.message
  66. /q e OnFind DoFind warrenord.town.wagon.transport.list
  67.  
  68. /q delete warrenord.town.wagon.transport.destination.noblemanor
  69. /q create warrenord.town.wagon.transport.destination.noblemanor
  70. /q e Visible False
  71. /q e ToAdvance OnChat noble manor
  72. /q e ToAdvance IfInRegion warrenord.wagonmain
  73. /q e OnComplete DoHearSound HORSE_GALLOP
  74. /q e OnComplete DoTeleport warrenord 1431 79 1381
  75. /q e OnComplete DoLoseMoney 20
  76. /q e OnComplete DoComplete warrenord.town.wagon.transport
  77. /q e OnComplete DoUnfind warrenord.town.wagon.transport
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement