别人密你1 会自动邀请组队 /run if (not IPM_F) then CreateFrame(“Frame”,”IPM_F”,UIParent);IPM_F:RegisterEvent...
魔兽最远视野宏 直接聊天框输入 /script SetCVar(“cameradistanceMax”,50)
对话技能NPC,使用宏可以方便的学习所有可以学习的技能 /run for i=1,GetNumTrainerServices() do if select(3,GetTrainerServiceInfo(i)) ==”avail...
使用物品分解装备 /use 【分解扳手】 /script CreateFrame(“frame”) x=GetNumLootItems() if x==0 then CloseLoot(); else for i=1...
重置5人副本宏 /run ResetInstances() 重置10人副本宏 /run if a then a=nil;SetRaidDifficulty(1)else a=1;SetRaidDifficulty(3)end