星期六, 7月 07, 2007

[巨集]指令、巨集(1.09)

●聊天指令
/s /say 一般
/p /party 隊伍
/g /ghelp 公會
/y /yell 大喊
/w 密語
/e e=角色表情及動作
/r 回復上則密語
/chat /chathelp 列出聊天命令


●私人聊天室指令

/chat 列出聊天指令
/join /channel /chan 創造or加入頻道
/cinvite /chatinvite 邀請
/ckick(kick) 踢出
/ban /unban 禁止發言/取消禁止發言
/mute /squelch /unvoice /unmute /unsquelch /void 改變頻道中玩家權限
/mod /moderator(moderate) /unmod /unmoderator 改變頻道中主持人狀態
/moderate 切換主持
/password /pass 改變密碼
/announcement /ann 開關 加入及離開的公告
/chatlist /chatwho /chatinfo 列出頻道或頻道成員
/afk /dnd 設置你的標誌為「離開」或「請勿打擾」
/# /c /csay 發送文字到頻道# 例:/1 Hi!
/leave /chatleave /chatexit 離開頻道
/owner 顯示或改變聊天頻道的名字


巨集指令介紹

http://www.wowwiki.com/index.php/World_of_Warcraft_API

/played 查詢角色遊戲時間

一鍵脫光
用途:被敵對陣營追殺時,可以省些修裝費
/script local i,j,k=1 myG={}for j=0,4do for k=1,GetContainerNumSlots(j)do if not GetContainerItemLink(j,k)then if GetInventoryItemLink("player",i)then PickupInventoryItem(i) PickupContainerItem(j,k)myG[i]={j,k}end i=i+1if i>19then j,k=5,20 end end end end

繃綁帶後,將目標轉回到敵人身上
/script TargetUnit("player");
/script UseContainerItem(0,1);
/script TargetLastEnemy();


解除特殊過濾字
/console SET profanityFilter "0"

依對象等級施放秘法智慧

/script r=5;l={1,14,28,42,56};if not UnitIsFriend("player","target") then TargetUnit("player");end;t=UnitLevel("target");for i=r,1,-1 do if (t>=l[i]-10) then CastSpellByName("祕法智慧(等級 "..i..")");break;end;end

沒有留言: