人人做人人澡人人爽欧美,国产主播一区二区,久久久精品五月天,羞羞视频在线观看免费

當前位置:蘿卜系統下載站 > 魔獸游戲教程 > 詳細頁面

魔獸世界2.43版本獵人宏!!急

《魔獸世界》(World of Warcraft)是由著名游戲公司暴雪娛樂所制作的第一款網絡游戲,屬于大型多人在線角色扮演游戲。游戲以該公司出品的即時戰略游戲《魔獸爭霸》的劇情為歷史背景,依托魔獸爭霸的歷史事件和英雄人物,魔獸世界有著完整的歷史背景時間線。 [1] 玩家在魔獸世界中冒險、完成任務、新的歷險、探索未知的世界、征服怪物等。

實用的抽筋宏

#showtooltip 穩固射擊

/cast 穩固射擊

/cast !自動射擊

/cast [target=pettarget,exists] 殺戮命令

/script UIErrorsFrame:Clear()

我從網上找的,好像大部分能用:

“BASIC PET COMMANDS: (基本寵物指令)

Pet Orders: Attack, Follow, Stay (寵物指令: 攻擊,跟隨,停留)

/petattack

/petfollow

/petstay

Pet Stances: Passive, Defensive, Aggressive (寵物狀態: 被動,防御,主動)

/petpassive

/petdefensive

/petaggressive

Auto-Cast Pet Abilities (寵物自動施法開/關)

/petautocaston <spell>

/petautocastoff <spell>

ADVANCED PET MACROS: (高級寵物指令)

Toggle Pet Attack (寵物攻擊/不攻擊)

/petattack

/petpassive [target=pettarget,exists]

?If you wish to keep your pet's stance, use /petfollow instead of /petpassive.

(如果你希望寵物和目標保持距離,使用/petfollow 代替 /petpassive)

Revive, Call, or Mend Pet (一鍵 復活、召喚、治療寵物)

/cast [target=pet, dead] Revive Pet; [modifier:ctrl] Revive Pet; [nopet] Call Pet; Mend Pet

?The modifier key allows you to hold down Control so this macro will ALWAYS cast Revive Pet. This is to make up for situations where your pet is dead, but not visible.

(加上CTRL鍵功能強制召喚寵物是因為有時候寵物死了,但是看不到。)

Feed Multiple Pets (喂多種食物)

#show Roasted Quail

/cast [pet, nocombat] Feed Pet

/use [pet:Cat/Ravager/Wolf, nocombat] Roasted Quail; [pet:Bear/Boar/Wind Serpent, nocombat] Conjured Cinnamon Roll

?The first line forces the macro to display the number of Roasted Quail in your backpack. The /use line will use certain food based on what type of pet you have.

(第一行顯示出背包里有多少烤鵪鶉,的三行使用指定的食物喂食)

=========================

BASIC PLAYER COMMANDS: (基本人物指令)

Casting Spells (基本施法宏的模式)

/cast <spell> (單一技能)

/castrandom <spell>, <spell>, <spell> (隨機選取一個技能)

/castsequence <spell>, <spell>, <spell> (每次按鍵,順序執行技能)

/stopcasting

Using And Equipping Items (使用/裝備物品,應該是直接使用物品名字)

/use <item> (直接使用物品)

/equip <item> (裝備物品)

/equipslot <slot id> <item> (在指定位置裝備物品)

ADVANCED HUNTER MACROS: (高級獵人宏命令)

Use Bandage On Target Or Self (繃帶別人/自己)

/use [help] Heavy Runecloth Bandage; [target=player] Heavy Runecloth Bandage

Switch Between Two Aspects (兩種守護切換)

/castsequence Aspect of the Hawk, Aspect of the Monkey

?This works the same for Tracking abilities.

(類似的可以切換追蹤)

Cast Spells Based On Modifier Keys (根據是否按了特殊按鍵來釋放不同技能)

/cast [nomodifier] Aspect of the Hawk (沒有特殊鍵:釋放鷹守)

/cast [modifier:ctrl] Aspect of the Monkey (按下ctrl:猴守)

/cast [modifier:alt] Aspect of the Cheetah (按下alt:豹守)

Cast Spells Based On The Mouse Button Used (根據按鼠標不同按鈕來釋放不同技能)

/cast [button:1] Aspect of the Hawk (左鍵:釋放鷹守)

/cast [button:2] Aspect of the Monkey (2,不清楚是那個鍵,可能是右鍵:猴守)

/cast [button:4] Aspect of the Cheetah (4,中鍵?:豹守)

?By default, using a keybind counts as mouse button 1 (left click).

缺省的是左鍵 1

Kill Command (殺戮指令)

/cast [exists,target=pettarget] Kill Command

?Makes sure that you cast Kill Command on your pet's target. Otherwise, the spell will go to waste.

