Advertisement
htw

MQ2Bot TLO Member List

htw
Jun 22nd, 2021
1,202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.67 KB | None | 0 0
  1.     enum BotMembers
  2.     {
  3.         Adds = 1,
  4.         Heal,
  5.         Nuke,
  6.         Dot,
  7.         Swarm,
  8.         HealPet,
  9.         Aggro,
  10.         Rez,
  11.         SelfBuff,
  12.         Fade,
  13.         Jolt,
  14.         Debuff,
  15.         Mez,
  16.         Root,
  17.         Snare,
  18.         FightBuff,
  19.         MainTankBuff,
  20.         PetBuff,
  21.         Pet,
  22.         Mana,
  23.         Endurance,
  24.         Buff,
  25.         Aura,
  26.         Lifetap,
  27.         PossibleAdds,
  28.         Clicky,
  29.         AA,
  30.         MinHP,
  31.         MinPetHP,
  32.         MinPetPctHP,
  33.         MinMana,
  34.         MinPctMana,
  35.         ValidDetSpell,
  36.         SpellGem,
  37.         SpellETA,
  38.         CastReady,
  39.         Slowed,
  40.         Rooted,
  41.         Mezzed,
  42.         Crippled,
  43.         Maloed,
  44.         Tashed,
  45.         Snared,
  46.         Hasted,
  47.         Skin,
  48.         Focus,
  49.         Regen,
  50.         Symbol,
  51.         Clarity,
  52.         Pred,
  53.         Strength,
  54.         Brells,
  55.         SV,
  56.         SE,
  57.         HybridHP,
  58.         Growth,
  59.         Shining,
  60.         DeepSleep,
  61.         Aego,
  62.         CurrentSub,
  63.         Merc,
  64.         Named,
  65.         QuestMob,
  66.         MezImmune,
  67.         SnareImmune,
  68.         Ignore,
  69.         XMinHP,
  70.         XMinPetHP,
  71.         XMinMana,
  72.         XPriority,
  73.         Facing,
  74.         FacingMe,
  75.         NetBotMinHP,
  76.         ImHit,
  77.         InvisSpell,
  78.         IVUSpell,
  79.         Levitate,
  80.         Ignores,
  81.         MezImmunes,
  82.         SnareImmunes,
  83.         CharmImmunes,
  84.         CharmImmune,
  85.         IVU,
  86.         Invis,
  87.         Freeze,
  88.         Twincast,
  89.         GoM,
  90.         DA,
  91.         Twist,
  92.         TwistList,
  93.         Twisting,
  94.         TwistLast,
  95.         TwistCurrent,
  96.         TwistNext,
  97.         Body,
  98.         SpawnTime,
  99.         DiscCat,
  100.         Farthest,
  101.         Restricted,
  102.         SpellCat,
  103.         AddByID,
  104.         AddCount,
  105.         Active,
  106.         Outside,
  107.         ZoneTimeSec,
  108.         ZoneTimeMin,
  109.         ZoneTimeHour,
  110.         Version,
  111.         FileVersion,
  112.         LastHit,
  113.         Zoning,
  114.         Instance,
  115.         SpellDuration,
  116.         INI,
  117.         BuffList,
  118.         TargetBuffList,
  119.         PetBuffList,
  120.         Disc,
  121.         HoT,
  122.         HPLessThan,
  123.         Knockback,
  124.         Grab,
  125.         Tells,
  126.         HaveBuff,
  127.         Status,
  128.         AvgMana,
  129.         AvgHP,
  130.         TargetingMe,
  131.         NotTargetingMe,
  132.         UsePet,
  133.         Pulling,
  134.         PullIgnores,
  135.         Returning,
  136.         PullMob,
  137.         NukeToT,
  138.         HealToT,
  139.         Call,
  140.         FindItem,
  141.         Puller,
  142.     };
  143.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement