Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. @unsetalias 'mob1'
  2. if not listexists 'mobs'
  3. createlist 'mobs'
  4. pushlist 'mobs' 0x2e //AW
  5. pushlist 'mobs' 0x28 //Balron
  6. pushlist 'mobs' 0x4c //Titan
  7. pushlist 'mobs' 0xa2 //Poison
  8. pushlist 'mobs' 0x9f //Blood
  9. pushlist 'mobs' 0x16 // Elder
  10. pushlist 'mobs' 0x4f // LL
  11. pushlist 'mobs' 0xa // Daemon
  12. pushlist 'mobs' 0x53 // Dread
  13. pushlist 'mobs' 0xb // OL
  14. pushlist 'mobs' 0xf // Fire Ele
  15. pushlist 'mobs' 0xd // Air Ele
  16. pushlist 'mobs' 0x18 // Lich
  17. endif
  18. for 0 to mobs
  19. if @findtype mobs[] 'any' 'world' 'nearest'
  20. @setalias 'mob1' 'found'
  21. if color 'mob1' == 37
  22. msg 'All Guard Me'
  23. msg 'All Guard Me'
  24. pause 600
  25. attack! 'mob1'
  26. headmsg 'Xmas Red' 33
  27. pause 400
  28. attack! 'mob1'
  29. ignoreobject 'found'
  30. endif
  31. if color 'mob1' == 1272
  32. msg 'All Guard Me'
  33. msg 'All Guard Me'
  34. pause 600
  35. attack! 'mob1'
  36. headmsg 'Xmas Green' 33
  37. pause 400
  38. attack! 'mob1'
  39. ignoreobject 'found'
  40. endif
  41. if color 'mob1' == 1157
  42. msg 'All Guard Me'
  43. msg 'All Guard Me'
  44. pause 600
  45. attack! 'mob1'
  46. headmsg 'Paragon' 33
  47. pause 400
  48. attack! 'mob1'
  49. ignoreobject 'found'
  50. endif
  51. if color 'mob1' == 0
  52. msg 'All Guard Me'
  53. msg 'All Guard Me'
  54. pause 600
  55. attack! 'mob1'
  56. headmsg 'Mob' 33
  57. pause 400
  58. attack! 'mob1'
  59. ignoreobject 'found'
  60. endif
  61. if color 'mob1' == 2612
  62. msg 'All Guard Me'
  63. msg 'All Guard Me'
  64. pause 600
  65. attack! 'mob1'
  66. headmsg 'ParaMob' 33
  67. pause 400
  68. attack! 'mob1'
  69. ignoreobject 'found'
  70. endif
  71. if color 'mob1' == 16385
  72. msg 'All Guard Me'
  73. msg 'All Guard Me'
  74. pause 600
  75. attack! 'mob1'
  76. headmsg 'Etheral' 33
  77. pause 400
  78. attack! 'mob1'
  79. ignoreobject 'found'
  80. endif
  81. endif
  82. endfor
  83. warmode 'on'
  84. warmode 'off'
  85. headmsg 'Playing' 68
  86. headmsg 'Playing' 68
  87. headmsg 'Playing' 68
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement