Advertisement
Guest User

Untitled

a guest
May 5th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. //get a quest
  2. @useobject 'Carpentry Quest Giver'
  3. waitforgump 0x19bc4061 2000
  4. //Arch Support
  5. if @ingump 0x19bc4061 'just for weary toes'
  6. replygump 0x19bc4061 1
  7. pause 550
  8. while @counttype 0xb5e 0 'backpack' < 10
  9. usetype 0x1034 0 'backpack'
  10. waitforgump 0x38920abd 5000
  11. replygump 0x38920abd 2
  12. waitforgump 0x38920abd 5000
  13. endwhile
  14. waitforcontext 'self' 4 5000
  15. waitfortarget 5000
  16. pause 1000
  17. while @counttype 0xb5e 0 'backpack' != 10
  18. @targettype 0xb5e 0
  19. pause 150
  20. endwhile
  21. @canceltarget
  22. pause 500
  23. @useobject! 'Carpentry Quest Giver'
  24. waitforgump 0xdf31ecf8 15000
  25. replygump 0xdf31ecf8 4
  26. waitforgump 0x96626c6e 15000
  27. replygump 0x96626c6e 1
  28. pause 1000
  29. //Arch Support already in progress
  30. elseif @ingump 0xa8b319c6 'debt if you bring me foot stools'
  31. while @counttype 0xb5e 0 'backpack' < 10
  32. usetype 0x1034 0 'backpack'
  33. waitforgump 0x38920abd 5000
  34. replygump 0x38920abd 2
  35. waitforgump 0x38920abd 5000
  36. endwhile
  37. waitforcontext 'self' 4 5000
  38. waitfortarget 5000
  39. pause 1000
  40. while @counttype 0xb5e 0 'backpack' != 10
  41. @targettype 0xb5e 0
  42. pause 150
  43. endwhile
  44. @canceltarget
  45. pause 500
  46. @useobject! 'Carpentry Quest Giver'
  47. waitforgump 0xdf31ecf8 15000
  48. replygump 0xdf31ecf8 4
  49. waitforgump 0x96626c6e 15000
  50. replygump 0x96626c6e 1
  51. pause 1000
  52. //quest done except for talking to quest giver again
  53. elseif @ingump 0xdf31ecf8 'My thanks'
  54. replygump 0xdf31ecf8 4
  55. waitforgump 0x96626c6e 15000
  56. replygump 0x96626c6e 1
  57. //Refuse The Far Eye
  58. elseif @ingump 0x19bc4061 'into a far-seeing eye'
  59. replygump 0x19bc4061 2
  60. waitforgump 0xa8b319c6 15000
  61. replygump 0xa8b319c6 3
  62. pause 1000
  63. //Refuse Necessity's Mother
  64. elseif @ingump 0x19bc4061 'might build with some'
  65. replygump 0x19bc4061 2
  66. waitforgump 0xa8b319c6 15000
  67. replygump 0xa8b319c6 3
  68. pause 1000
  69. //Refuse Tick Tock
  70. elseif @ingump 0x19bc4061 'the passage of time'
  71. replygump 0x19bc4061 2
  72. waitforgump 0xa8b319c6 15000
  73. replygump 0xa8b319c6 3
  74. pause 1000
  75. //Refuse From the Gaultier Collection
  76. elseif @ingump 0x19bc4061 'simply a fanciful tale'
  77. replygump 0x19bc4061 2
  78. waitforgump 0xa8b319c6 15000
  79. replygump 0xa8b319c6 3
  80. pause 1000
  81. //Refuse Stop Harping on Me
  82. elseif @ingump 0x19bc4061 'most melodious of music'
  83. replygump 0x19bc4061 2
  84. waitforgump 0xa8b319c6 15000
  85. replygump 0xa8b319c6 3
  86. endif
  87. pause 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement