魔兽世界macro收集

WOW魔兽世界宏收集专业站点
  • 宝宝控制学(感谢猪小小友情提供)

    Tag:术士Warlock
    感谢猪小小友情提供
    /script En=Na(T) if Na("pet")=="迪斯奥拉" then S("我的魅魔和"..En.."搞上了,大家眼观手勿动@_@") elseif Na("pet")=="卡弗姆" then if D("player",1) then TargetUnit("player") end end /script if Na("pet")=="鲁尔洛特" then AssistUnit(T) end CastPetAction(6) TargetLastEnemy()


    迪斯奥拉是我魅魔的名字,卡弗姆是我地狱猎手的名字,鲁尔洛特是我小鬼的名字。你换成你的宝宝名称就行了。

    别忙,因为字符限制问题,所以采用了自定义函数和全局变量。
    /script function D(a,b) return UnitDebuff(a,b) end function Na(a) if UnitName(a)~=nil then return UnitN...
    jaway 发表于2005-09-08 09:09:00 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 6月21日截止来自官方论坛的术士宏(望达人快快汉化!)

    Tag:术士Warlock

    Recently Added Macros:

    21st June 2005:

    Announcing our first of many MEGAMACROS! Using the addon SuperMacro (linked above), we can now split our macros into multiple /script commands (each /script is still limited to 255 character) and run them all.

    Thanks Daemorius for the original Megamacro request (and some help) and Revenant for helping me iron out the bugs with some testing and his own macro skills.

    This is a smart megamacro - it will cast Siphon Life, Corruption, and Curse of Agony in that order if those debuffs are not found on your target. In addition, if your target is dispelling class (priest or paladin), it will only cast the curse. Also, if your target is a curse curing class, it w...

    jaway 发表于2005-08-16 16:13:29 | 阅读全文 | 评论 4 | 编辑 | 分享 0
  • 组队时打击敌人的施法者:当敌人为魔法型单位时使用结舌;否则如果组队时候使用暗影诅咒,SOLO时候使用痛苦

    Tag:术士Warlock
    /script
    if (UnitMana("target")>0) then
    CastSpellByName("Curse of Tongues(Rank 2)")
    else if (GetNumPartyMembers() > 0) then
    CastSpellByName("Curse of Shadow(Rank 2)")
    else CastSpellByName("Curse of Agony(Rank 6)")
    end end;
    jaway 发表于2005-08-16 15:57:32 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 自己魔超过363目标血大于10时,使用暗影燃烧。没363魔就用棒子射击

    Tag:术士Warlock
    /script
    if (UnitMana("player")>363) then
    if (UnitHealth("target")>10) then
    CastSpellByName("Shadow Bolt(Rank 9)")
    else
    CastSpellByName("Shadowburn(Rank 6)") end
    else
    CastSpellByName("Shoot") end;

    注意:当暗影燃烧CD时会出问题
    jaway 发表于2005-08-16 15:54:00 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 女王的魅惑拉到自己的面板上控制

    Tag:术士Warlock
    /script CastPetAction(6)
    jaway 发表于2005-08-16 15:51:21 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 视有否法师而定,暗影诅咒改成了元素诅咒

    Tag:术士Warlock
    /script
    if (UnitMana("target")>0) then
    CastSpellByName("Curse of Tongues(Rank 2)")
    else if (GetNumPartyMembers() > 0) then
    CastSpellByName("Curse of the Elements(Rank 3)") else
    CastSpellByName("Curse of Agony(Rank 6)")
    end
    end;
    jaway 发表于2005-08-16 15:49:36 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 对无魔法的目标施放虚弱诅咒 有魔法的目标施放痛苦诅咒

    Tag:术士Warlock
    /script if (UnitMana("target")>0) then CastSpellByName("痛苦诅咒(等级 X)") else
    CastSpellByName("虚弱诅咒(等级 X)") end;
    jaway 发表于2005-08-16 15:46:00 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 使宝宝对目标进行攻击 同时施放腐蚀术

    Tag:术士Warlock
    /script PetAttack();
    /施放 腐蚀术(等级 X)
    jaway 发表于2005-08-16 15:46:00 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • 当生命值大于20时吸取生命 否则吸取灵魂(获得碎片)

    Tag:术士Warlock
    /script if (UnitHealth("target")>20) then CastSpellByName("吸取生命(等级 X)") else
    CastSpellByName("吸取灵魂(等级 X)") end;
    jaway 发表于2005-08-16 15:44:00 | 阅读全文 | 评论 0 | 编辑 | 分享 0
共1页 1

个人资料

jaway

日历

搜索

管理

  • 进入后台 写新日志
  • 文章管理 评论管理
  • 更换模板 访问统计

文章分类

    Tag

    • 综合ALL[13]
    • 德鲁伊Druid[11]
    • 术士Warlock[9]
    • 法师Mage[7]
    • 猎人Hunter[6]
    More..

    最新文章

    • 如果目标身上是 5 灯就剔骨 , 如果主手是匕首就出背刺 , 如果是其他武器 , 就出邪恶攻击
    • 猎人生存宏
    • 驱散魔法
    • 宝宝控制学(感谢猪小小友情提供)
    • 战士宏集
    • 一个瞬间脱光衣服的宏
    • 1.7削弱猎人致死射击官方解释
    • 你不可不知的几个快捷键
    • 不需要考虑武器的唯一性的切换武器
    • 自然之速
    全部日志>>

    最新评论

    • tracy:写得不错啊!~~~~~~需要轮滑鞋找我哦.....
    • SoNiC:[quote]Alt+魔法:对自己施法。[/quote]...
    • bhu:到这里所有的基本都翻译完了由于我的能力以及第一次翻译这么...
    • bhutl:我该睡觉了今天拖拖拉拉的翻了这点还有不少 8t...
    • bhutl:上篇最后一句话应该是”最后你可以对你的宏进行命名并去激活...
    • bhutl:我把我博客的密码给忘了所以一直没有更新…… 这是开头的...

    链接

      存档

      • 2005 [53]
      • 访问统计:
      • RSS 什么是RSS?
        用IM提醒我内容更新
        订阅到QQ邮箱
        订阅到鲜果阅读器
        订阅到Google阅读器
        订阅到抓虾阅读器
      • 《城客》第四期:创意之城
        博客大巴
        博客大巴使用指南
        博客大巴模板中心
        免费注册博客大巴
        一键博客搬家工具
        中文互动杂志城客
      Copyright © 2002-2012 BlogBus.com, All Rights Reserved. 博客大巴 版权所有
      博客大巴模板设计:新默认模板 | 作者: sudan