Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1.  
  2.  
  3. set lpc 6000
  4. set %Journal #jindex
  5. set #LOBJECTID #CHARID
  6. event macro 17 0
  7. wait 5
  8. msg All Follow ME$
  9. event macro 22
  10. finditem * G_1
  11. for #findindex 1 #findcnt
  12. {
  13. if #findid <> #charid && #findrep in 2
  14. {
  15. set %petid #findid
  16. break
  17. }
  18. }
  19. set #LOBJECTID %petid
  20. event macro 17 0
  21.  
  22.  
  23. ;set %friend2 Ezio_Auditore
  24. set %friend1 SeVeRuS
  25. set %friend2 KIRHYA
  26. set %friend3 Lyzolda
  27. set %friend4 Nasdrea
  28. set %friend5 Topo
  29. set %friend6 Gai
  30. set %friend7 Sauron
  31. set %friend8 Purpurea
  32. set %friend9 Miriel
  33. set %friend10 Freddy
  34. set %friend11 DaNGerOuS
  35. set %friend12 Cape
  36. set %friend13 Loker
  37. set %friend14 Sexual
  38. set %friend15 DesdemOnA
  39. set %friend16 Cast
  40. set %friend17 SarK
  41. set %friend18 Nemo
  42. set %friend19 Soraya
  43. set %friend20 StE_SoulBlaDe
  44. set %friend21 EnD_SoulBlaDe
  45. set %friend22 ShoT_ChOcO
  46. set %friend23 KasH
  47. set %friend24 KaRaShO
  48.  
  49.  
  50. loop:
  51. if #jindex > %Journal
  52. {
  53. set %Journal %Journal + 1
  54. scanjournal %Journal
  55. if ( begins_to_menacingly_swing_a_bola in #journal )
  56. gosub DismoReMount
  57. }
  58. goto loop
  59.  
  60.  
  61.  
  62.  
  63. sub DismoReMount
  64.  
  65. if %friend1 in #journal || %friend2 in #journal || %friend3 in #journal || %friend4 in #journal || %friend5 in #journal || %friend6 in #journal || %friend7 in #journal || %friend8 in #journal || %friend9 in #journal || %friend10 in #journal || %friend11 in #journal || %friend12 in #journal || %friend13 in #journal || %friend14 in #journal || %friend15 in #journal || %friend16 in #journal || %friend17 in #journal || %friend18 in #journal || %friend19 in #journal || %friend20 in #journal || %friend21 in #journal || %friend22 in #journal || %friend23 in #journal || %friend24 in #journal
  66. {
  67. return
  68. }
  69. else
  70. {
  71. wait 5
  72. set #LOBJECTID #CHARID
  73. event macro 17 0
  74. wait 4
  75. set #LOBJECTID %petid
  76. event macro 17 0
  77. }
  78. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement