Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. //**GateHop**\\
  2. sysmsg "[*] Gate hopper running..." 88
  3. while not @gumpexists 0xe0e675b8 and not @gumpexists 0xe866525f
  4. @usetype '0xf6c' 'any' 'ground' '2'
  5. pause 100
  6. endwhile
  7. // Spam gumps until we use gate
  8. while @gumpexists 0xe0e675b8
  9. replygump 0xe0e675b8 2
  10. pause 1000
  11. endwhile
  12. while @gumpexists 0xe866525f
  13. replygump 0xe866525f 2
  14. pause 1000
  15. endwhile
  16. //**Detect Chest and Open**\\
  17. if findtype 0xe41 0 'ground'
  18. headmsg 'Found Chest'
  19. pause 200
  20. useobject 'found'
  21. pause 200
  22. useskill 'Hiding'
  23. while not injournal 'You have successfully cleared it of traps' 'system'
  24. replygump 0x2bdf0cb6 7
  25. waitforgump 0x2bdf0cb6 1500
  26. pause 2500
  27. endwhile
  28. clearjournal
  29. while not injournal 'You successfully pick the lock' 'system'
  30. replygump 0x2bdf0cb6 4
  31. waitforgump 0x2bdf0cb6 15000
  32. pause 2500
  33. endwhile
  34. endif
  35. if findtype 0xe43 0 'ground'
  36. or findtype 0xe41 0 'ground'
  37. headmsg 'Found Chest'
  38. pause 200
  39. useobject 'found'
  40. pause 200
  41. useskill 'Hiding'
  42. while not injournal 'You have successfully cleared it of traps' 'system'
  43. replygump 0x2bdf0cb6 7
  44. waitforgump 0x2bdf0cb6 1500
  45. pause 2500
  46. endwhile
  47. clearjournal
  48. while not injournal 'You successfully pick the lock' 'system'
  49. replygump 0x2bdf0cb6 4
  50. waitforgump 0x2bdf0cb6 15000
  51. pause 2500
  52. endwhile
  53. endif
  54. //**Loot Chest**\\
  55. organizer 'Organizer-2' 'found' 'backpack'
  56. pause 1000
  57. //**Recall Home**\\
  58. useobject 0x43e742df
  59. waitforgump 0x5c7db029 1500
  60. replygump 0x5c7db029 29
  61. pause 1000
  62. //**Dump Loot**\\
  63. useobject 0x42963b14
  64. pause 500
  65. useobject 0x40dfeceb
  66. pause 500
  67. //Cores
  68. organizer 'Organizer-3' 'backpack' 0x42963b14
  69. pause 7000
  70. //Scrolls
  71. organizer 'Organizer-4' 'backpack' 0x40dfeceb
  72. pause 7000
  73. //Magics
  74. organizer 'Organizer-5' 'backpack' 0x429774fd
  75. pause 8000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement