mon_control.txt
上传用户:market2
上传日期:2018-11-18
资源大小:18786k
文件大小:4k
源码类别:

外挂编程

开发平台:

Windows_Unix

  1. # This file allows specific AI control for certain monsters
  2. #
  3. # Syntax:
  4. # <monster> <attack> <teleport> <search> <skillcancel> <lv> <joblv> <hp> <sp> <weight>
  5. #
  6. # <monster>:  Name of monster as found in monsters.txt (not case sensitive)
  7. #
  8. # <attack>:
  9. # -1 means to leave the monster alone, even if it attacks you.
  10. #  0 means to leave the monster alone, unless it attacks you.
  11. #  1 means to always auto-attack this monster.
  12. #  2 means always aggressive, auto-attack this monster when it appears, even if sitting.
  13. #  3 means to attack the monster once (provoke) then leave it, useful for mobbing.
  14. #
  15. # <teleport>:
  16. # < 0 (-1, -2, etc.) to set exact critical distance for this monster. Teleport, if the monster reaches it.
  17. # 1 to teleport if the monster is on the screen.
  18. # 2 to teleport if the monster attacks you.
  19. # 3 to disconnect if the monster is on your screen.
  20. # This is only used in auto-attack mode.
  21. #
  22. # <search>: Put a 1 to only attack the monster in the search mode.
  23. # This is only used in auto-attack mode.
  24. #
  25. # <skillcancel>: Set to 1 if you want to interrupt spells casted by this
  26. # monster.
  27. #
  28. # <lv>: Only auto-attack this monster if your level is higher than the
  29. # specified level.
  30. #
  31. # <joblv>: Only auto-attack this monster if your job level is higher than
  32. # the specified level.
  33. #
  34. # <hp>: Only auto-attack this monster if your HP is higher than the
  35. # specified amount. The HP is not specified in percentage.
  36. #
  37. # <sp>: Only auto-attack this monster if your SP is higher than the
  38. # specified amount. The SP is not specified in percentage.
  39. #
  40. # <weight>: Counts this monster as the specified amount aggressives. Supports floating point numbers (eg 1.8237402).
  41. # Example:
  42. # (config.txt)
  43. # teleportAuto_minAggressives 6
  44. # teleportAuto_minAggressivesInLock 6
  45. #
  46. # (mon_control.txt)
  47. # Hydra 1 0 0 0 0 0 0 0 0.2
  48. # Merman 1 0 0 0 0 0 0 0 2
  49. #
  50. # If there's five hydras and two sword fish attacks the bot, it won't
  51. # teleport away since the aggressives are counted as 5*0.2 + 2*1 = 3
  52. # However, two marcs and two merman will make it tele away because
  53. # it sees 2*1* + 2*2 = 6 aggressives.
  54. #
  55. #
  56. # Monsters not found in this file, or flags not specified will default to:
  57. # <attack> = 1
  58. ##### Eggs #####
  59. Ant's Egg 0 0 0
  60. PecoPeco's Egg 0 0 0
  61. Pupa 0 0 0
  62. Thief Bug's Egg 0 0 0
  63. ##### Alchemist Summons ####
  64. # Summoned Parasite
  65. 1555 0 0 0 
  66. # Summoned Flora
  67. 1575 0 0 0 
  68. # Summoned Hydra
  69. 1579 0 0 0 
  70. # Summoned Mandragora
  71. 1589 0 0 0 
  72. # Summoned Geographer
  73. 1590 0 0 0 
  74. ##### Plants #####
  75. Black Mushroom 0 0 0
  76. Blue Plant 0 0 0
  77. Green Plant 0 0 0
  78. Red Mushroom 0 0 0
  79. Red Plant 0 0 0
  80. Shining Plant 0 0 0
  81. White Plant 0 0 0
  82. Yellow Plant 0 0 0
  83. ##### Homunculus #####
  84. 6001 -1 0 0
  85. 6002 -1 0 0
  86. 6003 -1 0 0
  87. 6004 -1 0 0
  88. 6005 -1 0 0
  89. 6006 -1 0 0
  90. 6007 -1 0 0
  91. 6008 -1 0 0
  92. 6009 -1 0 0
  93. 6010 -1 0 0
  94. 6011 -1 0 0
  95. 6012 -1 0 0
  96. 6013 -1 0 0
  97. 6014 -1 0 0
  98. 6015 -1 0 0
  99. 6016 -1 0 0
  100. ##### Mercenary #####
  101. 6017 -1 0 0
  102. 6018 -1 0 0
  103. 6019 -1 0 0
  104. 6020 -1 0 0
  105. 6021 -1 0 0
  106. 6022 -1 0 0
  107. 6023 -1 0 0
  108. 6024 -1 0 0
  109. 6025 -1 0 0
  110. 6026 -1 0 0
  111. 6027 -1 0 0
  112. 6028 -1 0 0
  113. 6029 -1 0 0
  114. 6030 -1 0 0
  115. 6031 -1 0 0
  116. 6032 -1 0 0
  117. 6033 -1 0 0
  118. 6034 -1 0 0
  119. 6035 -1 0 0
  120. 6036 -1 0 0
  121. 6037 -1 0 0
  122. 6038 -1 0 0
  123. 6039 -1 0 0
  124. 6040 -1 0 0
  125. 6041 -1 0 0
  126. 6042 -1 0 0
  127. 6043 -1 0 0
  128. 6044 -1 0 0
  129. 6045 -1 0 0
  130. 6046 -1 0 0
  131. ##### MVPs and Dangerous Monsters #####
  132. Amon Ra 0 1 0
  133. Archangeling 0 1 0
  134. Baphomet 0 1 0
  135. Bacsojin 0 1 0
  136. Dark Illusion 0 1 0
  137. Dark Lord 0 1 0
  138. Detale 0 1 0
  139. Doppelganger 0 1 0
  140. Dracula 0 1 0
  141. Drake 0 1 0
  142. Eddga 0 1 0
  143. Dark Snake Lord 0 1 0
  144. Garm 0 1 0
  145. Egnigem Cenia 0 1 0
  146. Golden Thief Bug 0 2 0
  147. Incantation Samurai 0 1 0
  148. Lady Tany 0 1 0
  149. Lord of Death 0 1 0
  150. Maya 0 1 0
  151. Maya Purple 0 1 0
  152. Mistress 0 1 0
  153. Moonlight 0 1 0
  154. Mutant Dragon 0 1 0
  155. Orc Hero 0 1 0
  156. Orc Lord 0 1 0
  157. Osiris 0 1 0
  158. Pharaoh 0 1 0
  159. Phreeoni 0 1 0
  160. RSX-0806 0 1 0
  161. Stormy Knight 0 1 0
  162. Tao Gunka 0 1 0
  163. Thanatos 0 1 0
  164. Turtle General 0 1 0
  165. Vesper 0 1 0