sudi 发表于 2023-8-17 19:13:45

求一个鸟D打BOSS小怪时的代码

最好会自动判断是BOSS小怪,转火小怪时只打月火加愤怒,有日蚀BUFF时转星火。转目标BOSS时恢复正常循环

老血 发表于 2023-8-17 20:14:49


进新玩具围观群 563052242鸟德已经起飞

懒动行不行 发表于 2023-8-18 09:05:18

UnitClassification
Returns the classification of the specified unit (e.g., "elite" or "worldboss").

classification = UnitClassification(unit)
Arguments

    unit
      string : UnitId
Returns
    classification
      string - the unit's classification: "worldboss", "rareelite", "elite", "rare", "normal", "trivial", or "minus"

Note that "trivial" is for low-level targets that would not reward experience or honor (UnitIsTrivial() would return '1'), whereas "minus" is for mobs that show a miniature version of the v-key health plates.

sudi 发表于 2023-8-18 10:14:47

懒动行不行 发表于 2023-8-18 09:05 AM
UnitClassification
Returns the classification of the specified unit (e.g., "elite" or "worldboss") ...

大哥,你的是BEE代码吗?怎么看着不像?
页: [1]
查看完整版本: 求一个鸟D打BOSS小怪时的代码