(確保你的目標也是寵物的目標,否則就浪費了: 奇怪,這也要宏?)

Solo Farming (種田用的宏)

#show Auto Shot

/targetenemy [noharm]

/stopmacro [noharm]

/petattack

/cast Hunter's Mark

/startattack

?With one button press, this will target a nearby enemy if one isn't already selected, send your pet on it, cast Hunter's Mark, and then turn on auto attack / auto shot.

(一鍵:尋找最近目標,放寵,標記,自動射擊)

Smart Ammo (彈藥管理)

#show Steady Shot

/equip Sharp Arrow

/cast Steady Shot

/equip Wicked Arrow

?Use cheaper arrows for attacks that do not make use of their bonus damage.

(在穩定射擊時使用便宜彈藥!省錢要從小事做起。)

Misdirection On Predefined Targets (自動找目標來嫁禍)

/cast [target=focus, help] Misdirection; [help] Misdirection; [target=pet, exists] Misdirection

?This will attempt to cast Misdirection on the first of three targets. First, on your /focus unit if it is friendly. Second, on your current target if it is friendly. Third, on your pet if it is out.

(試圖自動選擇嫁禍的目標:1 你foucus的目標?等下查查到底是什么, 2 你的目標,如果他是友方的話。 3 你的寵物,如果你有的話)

Example Of Using Mass Cooldowns And Trinkets (N開宏)

/cast Beastial Wrath (獸王狂野)

/stopcasting

/cast Rapid Fire (速射)

/stopcasting

/use Devilsaur Eye (魔龍眼:職業任務獎勵)

/stopcasting

/cast Intimidation (脅迫)

Renataki's Charm Macro (野獸護符的宏)

/castsequence reset=3 Arcane Shot, Multi-Shot, Renataki's Charm of Beasts

?This macro will cycle through Arcane Shot, then Multi-Shot, and then use the trinket. If the trinket is on cooldown, the macro will halt. Simply wait 3 seconds and it will go back to Auto Shot.

這個宏順序執行 奧射,多重, 開護符。 再按下去就重復執行一次”

/cast 獵人印記(等級 #)

/script PetAttack()

那個#改成你現在的印記等級就行了 英文輸入法下面打 比如你的技能是2級 就把他改成2

找了這么多 .是不是稍微提點分呢

#showtooltip 穩固射擊

/castsequence reset=combat/target !自動射擊,穩固射擊

/castrandom [exists,target=pettarget] 殺戮命令

/script UIErrorsFrame:Clear()

END

抽筋2號版

#showtooltip 穩固射擊

/castsequence reset=3 穩固射擊,!自動射擊

/castrandom [target=pettarget, exists] 殺戮命令

/script UIErrorsFrame:Clear()

END

近戰抽筋宏

#showtooltip 猛禽一擊

/castsequence reset=6 摔絆,猛禽一擊,摔絆

/cast 貓鼬撕咬

/castrandom [target=pettarget, exists] 殺戮命令

/script UIErrorsFrame:Clear()

END

1,JJC射擊宏:

/castsequence reset=8,target 奧術射擊(等級 9),多重射擊(等級 6),奧術射擊(等級 9),多重射擊(等級 6)

/cast [exists,target=pettarget]殺戮命令

/script UIErrorsFrame:Clear()

3、摔拌宏:

/castsequence reset=6 摔絆

/cast 貓鼬撕咬

/castrandom [target=pettarget, exists] 殺戮命令

/script UIErrorsFrame:Clear()

5,BB目標宏:

/targetenemy [noharm]

/stopmacro [noharm]

/petattack

/cast 獵人印記

#showtooltip 穩固射擊

/castsequence reset=3 穩固射擊,自動射擊

/cast [target=pettarget,exists] 殺戮命令

/script UIErrorsFrame:Clear();

a


中國國內對于網絡游戲以批評、質疑多于贊賞,央視作為主流官方媒體更是如此。但在2011年CCTV-13頻道的視頻中,主持人首次對《魔獸世界》這款網游進行了肯定,并且稱贊其有創意有創新,與國內產品對比鮮明。

溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統下載排行

網站地圖xml | 網站地圖html
主站蜘蛛池模板: 锡林浩特市| 米泉市| 吕梁市| 南漳县| 萝北县| 大厂| 威信县| 罗源县| 峨边| 东乡县| 花莲县| 金寨县| 潞西市| 花莲市| 乌兰浩特市| 江门市| 顺昌县| 施甸县| 淅川县| 偏关县| 上犹县| 洱源县| 孝感市| 石河子市| 延庆县| 宁都县| 庆云县| 桦甸市| 铁力市| 南开区| 潮安县| 清徐县| 阿拉善左旗| 贡嘎县| 安庆市| 天峨县| 呼图壁县| 三都| 泗阳县| 德保县| 昌邑市|