<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6648236360472666945</id><updated>2012-05-07T02:51:46.812+08:00</updated><category term='網路交易'/><category term='CardGame'/><category term='Program'/><category term='網路遊戲'/><category term='星海爭霸2'/><category term='PSP'/><category term='NDS 攻略'/><category term='料理筆記'/><category term='VB.NET'/><category term='Apple'/><category term='SFC'/><category term='摩爾莊園'/><category term='Ajax'/><category term='C++'/><category term='Chrome'/><category term='DnD'/><category term='NDS資訊'/><category term='Mac'/><category term='Software'/><category term='精靈幻境系列'/><category term='Writing'/><category term='RO OpenKore'/><category term='FC'/><category term='PS'/><category term='星海爭霸2地圖'/><category term='摩爾勇士'/><category term='Culdcept'/><category term='生活相關'/><category term='遊戲設計'/><category term='RO'/><category term='限時免費APP'/><category term='BioInfo'/><category term='MHP3'/><category term='博弈遊戲'/><category term='LoL'/><category term='星海爭霸2雜錦'/><category term='Music'/><category term='RO JA.NET'/><category term='3DS'/><category term='遊戲新聞'/><category term='軟體相關'/><category term='模擬器'/><category term='雜談錄'/><category term='Java'/><category term='iOS開發'/><category term='動畫專區'/><category term='特價折扣'/><category term='ROM'/><category term='Php'/><category term='WebGame'/><category term='JavaScript'/><category term='遊戲王'/><category term='Blog'/><category term='魔法風雲會'/><title type='text'>GameLifeX</title><subtitle type='html'>　不只是遊戲，是生活</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gamelifex.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/-/RO+OpenKore'/><link rel='alternate' type='text/html' href='http://gamelifex.blogspot.com/search/label/RO%20OpenKore'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jason</name><uri>http://www.blogger.com/profile/00667801849417949181</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_BsYyM_o2_Pc/S8A0d9jcmJI/AAAAAAAAAOA/jkCxsQg-hCM/S220/%E7%B4%AF.bmp'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6648236360472666945.post-5989234765953300245</id><published>2011-01-08T16:57:00.000+08:00</published><updated>2011-01-08T16:57:29.505+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RO OpenKore'/><title type='text'>降低小黑窗負荷</title><content type='html'>文章出處: 網路(已忘記...)&lt;br /&gt;&lt;br /&gt;如何讓cpu 使用率降低&lt;br /&gt;&lt;br /&gt;如何讓cpu 使用率降低&lt;br /&gt;並能在外掛小黑窗出不要的信息&lt;br /&gt;&lt;br /&gt;有鑑於有的人對cpu 使用率有些問題，因為對openkore 使用cpu 和 ram 資源減少做些介紹&lt;br /&gt;&lt;br /&gt;1、control\config.txt 裡有一個sleeptime 這個參數控制了主程式每秒的環循次數，openkore 預設為10000，也就是說，每十毫秒做一次循環，檢測怪物、npc、血量等等的事情，littlewen 大大發的中文包裡面設定為50000！50000跟10000其實差不了多少，但是cpu使用率卻明顯的減少了，如果你對cpu 使用率有問題，請檢查這項設定，測試調整其數值將對你的電腦使用資源減少。&lt;br /&gt;&lt;br /&gt;2、macro 巨集&lt;br /&gt;(1)最佳化你的巨集，減少迴圈&lt;br /&gt;(2)如果你沒有在使用用巨集，那移除plugins目錄以及cvsdebug.pm會會比較減少cpu 使用率&lt;br /&gt;&lt;br /&gt;3、取消相容性檢查debug、benchmark的處理。&lt;br /&gt;這個問題對cpu 好像比較沒這麼大的影響 囧。&lt;br /&gt;官網是建議使用ndbug=0 這個語法來停用相容性檢查&lt;br /&gt;如果你對電腦比較有認識再進行這項操作&lt;br /&gt;cmd 輸入set ndebug=0&lt;br /&gt;&lt;br /&gt;4、減少console 端的資源(我覺得這個跟ram 比較有關係@@)&lt;br /&gt;config.txt 裡有一個squelchDomains 把你不想看見的訊息加在後面&lt;br /&gt;僅列出常用的：&lt;br /&gt;attacked &amp;nbsp;攻擊訊息&lt;br /&gt;attackedMiss &amp;nbsp;攻擊miss&lt;br /&gt;attackMon &amp;nbsp;你攻擊怪物&lt;br /&gt;attackMonMiss &amp;nbsp;你攻擊怪物miss&lt;br /&gt;connection 連接信息&lt;br /&gt;deal &amp;nbsp; 交易信息&lt;br /&gt;drop &amp;nbsp; 掉落物品&lt;br /&gt;emotion &amp;nbsp;表情&lt;br /&gt;equip &amp;nbsp; &amp;nbsp; &amp;nbsp;換裝備&lt;br /&gt;gmchat &amp;nbsp;GM聊天&lt;br /&gt;guildchat &amp;nbsp;工會聊天&lt;br /&gt;info &amp;nbsp; 狀態信息&lt;br /&gt;input &amp;nbsp; 輸入訊息&lt;br /&gt;inventory &amp;nbsp;身上物品相關&lt;br /&gt;useItem &amp;nbsp;使用物品&lt;br /&gt;list 各種列表&lt;br /&gt;load &amp;nbsp; 讀取config文件&lt;br /&gt;menu &amp;nbsp; 選擇清單&lt;br /&gt;npc &amp;nbsp; npc訊息&lt;br /&gt;party &amp;nbsp; 組隊訊息&lt;br /&gt;partychat &amp;nbsp;隊伍聊天&lt;br /&gt;plugins &amp;nbsp;plugins相關訊息&lt;br /&gt;pm &amp;nbsp; 密頻訊息&lt;br /&gt;route &amp;nbsp;計算路線訊息&lt;br /&gt;sold &amp;nbsp; 出售物品&lt;br /&gt;skill &amp;nbsp; 使用技能&lt;br /&gt;selfSkill &amp;nbsp;對自己使用技能&lt;br /&gt;startup &amp;nbsp;初始化訊息&lt;br /&gt;storage &amp;nbsp;倉庫相關&lt;br /&gt;success &amp;nbsp;成功訊息&lt;br /&gt;syntax &amp;nbsp; 語法檢查&lt;br /&gt;system &amp;nbsp;系統訊息&lt;br /&gt;teleport &amp;nbsp;瞬移訊息&lt;br /&gt;xkore &amp;nbsp; X-Kore訊息&lt;br /&gt;&lt;br /&gt;attacked &amp;nbsp;攻擊信息&lt;br /&gt;attackedMiss &amp;nbsp;攻擊miss&lt;br /&gt;attackMon &amp;nbsp;你攻擊怪物&lt;br /&gt;attackMonMiss &amp;nbsp;你攻擊怪物miss&lt;br /&gt;connection &amp;nbsp;連接信息&lt;br /&gt;deal &amp;nbsp; 交易信息&lt;br /&gt;drop &amp;nbsp; 掉落物品&lt;br /&gt;emotion &amp;nbsp;表情&lt;br /&gt;equip &amp;nbsp; &amp;nbsp; 換裝備&lt;br /&gt;gmchat &amp;nbsp;GM聊天&lt;br /&gt;guildchat &amp;nbsp;工會聊天&lt;br /&gt;info &amp;nbsp; 狀態信息&lt;br /&gt;input &amp;nbsp; 輸入信息&lt;br /&gt;inventory &amp;nbsp;身上物品相關&lt;br /&gt;useItem &amp;nbsp;使用物品&lt;br /&gt;list 各種列表&lt;br /&gt;load &amp;nbsp; 讀取config文件&lt;br /&gt;menu &amp;nbsp; 選擇菜單&lt;br /&gt;npc &amp;nbsp; npc信息&lt;br /&gt;party &amp;nbsp; 組隊信息&lt;br /&gt;partychat &amp;nbsp;隊伍聊天&lt;br /&gt;plugins &amp;nbsp;插件相關信息&lt;br /&gt;pm &amp;nbsp; 私聊信息&lt;br /&gt;publicchat &amp;nbsp;Public chatmessage&lt;br /&gt;route &amp;nbsp;計算路線信息&lt;br /&gt;sold &amp;nbsp; 出售物品&lt;br /&gt;skill &amp;nbsp; 使用技能&lt;br /&gt;selfSkill &amp;nbsp;對自己使用技能&lt;br /&gt;startup &amp;nbsp;初始化信息&lt;br /&gt;storage &amp;nbsp;倉庫相關&lt;br /&gt;success &amp;nbsp;成功信息&lt;br /&gt;syntax &amp;nbsp;語法檢查&lt;br /&gt;system &amp;nbsp;系統信息&lt;br /&gt;teleport &amp;nbsp;瞬移信息&lt;br /&gt;xkore &amp;nbsp; X-Kore信息&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ex :&lt;br /&gt;squelchDomains attacked &lt;br /&gt;#將看不到攻擊訊息&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648236360472666945-5989234765953300245?l=gamelifex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gamelifex.blogspot.com/feeds/5989234765953300245/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://gamelifex.blogspot.com/2011/01/blog-post.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/5989234765953300245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/5989234765953300245'/><link rel='alternate' type='text/html' href='http://gamelifex.blogspot.com/2011/01/blog-post.html' title='降低小黑窗負荷'/><author><name>Jason</name><uri>http://www.blogger.com/profile/00667801849417949181</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_BsYyM_o2_Pc/S8A0d9jcmJI/AAAAAAAAAOA/jkCxsQg-hCM/S220/%E7%B4%AF.bmp'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648236360472666945.post-3200518375495678421</id><published>2008-11-03T18:14:00.001+08:00</published><updated>2008-11-03T18:19:07.347+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RO OpenKore'/><title type='text'>OpenKoreConfig部分簡易解說 及 無法計算路徑問題排除</title><content type='html'>&lt;blockquote&gt;&lt;span style="font-size:100%;"&gt;偏好路徑 control/routeweights.txt &lt;/span&gt;&lt;a href="http://www.openkore.com/wiki/index.php/Routeweights.txt_%28Traditional_Chinese%29" target="_blank"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;&lt;b style="color: black; background-color: rgb(255, 255, 102);"&gt;OpenKore&lt;/b&gt; Wiki 解說(連結)&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;跟隨相關 control/overallAuth.txt &lt;/span&gt;&lt;a href="http://www.openkore.com/wiki/index.php/OverallAuth.txt_%28Traditional_Chinese%29" target="_blank"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;&lt;b style="color: black; background-color: rgb(255, 255, 102);"&gt;OpenKore&lt;/b&gt; Wiki 解說(連結)&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;這裡有一個常見問題 &lt;span style="color:red;"&gt;&lt;strong&gt;&lt;b style="color: black; background-color: rgb(160, 255, 255);"&gt;Cannot&lt;/b&gt; &lt;b style="color: black; background-color: rgb(153, 255, 153);"&gt;calculate&lt;/b&gt; a &lt;b style="color: black; background-color: rgb(255, 153, 153);"&gt;route&lt;/b&gt; from 地圖 (座標) to (座標). 無法計算路徑, 從 地圖 (座標) 至 (座標)&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;這個錯誤訊息只會發生在 tables/portals.txt 傳點資料不完全，或是你位於封閉區域(卡點)或目標區域是封閉區域&lt;br /&gt;若是 portals.txt 傳點資料不完全，可以開啟 config 中 portalRecord 1、XKore 1，執行外掛，再執行 RO 主程式，把路徑走一遍&lt;br /&gt;接著 XKore 0，再次開啟外掛會提示：&lt;br /&gt;New portals have been added to the portals database. The portals database must be compiled before&lt;br /&gt;the new portals can be used. Would you like to compile portals now?&lt;br /&gt;新的傳點已經加入傳點資料庫，傳點資料庫必須重新編譯才可應用新的傳點，請問您現在要編譯傳點嗎？&lt;br /&gt;Yes, compile now.&lt;br /&gt;是的，現在編譯&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;#請參考文件瞭解這些變數的功能&lt;br /&gt;#---------------------------------[伺服器、帳號、密碼設定]---------------------------------&lt;br /&gt;master 免費伺服器&lt;br /&gt;# 伺服器名稱&lt;br /&gt;server&lt;br /&gt;# 遊戲伺服器編號&lt;br /&gt;username &lt;span style="color:blue;"&gt;&lt;strong&gt;I.ROBOT&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;# 帳號&lt;br /&gt;password &lt;span style="color:blue;"&gt;&lt;strong&gt;7533967&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;# 密碼&lt;br /&gt;char &lt;span style="color:blue;"&gt;&lt;strong&gt;0&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;# 角色編號(從左至右為0、1、2)&lt;br /&gt;charSelect_password&lt;br /&gt;# 角色登入密碼&lt;br /&gt;loginPinCode &lt;span style="color:blue;"&gt;&lt;strong&gt;5566&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;# 小鍵盤密碼(滑鼠鎖)&lt;br /&gt;sex&lt;br /&gt;# 性別&lt;br /&gt;&lt;br /&gt;bindIp&lt;br /&gt;# 欲瀏覽所有的伺服器類型&lt;br /&gt;serverType 0&lt;br /&gt;# 伺服器類型&lt;br /&gt;serverEncoding Traditional Chinese&lt;br /&gt;# 伺服器內使用的文字&lt;br /&gt;storageEncryptKey 0x050B6F79, 0x0202C179, 0x00E20120, 0x04FA43E3, 0x0179B6C8, 0x05973DF2, 0x07D8D6B, 0x08CB9ED9&lt;br /&gt;# 倉庫密碼加密破解&lt;br /&gt;&lt;br /&gt;pauseCharServer 0&lt;br /&gt;# 在連上角色伺服器之前要暫停幾秒&lt;br /&gt;pauseMapServer 0&lt;br /&gt;# 在連上地圖伺服器之前要暫停幾秒&lt;br /&gt;ignoreInvalidLogin 0&lt;br /&gt;# 忽視"帳號不存在"的訊息(0=關、1=開)&lt;br /&gt;secureLogin_requestCode&lt;br /&gt;# 啟動安全登入密碼(MD5 加密)&lt;br /&gt;&lt;br /&gt;#-----------------------------------[X-Mode遊戲模式設定]-----------------------------------&lt;br /&gt;XKore 0&lt;br /&gt;# 是否開啟 XKore 模式(0=關、1=開)&lt;br /&gt;XKore_silent 1&lt;br /&gt;# XKore 模式開啟後，是否要隱藏 Kore 的訊息於遊戲對話欄中&lt;br /&gt;XKore_bypassBotDetection 0&lt;br /&gt;# 國際版RO用功能&lt;br /&gt;XKore_exeName ragfree.exe&lt;br /&gt;# 客戶端的主程式檔名&lt;br /&gt;verbose 1&lt;br /&gt;# 指令自動回應，從 X-Kore 接收遊戲中訊息，數值愈高則會顯示愈多訊息&lt;br /&gt;&lt;br /&gt;# XKore 2 / Proxy configuration&lt;br /&gt;XKore_ID&lt;br /&gt;XKore_listenIp 127.0.0.1&lt;br /&gt;XKore_listenPort 6901&lt;br /&gt;XKore_publicIp 127.0.0.1&lt;br /&gt;XKore_proxyAllowed_IP&lt;br /&gt;&lt;br /&gt;#------------------------------------[遠端控制密碼設定]------------------------------------&lt;br /&gt;secureAdminPassword 0&lt;br /&gt;# 是否要設置授權密碼(使用 XKore 2 時建議關閉)&lt;br /&gt;adminPassword&lt;br /&gt;# 授權密碼，使其他玩家或自己的分身可取得密頻指令的控制權限&lt;br /&gt;callSign&lt;br /&gt;# 遠端控制英文前置字詞，須用公開頻道(不須用隊伍和密語)，不分大小寫&lt;br /&gt;commandPrefix ;&lt;br /&gt;# 字串(":"或"*")，RO 送出的以這個 Prefix 開頭的聊天訊息會被 X-Kore 解釋為命令&lt;br /&gt;&lt;br /&gt;alias_opec&lt;br /&gt;# 本設定可讓您自訂指令別名以加速終端機命令的輸入，例如設定：&lt;br /&gt;# alias_laagg c 好 lag 呀....&lt;br /&gt;# alias_heal5 ss 28 5&lt;br /&gt;# 輸入 laagg 會送出"好 lag 呀...."的公頻字串&lt;br /&gt;# 輸入 heal5 則會對自己施放技能等級 Lv5 的治癒術&lt;br /&gt;&lt;br /&gt;#------------------------------------[自動登出、入設定]------------------------------------&lt;br /&gt;dcOnDeath 0&lt;br /&gt;# 角色死亡後行動(-1=不做任何事、0=回儲存點、2=關閉程式)&lt;br /&gt;dcOnDualLogin 0&lt;br /&gt;# 相同帳號登入時模式選擇(0=立即重登、1=關閉程式、2以上=幾秒後重登)&lt;br /&gt;dcOnDisconnect 0&lt;br /&gt;# 斷線後不重登，關閉程式(0=關、1=開)&lt;br /&gt;dcOnEmptyArrow 0&lt;br /&gt;# 用盡使用中箭矢立即關閉程式(0=關、1=開)&lt;br /&gt;dcOnPM 0&lt;br /&gt;# 有密語時關閉程式(0=關、1=開)&lt;br /&gt;dcOnMaxReconnections 0&lt;br /&gt;# 重新連線達指定次數時關閉程式&lt;br /&gt;dcOnPlayer 0&lt;br /&gt;# 有任何玩家出現在視線範圍內時關閉程式(0=關、1=開)&lt;br /&gt;&lt;br /&gt;autoRestart 0&lt;br /&gt;# 定時自動重登(0=關、1=開)&lt;br /&gt;autoRestartMin 100&lt;br /&gt;# 定時自動重登最低間隔(秒)&lt;br /&gt;autoRestartSeed 50&lt;br /&gt;# 定時自動重登變動間隔(秒)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;如果開啟表示會在每次進入遊戲後100至150秒之間重登&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;autoRestartSleep 0&lt;br /&gt;# 定時自動重登時，經過指定時間才登入(0=關、1=開)&lt;br /&gt;autoSleepMin 60&lt;br /&gt;# 指定最低時間(秒)&lt;br /&gt;autoSleepSeed 120&lt;br /&gt;# 指定變動時間(秒)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;如果開啟表示會在定時重登時等待60至180秒才進入遊戲&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;#-----------------------------------[鎖定、儲存地圖設定]-----------------------------------&lt;br /&gt;lockMap prontera&lt;br /&gt;# 鎖定地圖名稱&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;請確認 tables\maps.txt 有你設定的地圖，否則會出現以下錯誤訊息&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&lt;strong&gt;Invalid map specified for lockMap - map %s doesn't exist. 無效的指定的鎖定地圖 - 地圖 %s 並不存在&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;lockMap_x 100&lt;br /&gt;# 鎖定x軸座標&lt;br /&gt;lockMap_y 100&lt;br /&gt;# 鎖定y軸座標&lt;br /&gt;lockMap_randX 50&lt;br /&gt;# 亂數增減鎖定x軸座標&lt;br /&gt;lockMap_randY 50&lt;br /&gt;# 亂數增減鎖定y軸座標&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;鎖定座標依照上面設定則會以 (100,100) 為中心， x軸正負50以及 y軸正負50的區域內移動&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;(50,150)─────┬─────(150,150)&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;             ｜                    ｜                    ｜&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;             ｜             (100,100)             ｜&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;             ｜                    ｜                    ｜&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;  (50,50)─────┴─────(150,50)&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;saveMap &lt;span style="color:blue;"&gt;&lt;strong&gt;prontera&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;# 角色的儲存點地圖名稱&lt;br /&gt;saveMap_warpToBuyOrSell 0&lt;br /&gt;# 當自動補給條件成立時是否立即瞬移回儲存點(0=關、1=開)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;前提是你要會飛&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;saveMap_warpChatCommand&lt;br /&gt;&lt;br /&gt;#--------------------------------------[活動地圖設定]--------------------------------------&lt;br /&gt;allowedMaps &lt;span style="color:blue;"&gt;&lt;strong&gt;prontera,geffen,morocc&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;# 設定地圖名稱(以半形逗號分隔)只允許在這些地圖中活動(空白表示不開啟)，若此選項有設定且發現自己不在上面設定的地圖中時，會根據下行指令行動&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;相關錯誤訊息：&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&lt;strong&gt;The current map (%s) is not on the list of allowed maps. 現在的地圖(%s)不在允許的地圖清單裡&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;allowedMaps_reaction 1&lt;br /&gt;# 離開指定活動地圖時執行(0=瞬移回城、1=結束程式)&lt;br /&gt;&lt;br /&gt;#----------------------------------------[攻擊設定]----------------------------------------&lt;br /&gt;attackAuto 2&lt;br /&gt;# 攻擊模式選擇(0=不攻擊、1=受攻擊時反擊、2=主動攻擊)&lt;br /&gt;attackAuto_party 1&lt;br /&gt;# 幫助隊友攻擊(0=關、1=開)&lt;br /&gt;attackAuto_onlyWhenSafe 0&lt;br /&gt;# 四周沒有人時才攻擊(0=關、1=開)&lt;br /&gt;attackAuto_followTarget 1&lt;br /&gt;# 幫助所跟隨的玩家攻擊(0=關、1=開)&lt;br /&gt;attackAuto_inLockOnly 0&lt;br /&gt;# 僅在鎖定地圖自動攻擊開關(0=關、1=在鎖定地圖以外受攻擊時反擊、2=不允許在鎖定地圖以外進行攻擊)&lt;br /&gt;attackUseWeapon 1&lt;br /&gt;# 使用武器物理攻擊(0=關、1=開)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;法系不想拿杖敲的話請設定「0」&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;attackDistance 1&lt;br /&gt;# 物理攻擊距離(格)&lt;br /&gt;attackMaxDistance 2&lt;br /&gt;# 物理攻擊最大距離(格)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;弓系蒼鷹之眼滿是「15」&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;attackDistanceAuto 0&lt;br /&gt;# 是否自動偵測攻擊距離並重新寫入 config.txt&lt;br /&gt;attackMaxRouteDistance 30&lt;br /&gt;# 攻擊行進最大距離(格)&lt;br /&gt;attackMaxRouteTime 7&lt;br /&gt;# 計算攻擊怪物路徑最大時間(秒)(時間到時會給予新的攻擊目標)&lt;br /&gt;&lt;br /&gt;aggressiveAntiKS 0&lt;br /&gt;# 防搶怪，只要魔物遭到別人攻擊就自動放棄目標，就算是你先攻擊的(0=關、1=開)&lt;br /&gt;attackMinPlayerDistance 1&lt;br /&gt;# 魔物附近有人就不鎖定(防搶怪)(0=關、n=距離)&lt;br /&gt;attackMinPortalDistance 5&lt;br /&gt;# 魔物為中心多少格範圍內有傳點時就不鎖定&lt;br /&gt;&lt;br /&gt;attackChangeTarget 1&lt;br /&gt;# 當目標尚未接觸或造成傷害，而有其他魔物攻擊你時，自動改變攻擊目標&lt;br /&gt;attackNoGiveup 1&lt;br /&gt;# 無法傷害目標也會繼續攻擊(0=關、1=開)&lt;br /&gt;attackCanSnipe 0&lt;br /&gt;# 假如角色可進行遠攻，會在適當場合嘗試跨牆打怪或高低差打怪(0=關、1=開)&lt;br /&gt;attackCheckLOS 1&lt;br /&gt;# 判斷魔物與角色中有無障礙物阻礙攻擊(0=關、1=開)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;弓系若常出現 No LOS from 的訊息可嘗試關閉此項&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;attackLooters 0&lt;br /&gt;# 攻擊撿了戰利品的魔物(0=關、1=開)&lt;br /&gt;missDamage 0&lt;br /&gt;# 攻擊魔物的數值小於此設定值將會視為 Miss&lt;br /&gt;&lt;br /&gt;runFromTarget 0&lt;br /&gt;# 攻擊魔物時保持安全距離(0=關、1=開)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;這功能除非怪移動很慢而且你移動很快(加速等狀態)，不然不建議使用&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;runFromTarget_dist 6&lt;br /&gt;# 與目標魔物保持的距離(格)&lt;br /&gt;&lt;br /&gt;#--------------------------------------[自動行走設定]--------------------------------------&lt;br /&gt;route_randomWalk 2&lt;br /&gt;# 隨機路線移動(0=關、1=開、2=隨機走動但不去踩地圖內部的傳點)&lt;br /&gt;route_randomWalk_inTown 0&lt;br /&gt;# 在城市內允許隨機路線移動(0=關、1=開)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;城市的判定是依據 tables\cities.txt&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;route_randomWalk_maxRouteTime 20&lt;br /&gt;# 計算隨機路線最大時間(秒)(時間到時會給予新的目標點計算)&lt;br /&gt;route_maxWarpFee&lt;br /&gt;# 指定移動路線有使用有傳送功能NPC時的最大花費，超過則會放棄此路線&lt;br /&gt;route_maxNpcTries 5&lt;br /&gt;# 與人型傳點NPC對話失敗後重試次數&lt;br /&gt;route_step 20&lt;br /&gt;# 一次移動的距離(格)&lt;br /&gt;&lt;br /&gt;route_teleport 0&lt;br /&gt;# 使用順移功能加速到達定目標地圖(0=關、1=開)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;免服飛要花500SP，瞬移功能都可略過&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;route_teleport_minDistance 150&lt;br /&gt;# 距離傳送點多少格以外就用瞬移方式&lt;br /&gt;route_teleport_maxTries 20&lt;br /&gt;# 瞬移次數超過時改用走的&lt;br /&gt;route_teleport_notInMaps&lt;br /&gt;# 設定不用瞬移移動的地圖名(逗號分隔)&lt;br /&gt;&lt;br /&gt;#-----------------------------------[自動坐下、起立設定]-----------------------------------&lt;br /&gt;sitAuto_hp_lower 0&lt;br /&gt;# HP低於多少百分比時自動坐下&lt;br /&gt;sitAuto_hp_upper 0&lt;br /&gt;# 直到HP高於多少百分比時起立&lt;br /&gt;sitAuto_sp_lower 0&lt;br /&gt;# SP低於多少百分比時自動坐下&lt;br /&gt;sitAuto_sp_upper 0&lt;br /&gt;# 直到SP高於多少百分比時起立&lt;br /&gt;&lt;br /&gt;sitAuto_over_50 0&lt;br /&gt;# 負重超過50%時強制坐下(0=關、1=開)&lt;br /&gt;sitAuto_idle 0&lt;br /&gt;# 發呆超過一定時間坐下(0=關、1=開)&lt;br /&gt;sitAuto_look 8&lt;br /&gt;# 坐下時身體面向方向&lt;br /&gt;&lt;strong&gt;&lt;span style="color:blue;"&gt;&lt;b style="color: black; background-color: rgb(255, 255, 102);"&gt;OpenKore&lt;/b&gt; SVN 2.0.6 新增功能，這…大概是想裝活人吧&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;strong&gt;&lt;span style="color:blue;"&gt;1,9   8,0    7&lt;br /&gt;     ↖↑↗&lt;br /&gt;  2 ←　→ 6&lt;br /&gt;     ↙↓↘&lt;br /&gt;  3      4     5&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;sitAuto_look_from_wall&lt;br /&gt;# 當 sitAuto_look 有設定，坐下時面向指定距離(格)是牆壁，則自動面向相反方向&lt;br /&gt;&lt;strong&gt;&lt;span style="color:blue;"&gt;實測沒什麼作用，發動條件不太確定，有時有，有時無&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;shopAuto_open 0&lt;br /&gt;# 自動開店開關(0=關、1=開)&lt;br /&gt;shop_random 0&lt;br /&gt;# 露店擺設商品以亂數排列(相關檔案：control\shop.txt)(0=關、1=開)&lt;br /&gt;&lt;br /&gt;#------------------------------------[自動跟隨玩家設定]------------------------------------&lt;br /&gt;follow 0&lt;br /&gt;# 跟隨模式開關(0=關、1=開)&lt;br /&gt;followTarget&lt;br /&gt;# 跟隨模式目標(玩家名稱)&lt;br /&gt;followEmotion 0&lt;br /&gt;# 跟隨主人做表情(0=關、1=開)&lt;br /&gt;followEmotion_distance 4&lt;br /&gt;# 在主人距離幾格內時跟隨做表情&lt;br /&gt;followFaceDirection 0&lt;br /&gt;# 正面永遠面向主人(0=關、1=開)&lt;br /&gt;followDistanceMax 2&lt;br /&gt;# 最大跟隨距離(格)&lt;br /&gt;followDistanceMin 1&lt;br /&gt;# 最小跟隨距離(格)&lt;br /&gt;followLostStep 12&lt;br /&gt;# 跟丟時以每秒幾格的距離往目標消失的方向走去&lt;br /&gt;followSitAuto 0&lt;br /&gt;# 自動跟著主人坐下(0=關、1=開)&lt;br /&gt;followBot 1&lt;br /&gt;# 主人是機器人則跟丟時將會密語控制主人回到目前座標，主人必須設定遠端控制名單，否則不會有反應(相關檔案：control\overallAuth.txt)(0=關、1=開)&lt;br /&gt;&lt;br /&gt;#--------------------------------------[肉盾模式設定]--------------------------------------&lt;br /&gt;tankMode 0&lt;br /&gt;# 肉盾模式(0=關、1=開)&lt;br /&gt;tankModeTarget&lt;br /&gt;# 肉盾模式目標(玩家名稱)&lt;br /&gt;tankersList&lt;br /&gt;# 可當作肉盾的隊友名單(玩家名稱)&lt;br /&gt;&lt;br /&gt;#------------------------------------[自動撿取物品設定]------------------------------------&lt;br /&gt;itemsTakeAuto 2&lt;br /&gt;# 撿取物品(0=關、1=把魔物清完才撿取、2=撿完才會攻擊)&lt;br /&gt;itemsGatherAuto 0&lt;br /&gt;# 撿取無主物品(0=關、1=把魔物清完才撿取、2=撿完才會攻擊)&lt;br /&gt;itemsTakeAuto_party 1&lt;br /&gt;# 幫助隊友撿取物品(0=關、1=開)&lt;br /&gt;itemsMaxWeight 49&lt;br /&gt;# 負重高於多少百分比後停止撿取物品&lt;br /&gt;itemsMaxWeight_sellOrStore 48&lt;br /&gt;# 負重高於多少百分比後啟動自動補給功能&lt;br /&gt;itemsMaxNum_sellOrStore 99&lt;br /&gt;# 物品種類數到達此數後會啟動自動補給功能&lt;br /&gt;cartMaxWeight 7900&lt;br /&gt;# 手推車到達此重量後就不再將物品放入(相關檔案：control\items_control.txt)&lt;br /&gt;itemsTakeAuto_new 0&lt;br /&gt;&lt;br /&gt;#--------------------------------------[自動取消設定]--------------------------------------&lt;br /&gt;dealAuto 0&lt;br /&gt;# 自動交易(0=關、1=自動取消、2=自動接受並立即確定、3=自動接受並在對方確定後才確定)&lt;br /&gt;dealAuto_names&lt;br /&gt;# 限制自動交易對象(玩家名稱)&lt;br /&gt;partyAuto 0&lt;br /&gt;# 隊伍邀請處理(0=關、1=自動拒絕、2=自動接受)&lt;br /&gt;partyAutoShare 1&lt;br /&gt;# 組隊經驗值均分開關(0=各自取得、1=均分)&lt;br /&gt;guildAutoDeny 1&lt;br /&gt;# 自動取消公會邀請(0=關、1=開)&lt;br /&gt;ignoreAll 0&lt;br /&gt;# 拒絕密語開關(0=接受所有密語、1=拒絕所有密語)&lt;br /&gt;&lt;br /&gt;#--------------------------------[自動分配素質、技能點設定]--------------------------------&lt;br /&gt;statsAddAuto 0&lt;br /&gt;# 自動分配素質點數(0=關、1=開)&lt;br /&gt;statsAddAuto_list&lt;br /&gt;# 素質分配列表，格式：&lt;number&gt; &lt;stat&gt;, &lt;number2&gt; &lt;stat2&gt;...(例：30 vit, 99 agi)&lt;br /&gt;statsAddAuto_dontUseBonus 1&lt;br /&gt;# 不要將JOB加成算入(0=關、1=開)&lt;br /&gt;statsAdd_over_99 0&lt;br /&gt;# 允許將素質點超過99上限(0=關、1=開)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;未測試，你想被凍的話可以試試，以前正服不抓外掛但是卻會抓這種&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;skillsAddAuto 1&lt;br /&gt;# 自動分配技能點數(0=關、1=開)&lt;br /&gt;skillsAddAuto_list 1 9&lt;br /&gt;# 技能分配列表，格式：&lt;skill&gt; &lt;level&gt;, &lt;skill2&gt; &lt;level2&gt;&lt;br /&gt;&lt;br /&gt;#------------------------------------------------------------------------------------------&lt;br /&gt;autoMakeArrows 0&lt;br /&gt;# 自動製作箭矢(0=關、1=開)(相關檔案：control\arrowcraft.txt)&lt;br /&gt;autoTalkCont 1&lt;br /&gt;# 與NPC自動對話至出現選項(0=關、1=開)&lt;br /&gt;npcTimeResponse 10&lt;br /&gt;# 等待 NPC 回應(秒)，超過時間則放棄&lt;br /&gt;&lt;strong&gt;&lt;span style="color:blue;"&gt;&lt;b style="color: black; background-color: rgb(255, 255, 102);"&gt;Openkore&lt;/b&gt; SVN 2.0.6 新增，刪除 control\timeouts.txt 中 ai_npcTalk&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:blue;"&gt;與 NPC 對話會等待到指定時間才判定「NPC 無回應」或是「找不到 NPC」&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:blue;"&gt;但若是在對話中發生 LAG 導致對話命令執行錯誤則會出現以下錯誤訊息&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:red;"&gt;根據給定的 NPC 對話命令串，選單項目現在應被選擇，但卻無法執行&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;noAutoSkill 0&lt;br /&gt;# 自動發動技能時不直接使用，建議關閉(0=關、1=開)&lt;br /&gt;portalRecord 1&lt;br /&gt;# 自動記錄傳點資訊(0=關、1=自動記錄未知傳點、2=自動記錄並猜測的反方向傳點)&lt;br /&gt;&lt;br /&gt;# 以下區塊為設定程式的休息時間，例如：&lt;br /&gt;# autoBreakTime Sun {&lt;br /&gt;#       startTime 21:29&lt;br /&gt;#       stopTime 01:08&lt;br /&gt;# }&lt;br /&gt;autoBreakTime {&lt;br /&gt;        startTime&lt;br /&gt;        stopTime&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;# 以下區塊為設定切換 config 檔的條件，當區塊內的所有條件都符合時會自動切換，例如：&lt;br /&gt;# autoConfChange control\config_2.txt {&lt;br /&gt;#       minTime 3600&lt;br /&gt;#       varTime 1800&lt;br /&gt;#       isJob Thief&lt;br /&gt;# }&lt;br /&gt;# 會在 3600 秒至 5400 秒之間，且在角色職業為盜賊時，切換至 control\config_2.txt&lt;br /&gt;autoConfChange {&lt;br /&gt;        minTime&lt;br /&gt;        varTime&lt;br /&gt;        lvl&lt;br /&gt;        joblvl&lt;br /&gt;        isJob&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;autoSpell&lt;br /&gt;# 假如你有賢者自動唸咒技能的話，可使用這個選項來設定自動地詠唱的技能&lt;br /&gt;# 本選項要與 useSelf_skill 設定自動唸咒做搭配，例如：&lt;br /&gt;# autoSpell 冰箭術&lt;br /&gt;#&lt;br /&gt;# useSelf_skill 自動唸咒 {&lt;br /&gt;#       lvl 10&lt;br /&gt;#       timeout 10&lt;br /&gt;#       whenStatusInactive 自動唸咒&lt;br /&gt;#       notWhileSitting 1&lt;br /&gt;# }&lt;br /&gt;&lt;br /&gt;# 您可以複製貼上任何區塊許多次，所以假如您想要設定兩個以上的攻擊技能，只要再複製 attackSkillSlot 區塊再修改即可&lt;br /&gt;# 注意：為了保持區塊完整性，請將同一技能的設定寫在大括號之間&lt;br /&gt;# 例如：&lt;br /&gt;# attackSkillSlot 治癒術 {&lt;br /&gt;#       lvl 10&lt;br /&gt;#       dist 10&lt;br /&gt;#       monsters 腐屍,邪骸戰士&lt;br /&gt;#       ...&lt;br /&gt;#       ...&lt;br /&gt;# }&lt;br /&gt;# attackSkillSlot 神聖之光 {&lt;br /&gt;#       lvl 1&lt;br /&gt;#       dist 10&lt;br /&gt;#       monsters 波波利,魔菇,樹精&lt;br /&gt;#       ...&lt;br /&gt;#       ...&lt;br /&gt;# }&lt;br /&gt;#&lt;br /&gt;#----------------------------------[自動使用攻擊技能設定]----------------------------------&lt;br /&gt;attackSkillSlot 治癒術 {&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;請參照 tables\skills.txt&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        lvl 10&lt;br /&gt;        # 使用技能等級&lt;br /&gt;        dist 9&lt;br /&gt;        # 使用技能的距離(格)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;法術距離一般都是設定 7~9 格&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        maxCastTime 10&lt;br /&gt;        # 使用此技能所需最長時間(秒)，施展成功即會繼續AI動作，不需等到延遲時間結束(一般攻擊型法術最好設8~10秒)&lt;br /&gt;        minCastTime 0&lt;br /&gt;        # 使用此技能所需最短時間(秒)，施展成功仍需等到延遲時間結束，才會繼續AI動作&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;假設此項設定10秒，那麼從施放治癒術開始10秒內都不會動作&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        hp&lt;br /&gt;        # HP範圍限制(角色HP實際數字或"數字%")&lt;br /&gt;        sp &gt; 30%&lt;br /&gt;        # SP範圍限制(角色SP實際數字或"數字%")&lt;br /&gt;        homunculus_hp&lt;br /&gt;        # 人工生命體HP範圍限制&lt;br /&gt;        homunculus_sp&lt;br /&gt;        # 人工生命體SP範圍限制&lt;br /&gt;        homunculus_dead 0&lt;br /&gt;        # 人工生命體死亡時使用(0=關、1=開)&lt;br /&gt;        onAction&lt;br /&gt;        # 當AI為 ... 時&lt;br /&gt;        whenStatusActive&lt;br /&gt;        # 當處於某種狀態時(請參照 tables\skillsailments.txt、skillsstatus.txt、skillsstate.txt)&lt;br /&gt;        whenStatusInactive&lt;br /&gt;        # 當某種狀態失效時(請參照 tables\skillsailments.txt、skillsstatus.txt、skillsstate.txt)&lt;br /&gt;        whenFollowing&lt;br /&gt;        # 當跟隨時(0=關、1=開)&lt;br /&gt;        spirit&lt;br /&gt;        # 氣彈數範圍&lt;br /&gt;        aggressives&lt;br /&gt;        # 被魔物圍攻的數目&lt;br /&gt;        previousDamage&lt;br /&gt;        # 上一次傷害&lt;br /&gt;        stopWhenHit 0&lt;br /&gt;        # 被攻擊時停止使用此技能(0=關、1=開)(吟唱時間較長的法術應該要設為1)&lt;br /&gt;        inLockOnly 0&lt;br /&gt;        # 只在鎖定地圖使用此技能(0=關、1=開)&lt;br /&gt;        notInTown 0&lt;br /&gt;        # 城鎮內不使用(0=關、1=開)&lt;br /&gt;        timeout 0&lt;br /&gt;        # 使用此攻擊技能之間隔時間(秒)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;假設此項設定30秒，那麼從施放開始30秒內都不會再施放&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        disabled 0&lt;br /&gt;        # 關閉本區塊技能(0=關、1=開)&lt;br /&gt;        monsters 木乃伊,邪骸士兵,邪骸弓箭手&lt;br /&gt;        # 使用此技能對應之魔物名稱(請參照 tables\monsters.txt)&lt;br /&gt;        notMonsters&lt;br /&gt;        # 此技能不對哪些魔物使用&lt;br /&gt;        maxAttempts 0&lt;br /&gt;        # 若技能使用失敗，則最多嘗試幾次(施法失敗也算)&lt;br /&gt;        maxUses 0&lt;br /&gt;        # 對同一怪物最多使用次數(0=不限制)(施法成功才算)&lt;br /&gt;        target_whenStatusActive&lt;br /&gt;        # 當目標處於某種狀態時(請參照 tables\skillsailments.txt、skillsstatus.txt、skillsstate.txt)&lt;br /&gt;        target_whenStatusInactive&lt;br /&gt;        # 當目標不在某種狀態時(請參照 tables\skillsailments.txt、skillsstatus.txt、skillsstate.txt)&lt;br /&gt;        target_deltaHp&lt;br /&gt;        # 目標魔物的 HP 改變量(大多皆為負)&lt;br /&gt;        inInventory&lt;br /&gt;        # 物品欄有某些物品時&lt;br /&gt;        isSelfSkill 0&lt;br /&gt;        # 可對自己施放的技能(0=關、1=開)&lt;br /&gt;        equip_topHead&lt;br /&gt;        # 頭上裝備名&lt;br /&gt;        equip_midHead&lt;br /&gt;        # 頭中裝備名&lt;br /&gt;        equip_lowHead&lt;br /&gt;        # 頭下裝備名&lt;br /&gt;        equip_leftHand&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;除非你要用特定武器使用此技能，不然在 equipAuto 設定就已足夠&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        # 左手裝備名&lt;br /&gt;        equip_rightHand&lt;br /&gt;        # 右手裝備名&lt;br /&gt;        equip_leftAccessory&lt;br /&gt;        # 左裝飾品裝備名&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;像要使用黑蟻夾時就在裝飾品設定，注意是在下面的輔助技能區塊設定&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        equip_rightAccessory&lt;br /&gt;        # 右裝飾品裝備名&lt;br /&gt;        equip_robe&lt;br /&gt;        # 披掛物裝備名&lt;br /&gt;        equip_armor&lt;br /&gt;        # 盔甲裝備名&lt;br /&gt;        equip_shoes&lt;br /&gt;        # 鞋子裝備名&lt;br /&gt;        equip_arrow&lt;br /&gt;        # 箭矢裝備名&lt;br /&gt;        manualAI 0&lt;br /&gt;        # 在手動時才使用(0=關、1=開)&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;# 施展連技設定&lt;br /&gt;attackComboSlot {&lt;br /&gt;        afterSkill&lt;br /&gt;        waitBeforeUse&lt;br /&gt;        dist 1.5&lt;br /&gt;        isSelfSkill 1&lt;br /&gt;        target_deltaHp&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#----------------------------------[自動使用輔助技能設定]----------------------------------&lt;br /&gt;useSelf_skill_smartHeal 1&lt;br /&gt;# 自動選擇治癒術的等級(0=關、1=開)&lt;br /&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;跟攻擊技能一樣，自行對照&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;想確認自身狀態請輸入指令「s」，放不出技能請確認是否&lt;/strong&gt;&lt;/span&gt;&lt;strong&gt;&lt;span style="color:red;"&gt;錯字、條件設定錯誤、SP不足&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;useSelf_skill 治癒術 {&lt;br /&gt;        lvl 10&lt;br /&gt;        maxCastTime 0&lt;br /&gt;        minCastTime 0&lt;br /&gt;        hp &lt; 75%&lt;br /&gt;        sp&lt;br /&gt;        ...&lt;br /&gt;        manualAI 0&lt;br /&gt;}&lt;br /&gt;useSelf_skill 天使之賜福 {&lt;br /&gt;        lvl 10&lt;br /&gt;        sp &gt; 10%&lt;br /&gt;        whenStatusActive&lt;br /&gt;        whenStatusInactive 天使之賜福&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;我 skillsstatus.txt 有改過，所以會略為不同&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        ...&lt;br /&gt;        manualAI 0&lt;br /&gt;}&lt;br /&gt;useSelf_skill 加速術 {&lt;br /&gt;        lvl 10&lt;br /&gt;        hp &gt; 50%&lt;br /&gt;        sp &gt; 10%&lt;br /&gt;        whenStatusActive&lt;br /&gt;        whenStatusInactive 加速術&lt;br /&gt;        ...&lt;br /&gt;        manualAI 0&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#--------------------------------------[隊伍技能設定]--------------------------------------&lt;br /&gt;# 建議設定 timeout，否則隊友只要離開視線就會重複施放&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;注意這是「組隊」而且伺服器組隊正常才有效&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;partySkill 治癒術 {&lt;br /&gt;        lvl 10&lt;br /&gt;        target &lt;span style="color:blue;"&gt;&lt;strong&gt;GM01&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        target_hp &lt; 90%&lt;br /&gt;        target_isJob&lt;br /&gt;        target_isNotJob&lt;br /&gt;        target_whenStatusActive&lt;br /&gt;        target_whenStatusInactive&lt;br /&gt;        target_aggressives&lt;br /&gt;        target_monsters&lt;br /&gt;        # 隊員正攻擊指定魔物時&lt;br /&gt;        target_defendMonsters&lt;br /&gt;        # 隊員正遭受指定魔物攻擊時&lt;br /&gt;        target_whenGround&lt;br /&gt;        # 隊員所站地面為某種持續性法術時(請參照 tables\spells.txt)&lt;br /&gt;        target_whenNotGround&lt;br /&gt;        # 隊員所站地面不為某種持續性法術時(請參照 tables\spells.txt)&lt;br /&gt;        target_timeout 0&lt;br /&gt;        target_deltaHp&lt;br /&gt;        target_dead 0&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;設定復活術時此項要為「1」，其他可以不管&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        inInventory&lt;br /&gt;        isSelfSkill 0&lt;br /&gt;}&lt;br /&gt;partySkill 天使之賜福 {&lt;br /&gt;        lvl 10&lt;br /&gt;        target_whenStatusActive&lt;br /&gt;        target_whenStatusInactive 天使之賜福&lt;br /&gt;        target_aggressives&lt;br /&gt;        target_monsters&lt;br /&gt;        target_timeout &lt;span style="color:blue;"&gt;&lt;strong&gt;200&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        target_deltaHp&lt;br /&gt;        target_dead 0&lt;br /&gt;        inInventory&lt;br /&gt;        isSelfSkill 0&lt;br /&gt;}&lt;br /&gt;partySkill 治療術 {&lt;br /&gt;        lvl 1&lt;br /&gt;        target_hp &gt; 90%&lt;br /&gt;        target_isJob&lt;br /&gt;        target_isNotJob&lt;br /&gt;        target_whenStatusActive 黑暗狀態,沉默狀態&lt;br /&gt;        target_whenStatusInactive&lt;br /&gt;        target_aggressives&lt;br /&gt;        isSelfSkill 0&lt;br /&gt;}&lt;br /&gt;partySkill 痊癒術 {&lt;br /&gt;        lvl 1&lt;br /&gt;        target_hp &gt; 90%&lt;br /&gt;        target_isJob&lt;br /&gt;        target_isNotJob&lt;br /&gt;        target_whenStatusActive 冰凍狀態,暈眩狀態,沉睡狀態&lt;br /&gt;        target_whenStatusInactive&lt;br /&gt;        target_aggressives&lt;br /&gt;        isSelfSkill 0&lt;br /&gt;}&lt;br /&gt;partySkill 天使之賜福 {&lt;br /&gt;        lvl 1&lt;br /&gt;        target_hp &gt; 90%&lt;br /&gt;        target_isJob&lt;br /&gt;        target_isNotJob&lt;br /&gt;        target_whenStatusActive 石化中,石化狀態,詛咒狀態&lt;br /&gt;        target_whenStatusInactive&lt;br /&gt;        target_aggressives&lt;br /&gt;        isSelfSkill 0&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#------------------------------------[自動更換裝備設定]------------------------------------&lt;br /&gt;# 注意：雙手武器或沒有盾牌的，請複製武器名稱至"rightHand"，要用空手攻擊，請在 rightHand 後填入"[NONE]"&lt;br /&gt;autoSwitch_default_rightHand&lt;br /&gt;# 預設右手武器&lt;br /&gt;autoSwitch_default_leftHand&lt;br /&gt;# 預設左手武器&lt;br /&gt;autoSwitch_default_arrow&lt;br /&gt;# 預設箭矢&lt;br /&gt;&lt;br /&gt;autoSwitch 皮影魔 {&lt;br /&gt;        rightHand&lt;br /&gt;        leftHand&lt;br /&gt;        arrow 銀箭矢&lt;br /&gt;        distance&lt;br /&gt;        useWeapon&lt;br /&gt;}&lt;br /&gt;autoSwitch 長老樹精,重金屬蝗蟲,傑洛米 {&lt;br /&gt;        rightHand&lt;br /&gt;        leftHand&lt;br /&gt;        arrow 水箭矢&lt;br /&gt;        distance&lt;br /&gt;        useWeapon&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;以下因未設置任何條件(HP、狀態、對應魔物等)，如未裝備則會立即裝上&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;equipAuto {&lt;br /&gt;        topHead +7 頭箍[1] [卡片]&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;我改過 tables\items.txt 且把 itemslotcounttable.txt 刪光光，所以格式不相同&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;請輸入指令「i」或「eq」確實對照，該空白就留空白&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        midHead&lt;br /&gt;        lowHead&lt;br /&gt;        leftHand&lt;br /&gt;        rightHand +7 熾天使之弓&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;弓類設定右手即可&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        leftAccessory 髮夾[1] [卡片]&lt;br /&gt;        rightAccessory&lt;br /&gt;        robe +7 披肩[1] [卡片]&lt;br /&gt;        armor +7 聖職之衣[1]&lt;br /&gt;        shoes +7 長靴[1] [卡片]&lt;br /&gt;        arrow&lt;br /&gt;        monsters&lt;br /&gt;        weight 0&lt;br /&gt;        whileSitting 0&lt;br /&gt;        hp&lt;br /&gt;        sp&lt;br /&gt;        homunculus_hp&lt;br /&gt;        homunculus_sp&lt;br /&gt;        homunculus_dead&lt;br /&gt;        onAction&lt;br /&gt;        whenStatusActive&lt;br /&gt;        whenStatusInactive&lt;br /&gt;        whenFollowing&lt;br /&gt;        spirit&lt;br /&gt;        aggressives&lt;br /&gt;        stopWhenHit 0&lt;br /&gt;        inLockOnly 0&lt;br /&gt;        notWhileSitting 0&lt;br /&gt;        notInTown 0&lt;br /&gt;        timeout 0&lt;br /&gt;        disabled 0&lt;br /&gt;        inInventory&lt;br /&gt;        manualAI 0&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#------------------------------------[自動使用物品設定]------------------------------------&lt;br /&gt;useSelf_item 覺醒藥水 {&lt;br /&gt;        onAction&lt;br /&gt;        whenStatusActive&lt;br /&gt;        whenStatusInactive 覺醒藥水&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;如果發生連續使用，通常是因伺服器 LAG，在無使用補品情況下，可調高 control\timeouts.txt&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;中 ai_item_use_auto 自動使用物品間隔時間至數秒以避免此情形&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        whenFollowing&lt;br /&gt;        spirit&lt;br /&gt;        notInTown 0&lt;br /&gt;        timeout&lt;br /&gt;        disabled 0&lt;br /&gt;        inInventory&lt;br /&gt;        manualAI 0&lt;br /&gt;}&lt;br /&gt;useSelf_item 箭矢筒 {&lt;br /&gt;        hp&lt;br /&gt;        sp&lt;br /&gt;        timeout&lt;br /&gt;        disabled 0&lt;br /&gt;        inInventory 箭矢 &lt; 150&lt;br /&gt;        manualAI 0&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#------------------------------------[自動補給物品設定]------------------------------------&lt;br /&gt;dcOnZeny&lt;br /&gt;# 少於多少錢時關閉程式&lt;br /&gt;minStorageZeny&lt;br /&gt;&lt;br /&gt;##############買賣###############&lt;br /&gt;buyAuto {&lt;br /&gt;# 自動買物&lt;br /&gt;        npc payon 159 96&lt;br /&gt;        # 自動買物的商人 NPC，例：payon 159 96&lt;br /&gt;        standpoint &lt;span style="color:blue;"&gt;&lt;strong&gt;alberta_in 777 888&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        # 買物時要站的座標&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;NPC 位於封閉區域時不能設定 distance，如艾爾貝塔道具商人，吉芬似乎也有&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;假設設定成 777 888 alberta_in 則會出現錯誤訊息&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:red;"&gt;&lt;strong&gt;Incomplete NPC info found in npcs.txt 發現不完全的 NPC 資訊於 npcs.txt&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;        distance 5&lt;br /&gt;        # 與商人 NPC 對話之隨機距離(格)&lt;br /&gt;        minAmount 2&lt;br /&gt;        # 當身上數量等於此數值就會啟動買物&lt;br /&gt;        maxAmount 3&lt;br /&gt;        # 向 NPC 購買至此數值&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;賣物及存倉物品項目另外設定在 control/items_control.txt&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;sellAuto 0&lt;br /&gt;# 自動賣出物品(0=關、1=開)&lt;br /&gt;sellAuto_npc&lt;br /&gt;# 自動賣物的商人 NPC，例：payon 159 96&lt;br /&gt;sellAuto_standpoint&lt;br /&gt;# 賣物時要站的座標&lt;br /&gt;sellAuto_distance 5&lt;br /&gt;# 與商人 NPC 對話之隨機距離(格)&lt;br /&gt;&lt;br /&gt;##############存倉###############&lt;br /&gt;storageAuto 0&lt;br /&gt;# 使用倉庫(0=關、1=開)&lt;br /&gt;storageAuto_npc&lt;br /&gt;# 自動存倉的 NPC&lt;br /&gt;storageAuto_distance 5&lt;br /&gt;# 自動存倉時與 NPC 對話之隨機距離(格)&lt;br /&gt;storageAuto_npc_type 1&lt;br /&gt;# 與NPC的對話方式(1=c r1 n、2=c c r1 n、3=自訂)&lt;br /&gt;storageAuto_npc_steps&lt;br /&gt;# 自訂與NPC對話命令(c=繼續、r#=回應第幾項、n=結束談話)&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;當 NPC 給你選項時，從上至下為0、1、2、3...&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;storageAuto_password 7788&lt;br /&gt;# 開倉小鍵盤密碼&lt;br /&gt;storageAuto_keepOpen 0&lt;br /&gt;# 自動存倉不關閉倉庫(0=關、1=開)&lt;br /&gt;storageAuto_useChatCommand&lt;br /&gt;# 使用對話欄輸入指令來進行開倉(部分伺服器可以)&lt;br /&gt;relogAfterStorage 0&lt;br /&gt;# 自動存倉完成後重登(0=關、1=開)&lt;br /&gt;dcOnStorageFull 0&lt;br /&gt;# 自動存倉後若負重仍高於自動存倉設定值時關閉程式(0=關、1=開)&lt;br /&gt;&lt;br /&gt;getAuto 覺醒藥水 {&lt;br /&gt;# 自動倉庫取物&lt;br /&gt;        minAmount 1&lt;br /&gt;        # 當身上數量等於此數值就會啟動存倉取物&lt;br /&gt;        maxAmount 5&lt;br /&gt;        # 存倉取物至身上最大數量&lt;br /&gt;        passive&lt;br /&gt;}&lt;br /&gt;getAuto 箭矢筒 {&lt;br /&gt;        minAmount 0&lt;br /&gt;        maxAmount 8&lt;br /&gt;        passive&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#-------------------------------------[訊息及紀錄設定]-------------------------------------&lt;br /&gt;message_length_max 80&lt;br /&gt;# 訊息顯示長度(字元)&lt;br /&gt;&lt;br /&gt;cachePlayerNames 0&lt;br /&gt;# 暫存所見到的玩家資訊，降低於城內時多次重複擷取(0=關、1=開)&lt;br /&gt;cachePlayerNames_duration 900&lt;br /&gt;# 暫存資訊保留時間(秒)&lt;br /&gt;cachePlayerNames_maxSize 50&lt;br /&gt;# 暫存資訊最大人數&lt;br /&gt;clientSight 20&lt;br /&gt;# 忽略指定距離以外所有訊息&lt;br /&gt;removeActorWithDistance&lt;br /&gt;# 自動從記憶體中移除幾格外的資訊，使在人多的地方移動較不 LAG&lt;br /&gt;&lt;br /&gt;showDomain 0&lt;br /&gt;# 顯示所有訊息的定義域(0=關、1=開)&lt;br /&gt;squelchDomains emotion,skill,publicchat,schat&lt;br /&gt;# 設定某些定義域的訊息不出現&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;請參閱 &lt;b style="color: black; background-color: rgb(255, 255, 102);"&gt;OpenKore&lt;/b&gt; Wiki &lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.openkore.com/wiki/index.php/%E5%8F%83%E8%80%83%E8%B3%87%E6%BA%90" target="_blank"&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="color:red;"&gt;&lt;strong&gt;第四點、訊息定義域(連結)&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;verboseDomains&lt;br /&gt;# 設定某些定義域的訊息要出現&lt;br /&gt;beepDomains&lt;br /&gt;# 設定某些定義域的訊息出現的話發出警示音&lt;br /&gt;beepDomains_notInTown&lt;br /&gt;# 設定某些定義域的訊息若出現在城鎮中則不發出警示音&lt;br /&gt;&lt;br /&gt;logChat 1&lt;br /&gt;# 記錄公頻訊息(0=關、1=開)&lt;br /&gt;logPrivateChat 1&lt;br /&gt;# 記錄密頻訊息(0=關、1=開)&lt;br /&gt;logPartyChat 1&lt;br /&gt;# 記錄隊頻訊息(0=關、1=開)&lt;br /&gt;logGuildChat 1&lt;br /&gt;# 記錄公會頻訊息(0=關、1=開)&lt;br /&gt;logSystemChat 1&lt;br /&gt;# 記錄伺服系統頻訊息(0=關、1=開)&lt;br /&gt;logEmoticons&lt;br /&gt;# 記錄表情符號訊息(輸入要記錄的表情、all=全部紀錄)&lt;br /&gt;logConsole 0&lt;br /&gt;# 記錄介面視窗的所有訊息&lt;br /&gt;logAppendUsername 1&lt;br /&gt;# 依照帳號及角色位置分檔記錄&lt;br /&gt;itemHistory 0&lt;br /&gt;# 記錄物品欄中物品進出記錄(0=關、1=開)&lt;br /&gt;&lt;br /&gt;chatTitleOversize 0&lt;br /&gt;# 允許聊天室標題長度超過36字元(0=關、1=開)&lt;br /&gt;shopTitleOversize 0&lt;br /&gt;# 允許露店標題長度超過36字元(0=關、1=開)&lt;br /&gt;&lt;br /&gt;#----------------------------------------[系統設定]----------------------------------------&lt;br /&gt;sleepTime 70000&lt;br /&gt;# 程式迴圈靜止時間(微秒)&lt;br /&gt;intervalMapDrt 0&lt;br /&gt;# 自動紀錄目前位置(walk.dat)供 MapViewer 顯示(0=關、1以上=指定間隔時間(秒))&lt;br /&gt;&lt;br /&gt;#----------------------------------------[防GM設定]----------------------------------------&lt;br /&gt;avoidGM_near 0&lt;br /&gt;# 發現GM在附近時閃避模式選擇(0=不迴避、1=瞬移後斷線、2=直接斷線、3=瞬移、4=瞬移回城)&lt;br /&gt;avoidGM_near_inTown 0&lt;br /&gt;# 在城內遇到GM時閃避模式選擇(0=不迴避、1=瞬移後斷線、2=直接斷線、3=瞬移、4=瞬移回城)&lt;br /&gt;avoidGM_talk 0&lt;br /&gt;# GM說話時是否要斷線(0=關、1=開)&lt;br /&gt;avoidGM_reconnect 10800&lt;br /&gt;# 暫時登出後多久重連(秒)&lt;br /&gt;avoidGM_ignoreList&lt;br /&gt;# 例外名單&lt;br /&gt;&lt;br /&gt;dcOnMute 1&lt;br /&gt;# 被禁言時關閉程式(0=關、1=開)&lt;br /&gt;&lt;br /&gt;avoidList 0&lt;br /&gt;# 依 avoid.txt 內的設定做出斷線或瞬移反應(0=關、1=開)&lt;br /&gt;avoidList_inLockOnly 0&lt;br /&gt;# 只於鎖定地圖做上一個指令的反應(0=關、1=開)&lt;br /&gt;avoidList_reconnect 10800&lt;br /&gt;# 暫時登出後多久重連(秒)&lt;br /&gt;&lt;br /&gt;autoResponse 0&lt;br /&gt;# 自動回應開關(0=關、1=開)(相關檔案：chat_resp.txt)&lt;br /&gt;&lt;br /&gt;#-------------------------------------[人工生命體設定]-------------------------------------&lt;br /&gt;homunculus_attackAuto 2&lt;br /&gt;# 攻擊模式選擇(0=不攻擊、1=受攻擊時反擊、2=主動攻擊)&lt;br /&gt;homunculus_attackAuto_party 1&lt;br /&gt;# 幫助隊友攻擊(0=關、1=開)&lt;br /&gt;homunculus_attackAuto_notInTown 1&lt;br /&gt;# 在城內不攻擊(0=關、1=開)&lt;br /&gt;homunculus_attackAuto_onlyWhenSafe 0&lt;br /&gt;# 四周沒有人時才攻擊(0=關、1=開)&lt;br /&gt;homunculus_attackDistance 1.5&lt;br /&gt;# 物理攻擊距離(格)&lt;br /&gt;homunculus_attackMaxDistance 2.5&lt;br /&gt;# 物理攻擊最大距離(格)&lt;br /&gt;homunculus_attackMaxRouteTime 4&lt;br /&gt;# 計算攻擊怪物路徑最大時間(秒)(時間到時會給予新的攻擊目標)&lt;br /&gt;homunculus_attackMinPlayerDistance 1&lt;br /&gt;# 魔物附近有人就不鎖定(防搶怪)(0=關、n=距離)&lt;br /&gt;homunculus_attackMinPortalDistance 4&lt;br /&gt;# 魔物為中心多少格範圍內有傳點時就不鎖定&lt;br /&gt;homunculus_attackCanSnipe 0&lt;br /&gt;# 假如角色可進行遠攻，會在適當場合嘗試跨牆打怪或高低差打怪(0=關、1=開)&lt;br /&gt;homunculus_attackCheckLOS 0&lt;br /&gt;# 判斷魔物與角色中有無障礙物阻礙攻擊(0=關、1=開)&lt;br /&gt;homunculus_attackNoGiveup 1&lt;br /&gt;# 無法傷害目標也會繼續攻擊(0=關、1=開)&lt;br /&gt;homunculus_attackChangeTarget 1&lt;br /&gt;# 當目標尚未接觸或造成傷害，而有其他魔物攻擊你時，自動改變攻擊目標&lt;br /&gt;&lt;br /&gt;homunculus_followDistanceMax 5&lt;br /&gt;# 最大跟隨距離(格)&lt;br /&gt;homunculus_followDistanceMin 1&lt;br /&gt;# 最小跟隨距離(格)&lt;br /&gt;homunculus_route_step 15&lt;br /&gt;# 一次移動的距離(格)&lt;br /&gt;&lt;br /&gt;homunculus_tankMode 0&lt;br /&gt;# 肉盾模式(0=關、1=開)&lt;br /&gt;homunculus_tankModeTarget&lt;br /&gt;# 肉盾模式目標(玩家名稱)&lt;br /&gt;&lt;br /&gt;homunculus_intimacyMin 911&lt;br /&gt;homunculus_intimacyMax 999&lt;br /&gt;# 親密度介於此二數值則不再餵食&lt;br /&gt;&lt;br /&gt;homunculus_hungerMin 20&lt;br /&gt;homunculus_hungerMax 50&lt;br /&gt;# 飽食度介於此二數值則餵食&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;餵食範圍：最大值24與最小值11之間&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;&lt;strong&gt;生命體在飽食度低於11或在高於75餵食時會降低親密度&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;homunculus_hungerTimeoutMax 60&lt;br /&gt;# 餵食時間最大間隔(秒)&lt;br /&gt;homunculus_hungerTimeoutMin 10&lt;br /&gt;# 餵食時間最小間隔(秒)&lt;br /&gt;&lt;br /&gt;homunculus_autoFeed 1&lt;br /&gt;# 自動餵食(0=關、1=開)&lt;br /&gt;homunculus_autoFeedAllowedMaps&lt;br /&gt;# 允許自動餵食地圖(空白表示全地圖)&lt;br /&gt;&lt;br /&gt;homunculus_teleportAuto_hp 10&lt;br /&gt;homunculus_teleportAuto_maxDmg 500&lt;br /&gt;homunculus_teleportAuto_maxDmgInLock 0&lt;br /&gt;homunculus_teleportAuto_deadly 1&lt;br /&gt;homunculus_teleportAuto_unstuck 0&lt;br /&gt;homunculus_teleportAuto_dropTarget 0&lt;br /&gt;homunculus_teleportAuto_dropTargetKS 0&lt;br /&gt;homunculus_teleportAuto_totalDmg 0&lt;br /&gt;homunculus_teleportAuto_totalDmgInLock 0&lt;br /&gt;&lt;br /&gt;#--------------------------------------[自動瞬移設定]--------------------------------------&lt;br /&gt;teleportAuto_hp 0&lt;br /&gt;# HP低於多少百分比時自動瞬移逃離&lt;br /&gt;teleportAuto_sp 0&lt;br /&gt;# SP低於多少百分比時自動瞬移逃離&lt;br /&gt;teleportAuto_idle 0&lt;br /&gt;# 發呆過久時瞬移(0=關、1=開)&lt;br /&gt;teleportAuto_portal 0&lt;br /&gt;# 看到傳送點時瞬移(0=關、1=開)&lt;br /&gt;teleportAuto_search 0&lt;br /&gt;# 到達鎖定地圖後，使用自動瞬移搜尋(0=關、1=開)(相關檔案：mon_control.txt)&lt;br /&gt;teleportAuto_minAggressives&lt;br /&gt;# 被幾隻以上怪物同時攻擊時自動瞬移逃離&lt;br /&gt;teleportAuto_minAggressivesInLock&lt;br /&gt;# 在鎖定地圖被幾隻以上怪物同時攻擊時自動瞬移逃離&lt;br /&gt;teleportAuto_onlyWhenSafe 0&lt;br /&gt;# 四周沒有人時才瞬移(0=關、1=開)&lt;br /&gt;teleportAuto_maxDmg&lt;br /&gt;# 受攻擊單次損血多少以上就瞬移&lt;br /&gt;teleportAuto_maxDmgInLock&lt;br /&gt;# 在鎖定地圖受攻擊單次損血多少以上就瞬移&lt;br /&gt;teleportAuto_deadly 0&lt;br /&gt;# 預測下次遭受致命攻擊時瞬移(0=關、1=開)&lt;br /&gt;teleportAuto_useSkill 1&lt;br /&gt;# 瞬移模式(0=用蒼蝶翅、1=用會耗SP技能、2=用技能時有其他玩家附近才會耗SP、3=用不耗SP技能)&lt;br /&gt;teleportAuto_useChatCommand&lt;br /&gt;# 使用對話欄輸入指令來進行瞬移(部分伺服器可以)&lt;br /&gt;teleportAuto_allPlayers 0&lt;br /&gt;# 以瞬移迴避玩家(0=關、1=只要有玩家出現、2=只要有非隊友的玩家出現)&lt;br /&gt;teleportAuto_atkCount&lt;br /&gt;# 對單一怪物攻擊次數超過時瞬移&lt;br /&gt;teleportAuto_atkMiss&lt;br /&gt;# 攻擊怪物Miss次數超過時瞬移&lt;br /&gt;teleportAuto_unstuck 0&lt;br /&gt;# 嘗試以瞬移解決移動卡住的問題(0=關、1=開)&lt;br /&gt;teleportAuto_dropTarget 0&lt;br /&gt;# 無法接近或傷害魔物的話就瞬移(0=關、1=開)&lt;br /&gt;teleportAuto_dropTargetKS 0&lt;br /&gt;# 防止搶怪而飛走(0=關、1=開)&lt;br /&gt;teleportAuto_attackedWhenSitting 0&lt;br /&gt;# 坐下時遭到魔物攻擊就瞬移(0=關、1=開)&lt;br /&gt;teleportAuto_totalDmg&lt;br /&gt;# 受同一魔物攻擊總損血多少以上就瞬移&lt;br /&gt;teleportAuto_totalDmgInLock&lt;br /&gt;# 在鎖定地圖受同一魔物攻擊總損血多少以上就瞬移&lt;br /&gt;teleportAuto_equip_leftAccessory&lt;br /&gt;# 瞬移時左邊飾品的裝備&lt;br /&gt;teleportAuto_equip_rightAccessory&lt;br /&gt;# 瞬移時右邊飾品的裝備&lt;br /&gt;teleportAuto_lostHomunculus 0&lt;br /&gt;# 失去人工生命體時瞬移&lt;br /&gt;teleportAuto_lostTarget 0&lt;br /&gt;# 失去攻擊目標時瞬移&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:blue;"&gt;&lt;b style="color: black; background-color: rgb(255, 255, 102);"&gt;OpenKore&lt;/b&gt; SVN 2.0.6 將以上 teleportAuto 刪除改為下列格式&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;#teleportAuto {&lt;br /&gt;#        hp&lt;br /&gt;#        sp&lt;br /&gt;#        idle 0&lt;br /&gt;#        portal 0&lt;br /&gt;#        search 0&lt;br /&gt;#        minAggressives 0&lt;br /&gt;#        minAggressivesInLock 0&lt;br /&gt;#        onlyWhenSafe 0&lt;br /&gt;#        maxDmg 500&lt;br /&gt;#        maxDmgInLock 0&lt;br /&gt;#        deadly 1&lt;br /&gt;#        useSkill 3&lt;br /&gt;#        useChatCommand&lt;br /&gt;#        allPlayers 0&lt;br /&gt;#        atkCount 0&lt;br /&gt;#        atkMiss 10&lt;br /&gt;#        unstuck 0&lt;br /&gt;#        dropTarget 0&lt;br /&gt;#        dropTargetKS 0&lt;br /&gt;#        attackedWhenSitting 0&lt;br /&gt;#        totalDmg 0&lt;br /&gt;#        totalDmgInLock 0&lt;br /&gt;#        equip_leftAccessory&lt;br /&gt;#        equip_rightAccessory&lt;br /&gt;#        lostHomunculus&lt;br /&gt;#        lostTarget&lt;br /&gt;#        useItemForRespawn&lt;br /&gt;#}&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:blue;"&gt;&lt;b style="color: black; background-color: rgb(255, 255, 102);"&gt;OpenKore&lt;/b&gt; SVN 2.0.6 新增功能，可在指定條件下執行某種命令，類似巨集&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;#doCommand {&lt;br /&gt;#        hp&lt;br /&gt;#        sp&lt;br /&gt;#        homunculus_hp&lt;br /&gt;#        homunculus_sp&lt;br /&gt;#        homunculus_dead&lt;br /&gt;#        onAction&lt;br /&gt;#        whenStatusActive&lt;br /&gt;#        whenStatusInactive&lt;br /&gt;#        whenFollowing&lt;br /&gt;#        spirit&lt;br /&gt;#        aggressives&lt;br /&gt;#        monsters&lt;br /&gt;#        notMonsters&lt;br /&gt;#        stopWhenHit 0&lt;br /&gt;#        inLockOnly 0&lt;br /&gt;#        notWhileSitting 0&lt;br /&gt;#        notInTown 0&lt;br /&gt;#        timeout&lt;br /&gt;#        disabled 0&lt;br /&gt;#        inInventory&lt;br /&gt;#        inCart&lt;br /&gt;#        inMap&lt;br /&gt;#        manualAI 0&lt;br /&gt;#}&lt;br /&gt;&lt;strong&gt;&lt;span style="color:blue;"&gt;範例：在 HP 小於 60% 時執行命令移動至普隆德拉 move prontera，執行間隔 300 秒，若不設定 timeout 會造成連續觸發而卡住&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;#doCommand move prontera {&lt;br /&gt;#        hp &lt; 60%&lt;br /&gt;#        sp&lt;br /&gt;#        notInTown 0&lt;br /&gt;#        timeout 300&lt;br /&gt;#        disabled 0&lt;br /&gt;#        inInventory&lt;br /&gt;#        manualAI 0&lt;/span&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648236360472666945-3200518375495678421?l=gamelifex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gamelifex.blogspot.com/feeds/3200518375495678421/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://gamelifex.blogspot.com/2008/11/openkoreconfig.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/3200518375495678421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/3200518375495678421'/><link rel='alternate' type='text/html' href='http://gamelifex.blogspot.com/2008/11/openkoreconfig.html' title='OpenKoreConfig部分簡易解說 及 無法計算路徑問題排除'/><author><name>Jason</name><uri>http://www.blogger.com/profile/00667801849417949181</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_BsYyM_o2_Pc/S8A0d9jcmJI/AAAAAAAAAOA/jkCxsQg-hCM/S220/%E7%B4%AF.bmp'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648236360472666945.post-5687027675364894055</id><published>2008-11-03T17:46:00.001+08:00</published><updated>2012-04-12T00:20:23.641+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RO OpenKore'/><title type='text'>OpenKore 指令碼大全</title><content type='html'>s - 人物，列出跟人物有的訊息&lt;br /&gt;&lt;br /&gt;i - 物品列表，分可使用物品、物品，及不可使用物品&lt;br /&gt;&lt;br /&gt;st - 資料，列出人物的資料(像力量、敏捷、攻擊力之類的)&lt;br /&gt;&lt;br /&gt;skills - 技能列表，列出技能名、技能等，及其所消耗的 SP 值&lt;br /&gt;&lt;br /&gt;homun 列出人工生命的訊息&lt;br /&gt;&lt;br /&gt;exp - 查目前打怪的經驗數值效率&lt;br /&gt;&lt;br /&gt;log "指令" (名) - 把你想要的指令清到你外 logs 上 (未指定名自行到 CmdLog)&lt;br /&gt;&lt;br /&gt;where - 顯示人物目前所在地及座標&lt;br /&gt;&lt;br /&gt;portals - 傳送列表，可列出附近區域所有的傳點&lt;br /&gt;&lt;br /&gt;party - 隊伍列表，包括所在地，及生命值&lt;br /&gt;party leave - 離開隊伍&lt;br /&gt;party create "隊伍名" 創造隊伍&lt;br /&gt;&lt;br /&gt;guild - 公會列表，列出公會資訊&lt;br /&gt;guild member - 公會成員列表，列出工會成員&lt;br /&gt;&lt;br /&gt;pml - 密語列表，等同於遊戲中的悄悄話，包括送出/收到的人名，以便快速回復&lt;br /&gt;&lt;br /&gt;base - 立即回到存點進行補給 ( recall 亦可)&lt;br /&gt;&lt;br /&gt;respawn - 回存點，任何時候皆可用&lt;br /&gt;&lt;br /&gt;tele - 瞬移到任意地&lt;br /&gt;&lt;br /&gt;sit - 指示人物坐下&lt;br /&gt;&lt;br /&gt;stand - 指示人物站起&lt;br /&gt;&lt;br /&gt;make - 始自配技能 ( am 亦可，重行既停止配技能)&lt;br /&gt;&lt;br /&gt;a (怪物 #) - 攻指定怪物 (怪物 - 按ml查)&lt;br /&gt;&lt;br /&gt;stat_add (str | agi | vit | int | dex | luk) - 性加到指定性上&lt;br /&gt;skills add (技能 #) - 技能加到指定技能上 (技能 - 按skills查)&lt;br /&gt;&lt;br /&gt;take (物件 #) - 拾地上物品 (物件 - 按il查)&lt;br /&gt;&lt;br /&gt;is (物品物件 #) - 自己使用物件 (物品物件 - 按i查)&lt;br /&gt;&lt;br /&gt;eq (物品物件 #) - 物品的物品 (物品物件 - 按i查)&lt;br /&gt;&lt;br /&gt;uneq (物品物件 #) - 卸下，放到物品 (物品物件 - 按i查)&lt;br /&gt;&lt;br /&gt;drop (物品物件 #) [(量)] - 物品到地上，有指定量的，即物件全都 (物品物件 - 按i查)&lt;br /&gt;&lt;br /&gt;c (息) - 公道，也能在聊天室用&lt;br /&gt;p (息) - 伍道&lt;br /&gt;g (息) - 工道&lt;br /&gt;pm (玩家名) (息) - 密&lt;br /&gt;e (表情 #) - 送表情符 (表情 - 按e查)&lt;br /&gt;&lt;br /&gt;crl - 聊天室列表，列出附近域所有的聊天室&lt;br /&gt;&lt;br /&gt;storage - 列表，列出你中的物品&lt;br /&gt;store - 商店列表，可列出上一所造商店的物品及格&lt;br /&gt;&lt;br /&gt;memo - 傳送技能的座標&lt;br /&gt;&lt;br /&gt;timeout (形) (秒)&lt;br /&gt;定 Timeout 秒，回 timeouts.txt，若有指定值，示形的值定&lt;br /&gt;形 - Timeout 表的指定名(案在 Control 料)&lt;br /&gt;秒 - 以秒，可能有小的值(例如 0.5)&lt;br /&gt;&lt;br /&gt;reload (部份名 | "all") - 重新戴入所有符合部份名的/列表案&lt;br /&gt;relog (秒) - 於x秒後重新登入伺服器&lt;br /&gt;&lt;br /&gt;quit - 結束程式 ，[X]有相同效果&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;轉自作者2011&lt;a href="http://ragnarok-online.private-servers-game.com/bbs/viewthread.php?tid=859"&gt;兔兔&lt;/a&gt;的教學版本2&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;a&amp;nbsp;&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E6%94%BB%E6%93%8A" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;攻擊&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;怪物&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: attack &amp;lt;monster&amp;nbsp; &amp;nbsp;| no | yes &amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 使用&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E6%AD%A6%E5%99%A8" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;武器&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;攻擊相應的怪物.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;monster&amp;nbsp; &amp;nbsp;- 怪物列表(ml)中怪物對應的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;a yes - 開啟&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E8%87%AA%E5%8B%95" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;自動&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;攻擊&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;a no - 關閉自動攻擊&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 我要攻擊怪物列表(ml)中編號為2的怪物,則輸入 a 2&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;bestow 更換聊天室管理員&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: bestow &amp;lt;user &amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 把聊天室權限讓給指定編號的玩家.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;user&amp;nbsp; &amp;nbsp;- 聊天室信息中的相應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 我要把管理權限交給編號為2的玩家,則輸入: bestow 2&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;buy 購買物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: buy &amp;lt;item &amp;gt; [&amp;lt;amount&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 從商店中購買一定數量的某種物品.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;item&amp;nbsp; &amp;nbsp;- 商店物品列表(store)中相應的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;amount - 購買的數量,如果此參數被忽略,則只購買1個相應物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 購買50瓶白色&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E8%97%A5%E6%B0%B4" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;藥水&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;,已知白色藥水的編號(item )為5,則輸入 buy 5 50&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;c 公共聊天&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: c &amp;lt;message&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 發送一條信息到公共聊天頻道.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;message - 您要說的話&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 比如要說 '你好' 兩個字,則輸入 c 你好&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;cart&amp;nbsp;&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E6%89%8B%E6%8E%A8%E8%BB%8A" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;手推車&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;指令&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: cart [&amp;lt;eq | u | nu | log | desc&amp;gt;] [&amp;lt;cart &amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;cart [&amp;lt;add | get | close&amp;gt;] [&amp;lt;inventory&amp;nbsp; &amp;nbsp;| cart &amp;gt;] [&amp;lt;amount&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 查看手推車上的物品、取出/放入手推車物品、卸載手推車.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;eq - 裝備 u - 可用物品 nu - 不可用物品 log - 記錄到文件 desc - 物品說明&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;add - 放入 get - 取出 close - 卸載手推車 amount - 操作數量,如果沒指定則為全部&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;cart&amp;nbsp; &amp;nbsp;- 手推車列表(cart)中物品的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;inventory&amp;nbsp; &amp;nbsp;- 隨身物品列表(i)中物品的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: cart add &amp;lt;inventory &amp;gt; [&amp;lt;amount&amp;gt;] - 將隨身物品放入手推車&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;cart get &amp;lt;cart &amp;gt; [&amp;lt;amount&amp;gt;] - 將手推車中的物品取出來&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;cart - 列出手推車中所有物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;cart eq - 列出手推車中所有與裝備有關的物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;cart desc 3 - 查詢手推車列表中編號為3的物品的說明&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;cart close - 卸載手推車&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;chat 開啟聊天室&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: chat "&amp;lt;title&amp;gt;" [&amp;lt;limit &amp;gt; &amp;lt;public flag&amp;gt; &amp;lt;password&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 開啟一個聊天室.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;title - 聊天室的標題 (注意: 必須用引號把標題括起來!)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;limit&amp;nbsp; &amp;nbsp;- 人數限制,為空則為默認的20&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;public flag - 是否公開 (0不公開 1公開) , 為空則默認公開&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;password - 聊天室密碼,留空則表示不設置密碼&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 比如要開一個聊天室,標題為"收屬性武器",限制人數為5,公開.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;則輸入命令: chat "收屬性武器" 5 1&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;chatmod 改變聊天室&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: chatmod "&amp;lt;title&amp;gt;" [&amp;lt;limit &amp;gt; &amp;lt;public flag&amp;gt; &amp;lt;password&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 將已存在的聊天室改成另外一個聊天室,必須是聊天室權限所有者才能使用這個命令.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;title - 聊天室的標題 (注意: 必須用引號把標題括起來!)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;limit&amp;nbsp; &amp;nbsp;- 人數限制,為空則為默認的20&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;public flag - 是否公開 (0不公開 1公開) , 為空則默認公開&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;password - 聊天室密碼,留空則表示不設置密碼&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 現在已經在一個聊天室裡,我要將它改變為"賣大8帽",人數限制為3人,公開,不要密碼.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;則輸入命令: chat "賣大8帽" 3 1&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;conf 改變config參數&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: conf &amp;lt;variable&amp;gt; [&amp;lt;value&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 將config文件中的變量參數替換為指定值,同時修改config.txt中的相關參數.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;variable - 變量名稱&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;value - 指定的新值 (如果為"value"則返回當前的值)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 我要將openkore現在的saveMap改為payon,則輸入 conf saveMap payon&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要查詢當前我設置的LockMap的值,則輸入 conf LockMap value&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;cri 聊天室信息&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: cri&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示當前所在的聊天室的詳細信息以及參與的玩家列表.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;deal 交易指令&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: deal [&amp;lt;Player&amp;nbsp; &amp;nbsp;| no | add&amp;gt;] [&amp;lt;item &amp;gt;] [&amp;lt;amount&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 和別人交易物品,取消/拒絕交易.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;deal &amp;lt;Player &amp;gt; - 邀請與玩家列表(pl)中對應編號的玩家交易&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;deal no - 取消當前交易或者拒絕交易&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;deal add &amp;lt;item &amp;gt; [&amp;lt;amount&amp;gt;] - 將隨身物品列表(i)中相應編號之物品參與交易,amount指定數量,如果不指定,則默認為交易所有物品.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;deal add z [&amp;lt;amount&amp;gt;] - 交易金錢(Zeny),amount指定交易多少金額,不指定為全部金額交易.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 交易3個柔毛(假如柔毛的編號為19): deal add 19 3&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;交易3000 Zeny : deal add z 3000&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;dl 顯示交易信息&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: dl&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示當前交易的詳細情況.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;drop 丟棄物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: drop &amp;lt;item &amp;gt; [&amp;lt;amount&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 從隨身物品中丟棄指定數量的指定物品.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;item&amp;nbsp; &amp;nbsp;- 隨身物品列表(i)中的物品的相應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;amount - 要丟棄的數量,如果不指定則為丟棄全部數量&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 我要從包裹裡丟棄5個蒼蠅翅膀(假如編號為2),則輸入 drop 2 5&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要從包裹裡丟棄全部的毛(假如編號為47),則輸入 drop 47&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;dump&amp;nbsp;&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E5%B0%81%E5%8C%85" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;封包&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;儲存命令&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: dump&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 將待分析的封包儲存到 DUMP.txt 中.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;e 表情指令&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: e [&amp;lt;emotion&amp;nbsp; &amp;nbsp;(0-47)&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 做出一個表情.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;emotion&amp;nbsp; &amp;nbsp;- 表情編號,請參考data\emotions.txt文件得到表情編號.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;eq 換裝備命令&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: eq &amp;lt;item &amp;gt; [left]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 將指定的裝備穿著到角色身上.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;item&amp;nbsp; &amp;nbsp;- 隨身物品列表(i)中的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;left - 換左邊的裝備,為空則換右邊&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 換火屬性大馬刀(假設編號為21)到右手: eq 21&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;換冰屬性大馬刀(假設編號為29)到左手: eq 29 left&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;follow&amp;nbsp;&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E8%B7%9F%E9%9A%A8" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;跟隨&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;玩家&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: follow &amp;lt;player &amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 跟隨指定的玩家.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;player&amp;nbsp; &amp;nbsp;- 玩家列表(pl)中玩家的對應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 跟隨玩家編號為2的玩家: follow 2&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;friend 好友管理指令集&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: friend [&amp;lt;join | request | kick&amp;gt; &amp;lt;flag&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;join - 接受/拒絕加入對方好友名單的請求.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;request - 邀請對方成為您的好友.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;kick - 將好友名單中的成員刪除.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;flag - 開關&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;g 工會聊天&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: g &amp;lt;message&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 發送一條消息到工會頻道.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;message - 您要說的話&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 要發送 '你好啊!' 的消息到工會,則輸入 g 你好啊!&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;gui 打開/關閉GUI模式&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: gui&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 打開/關閉內置的GUI模式.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;guild 公會管理指令集&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: guild &amp;lt;i | m | p&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 提供公會信息查詢操作.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;i - 顯示公會信息.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;m - 顯示公會成員列表.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;p - 顯示公會職位列表.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 查看公會信息: guild i&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;i 隨身物品列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: i [&amp;lt;eq | u | nu | desc&amp;gt;] [&amp;lt;inventory &amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示隨身包裹中的物品列表.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;eq - 裝備系列 u - 可以使用的物品 nu - 不能用的物品 desc - 顯示物品詳細說明&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;inventory&amp;nbsp; &amp;nbsp;- 隨身物品列表(i)中對應的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 顯示身上所有的可用物品: i u&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;顯示身上所有的物品: i&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;顯示身上編號為33的物品說明: i desc 33&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;ignore 拒絕/接受密聊&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: ignore &amp;lt;flag&amp;gt; &amp;lt;name | all&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 拒絕/接受指定玩家發給您的密語或者全部玩家的發給您密聊信息.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;flag - 忽略開關 (0接受 1拒絕)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;name - 玩家名字&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;all - 所有玩家&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 忽略玩家abc的密聊: ignore 1 abc&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;接受所有人的密聊: ignore 0 all&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;il 地上物品列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: il&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示附近的地面上所有的物品.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;im 對怪物使用物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: im &amp;lt;item &amp;gt; &amp;lt;monster &amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 對著指定怪物使用某種物品(一般用來抓寵物).&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;item&amp;nbsp; &amp;nbsp;- 隨身物品列表(i)中指定物品的對應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;monster&amp;nbsp; &amp;nbsp;- 怪物列表(ml)中指定怪物的對應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 對瘋兔(假設編號為2)使用彩色胡蘿蔔(假設編號為11),則輸入 im 11 2&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;ip 對玩家使用物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: ip &amp;lt;item &amp;gt; &amp;lt;player &amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 對指定玩家使用某種物品(比如天地樹葉).&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;item&amp;nbsp; &amp;nbsp;- 隨身物品列表(i)中指定物品的對應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;player&amp;nbsp; &amp;nbsp;- 玩家列表(pl)中指定玩家的對應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 對玩家編號為3的玩家使用天地樹葉(假設編號為9),則輸入 ip 9 3&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;is 對自己使用物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: is &amp;lt;item &amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 對自己使用指定的物品.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;item&amp;nbsp; &amp;nbsp;- 隨身物品列表(i)中指定物品的對應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 對自己使用紅色藥水(假設編號為5),則輸入 is 5&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;join 加入聊天室&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: join &amp;lt;chat room &amp;gt; [&amp;lt;password&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 加入一個聊天室.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;chat room&amp;nbsp; &amp;nbsp;- 聊天室列表(crl)中的相應數字&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;password - 聊天室密碼(需要密碼的聊天室使用)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 加入一個編號為7的聊天室,該聊天室需要密碼1234,則輸入: join 7 1234&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;kick 聊天室踢人命令&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: kick &amp;lt;user &amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 在聊天室踢出指定玩家(需要擁有聊天室的權限).&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;user&amp;nbsp; &amp;nbsp;-&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 要踢出聊天室裡編號為4的玩家,則輸入: kick 4&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;leave 退出聊天室&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: leave&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 退出當前的聊天室.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;look 指定人物方向&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: look &amp;lt;body dir&amp;gt; [&amp;lt;head dir&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 指定人物身體和頭部的朝向.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;body dir - 身體朝向(0~7): 0 - 北 2 - 西 4 - 南 6 - 東&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;head dir - 頭部朝向(0~2): 0 - 向前 1 - 向右 2 - 向左,如果沒有指定則默認為朝前&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 要使人物朝東南方向,頭向正前,則輸入命令 look 5 或者 look 5 0&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;memo 記錄&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E5%82%B3%E9%80%81" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;傳送&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;點&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: memo&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 可以記錄&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E6%8A%80%E8%83%BD" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;技能&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp;'傳送之陣' 的記憶點.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;mc 手動切換&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E8%85%B3%E6%9C%AC" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;腳本&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: mc &amp;lt;ID&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 可以手動切換腳本到指定的腳本組.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;ID - 欲切換的腳本組編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 我要切換到2號腳本組，則輸入: mc 2&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;ml 怪物列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: ml&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示當前周圍的怪物列表.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;move 移動命令&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: move &amp;lt;x&amp;gt; &amp;lt;y&amp;gt; &amp;amp;| &amp;lt;map&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 可以移動到指定&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E5%9C%B0%E5%9C%96" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;地圖&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;上的指定坐標,移動過程中只會反擊主動攻擊的怪物.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;x,y - 地圖的x與y坐標&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;map - 地圖名稱(不需要擴展名,如首都 - prontera,夢羅克 - morocc)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;move &amp;lt;x&amp;gt; &amp;lt;y&amp;gt; - 移動到當前地圖上的x,y坐標&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;move &amp;lt;map&amp;gt; - 移動到指定地圖上&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;move &amp;lt;x&amp;gt; &amp;lt;y&amp;gt; &amp;lt;map&amp;gt; - 移動到指定地圖上的指定坐標&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 移動到當前地圖的98,109 : move 98 109&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;移動到prt_fild01 : move prt_fild01&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;移動到gef_fild14的209,55 : move 209 55 gef_fild14&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;nl NPC列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: nl&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 列出當前周圍的所有NPC.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;p 隊伍聊天&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: p &amp;lt;message&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 發送一條信息到隊伍頻道.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;message - 您要發送的消息&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 要在隊伍頻道里說 '在嗎?' 這個信息則輸入: p 在嗎?&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;party 隊伍管理指令集&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: party - 列出當前隊伍列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;party create "party name" - 創建一個隊伍(party name - 隊伍名,必須用引號括起來)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;party join &amp;lt;flag&amp;gt; - 接受/拒絕組隊請求(flag - 0拒絕 1接受)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;party request &amp;lt;player &amp;gt; - 邀請玩家加入隊伍(player&amp;nbsp; &amp;nbsp;- 玩家列表pl中的編號)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;party leave - 離開隊伍&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;party share &amp;lt;flag&amp;gt; - 平分/各自取得隊伍&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E7%B6%93%E9%A9%97" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;經驗&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;(flag - 0各自取得 1均等分配)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;party kick &amp;lt;user &amp;gt; - 將某人逐出隊伍(user&amp;nbsp; &amp;nbsp;- 隊伍列表party中對應的編號)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 創建一個名為'How are you?'的隊伍: party create "How are you?"&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;拒絕別人給你的隊伍請求: party join 0&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;邀請玩家列表(pl)中編號為3的玩家加入隊伍: party request 3&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;設置隊伍經驗均等分配: party share 1&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;將隊伍列表(party)中編號為2的玩家逐出隊伍: party kick 2&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;pet 寵物管理指令集&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: pet [&amp;lt;info | feed | play | back&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 對寵物進行查看,餵養,做動作,回收的操作.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 要查看寵物信息: pet info&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;要餵養寵物: pet feed&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;要讓寵物做表演: pet play&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;要使寵物變成蛋: pet back&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;petl 寵物列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: petl&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示當前周圍的寵物.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;pin 網絡延遲查詢&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: pin&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示當前的網絡延遲程度&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;pm 私密聊天&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: pm ("&amp;lt;username&amp;gt;" | &amp;lt;pm &amp;gt;) &amp;lt;message&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 發送一條信息給指定的人物.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;username - 要發送給的那名玩家的名稱,必須用引號括起來&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;pm&amp;nbsp; &amp;nbsp;- 密聊列表(pml)中玩家的對應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;message - 您要發送的消息&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 給 GM03 發送 '我想問問題' 的信息: pm "GM03" 我想問問題&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;給密聊列表(pml)中編號為4的玩家發送 '你好' 的信息: pm 4 你好&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;pml 密聊列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: pml&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示過去已經發送過密聊的玩家列表.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;pl 玩家列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: pl&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示周圍的玩家列表.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;portals 傳送點列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: portals&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示當前周圍存在的傳送點信息.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;ptl 記錄屏幕信息&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: ptl&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 可以記錄當前屏幕上顯示的信息到logs目錄下的 屏幕記錄.txt 文件中.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;quit 退出遊戲&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: quit&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 結束遊戲並退出BOT.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;reload 重載設置&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: reload [&amp;lt;filename | gm | all&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 強制讓BOT重新載入指定的文件或相關文件,或者全部載入.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;filename - 文件名(部分或全部,支持模糊查找)&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;gm - 重新加載gmdata.dat&amp;nbsp; &amp;nbsp;all - 重新加載所有文件&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 重新載入所有設置文件: reload all&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;重新載入GM模塊文件: reload gm&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;重新載入config.txt文件: reload config&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;重新載入所有包含'item'的文件: reload item&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;relog 重新登陸&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: relog&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 讓遊戲角色斷開當前連接並重新登陸服務器.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;respawn 回城指令&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: respawn&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 讓遊戲角色直接返回遊戲中的記錄點.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;s 角色信息&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: s&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示當前角色的詳細信息.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;sell 出售物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: sell &amp;lt;item &amp;gt; [&amp;lt;amount&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 購買指定數量的指定物品.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;item&amp;nbsp; &amp;nbsp;- 隨身物品列表(i)中相關物品對應的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;amount - 出售的數量,不指定則出售全部數量&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 我要賣40個人魚心臟(假設在i列表中編號為21),則輸入: sell 21 40&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要賣掉全部的亡者牙齒(假設編號為29),則輸入: sell 29&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;send 發送封包&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: send &amp;lt;Hex String&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 發送指定的封包到遊戲服務器.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;Hex String - 成對的16進制數字,用空格分隔. 例如: "01 04 2A FF"&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 要發送"01 04 2A FF"的封包到服務器,則輸入: send 01 04 2A FF&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;sit 坐下&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: sit&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 讓角色坐下休息,在坐下期間只會反擊主動攻擊的怪.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;sm 對怪物使用技能&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: sm &amp;lt;skill &amp;gt; &amp;lt;monster &amp;gt; [&amp;lt;skill lvl&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 對著指定怪物使用指定級別的指定技能.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;skill&amp;nbsp; &amp;nbsp;- 技能列表(skills)中技能的對應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;monster&amp;nbsp; &amp;nbsp;- 怪物列表(ml)中怪物的對應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;skill lvl - 使用技能的級別,不指定則使用最高級別&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 對怪物列表中為3的怪物使用5級'火箭術'(假設技能編號為14),則輸入: sm 14 3 5&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;對怪物列表中為2的怪物使用最高級別的'轉生術'(假設編號為30),則輸入: sm 30 2&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;skills 技能列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: skills [&amp;lt;add | desc&amp;gt;] [&amp;lt;skill &amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示技能列表並可進行技能加點操作.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;skill&amp;nbsp; &amp;nbsp;- 技能列表(skills)中技能對應的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;desc - 技能說明&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 顯示當前人物的技能列表: skills&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;對技能列表中編號為11的技能加點: skills add 11&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;顯示編號為19的技能的詳細說明: skills desc 19&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;sp 對玩家使用技能&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: sp &amp;lt;skill &amp;gt; &amp;lt;player &amp;gt; [&amp;lt;skill lvl&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 對指定玩家使用指定級別的指定技能.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;skill&amp;nbsp; &amp;nbsp;- 技能列表(skills)中技能所對應的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;player&amp;nbsp; &amp;nbsp;- 玩家列表(pl)中玩家對應的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;skill lvl - 技能級別,不指定則為使用最高級別&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 對玩家列表(pl)中編號為3的玩家使用5級治癒術(假設編號為8),則輸入: sp 8 3 5&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;對玩家列表(pl)中編號為6的玩家使用最高級別的天賜(假設編號為12),則輸入: sp 12 6&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;ss 對自己使用技能&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: ss &amp;lt;skill &amp;gt; [&amp;lt;skill lvl&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 對自己使用指定級別的指定技能.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;skill&amp;nbsp; &amp;nbsp;- 技能列表(skills)中技能所對應的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;skill lvl - 技能級別,不指定則為使用最高級別&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 對自己使用3級加速術(假設編號為13),則輸入: ss 13 3&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;對自己使用最高級別的雙手劍攻擊速度增加(假設編號為11),則輸入: ss 11&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;st 人物屬性窗口&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: st&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示人物的屬性點,工會的信息.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;stand 站起&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: stand&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 使角色站起來.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;stat_add 增加屬性點&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: stat_add &amp;lt;str | agi | vit | int | dex | luk&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 增加指定的屬性點,一次增加1點.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 加一點Str,則輸入: stat_add str&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;storage 倉庫管理指令集&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: storage [&amp;lt;eq | u | nu | log | clear | desc&amp;gt;] [&amp;lt;storage &amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;storage [&amp;lt;add | get | close&amp;gt;] [&amp;lt;inventory&amp;nbsp; &amp;nbsp;| storage &amp;gt;] [&amp;lt;amount&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示倉庫列表,存/取物品,清理倉庫物品.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;eq - 裝備 u - 可使用 nu - 不可使用 log - 記錄到文件 clear - 清理倉庫 desc - 顯示說明&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;add - 存入 get - 取出 close - 關閉倉庫&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;storage&amp;nbsp; &amp;nbsp;- 倉庫列表(storage)中相應物品的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;inventory&amp;nbsp; &amp;nbsp;- 隨身物品列表(i)中指定物品的對應編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;amount - 操作數量,不指定則為全部數量&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 查看當前倉庫中的物品: storage&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;查看當前倉庫中所有裝備: storage eq&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;將當前倉庫中的物品信息記錄下來: storage log&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;執行自動清倉指令: storage clear ,注意本功能將items_control.txt裡所有0 0 1的物品賣掉&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;顯示倉庫中物品編號為58的詳細說明: storage desc 58&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;將隨身物品列表(i)中編號為19的物品全部&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E5%AD%98%E5%80%89" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;存倉&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;: storage add 19&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;將倉庫中編號為44的物品取出10個: storage get 44 10&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;關閉倉庫: storage close&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;store 商店物品列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: store [&amp;lt;desc&amp;gt;] [&amp;lt;store item &amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 列出當前NPC販賣的物品列表和價格.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;desc - 查看物品的詳細說明&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;store item&amp;nbsp; &amp;nbsp;- 商店物品列表(store)中物品對應的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 查看當前NPC所販賣的物品: store&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;查看當前NPC所販賣的物品列表(store)中編號為5的物品的詳細說明: store desc 5&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;take 撿取物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: take &amp;lt;item &amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 撿取地面上指定的物品.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;item&amp;nbsp; &amp;nbsp;- 地面物品列表(il)中對應物品的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 撿取當前地上物品列表(il)中編號為7的物品: take 7&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;warp 傳送到地圖&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: warp &amp;lt;map name&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 使用傳送之陣傳送到指定地圖.必須要有指定地圖的記錄點並且身上要有藍石.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;map name - 您想傳送到的地圖名稱&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 使用傳送之陣傳送到&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E5%90%89%E8%8A%AC" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;吉芬&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;: warp geffen&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;resp NPC對話應答&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: resp [&amp;lt;response &amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示NPC應答列表並可以選擇應答.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;response&amp;nbsp; &amp;nbsp;- NPC應答列表(resp)中相應項目的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 顯示當前NPC的應答列表: resp&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;回答當前NPC的應答(假設要回答編號為2的那條): resp 2&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;talk 與NPC對話&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: talk &amp;lt;NPC&amp;nbsp; &amp;nbsp;| cont | resp | answer | no&amp;gt; [&amp;lt;response&amp;nbsp; &amp;nbsp;| amount&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 與NPC對話,選擇列表或者回答提問.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;NPC&amp;nbsp; &amp;nbsp;- NPC列表(nl)中指定NPC的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;cont - 繼續對話(相當於遊戲中的"下一個") resp - 選擇項目列表中的指定項目&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;answer - 輸入一個回答 no - 取消與NPC的對話&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;response&amp;nbsp; &amp;nbsp;- NPC應答列表中相應項目的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;amount - 回答的答案&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 與NPC列表(nl)中編號為1的NPC對話: talk 1&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;繼續進行對話: talk cont ,取消與NPC的對話: talk no&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;選擇編號為2的項目繼續進行對話: talk resp 2&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;輸入一個答案(假設NPC問你需要多少個): talk answer 100&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;tank 肉盾模式&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: tank &amp;lt;player &amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 替一個指定玩家擋住怪物的攻擊來帶該玩家練級(一般是打一下被動怪).&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;player&amp;nbsp; &amp;nbsp;- 玩家列表(pl)中要帶的玩家的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 要帶玩家列表中編號為3的玩家,則輸入: tank 3&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;tele 瞬間移動&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: tele&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 使用瞬間移動在地圖上移動到一個隨機點.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;timeout 設置超時的值&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: timeout &amp;lt;type&amp;gt; [&amp;lt;seconds&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 指定超時參數的值為一個新值,該操作會同步更新setup\timeouts.txt文件.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;type - 超時參數名稱&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;seconds - 指定的時間(單位為秒),如果忽略則表示查看當前值&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 要指定'gamelogin'這個參數時間為8秒,則輸入: timeout gamelogin 8&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;要看目前'gamelogin'這個參數的設置是多少,則輸入: timeout gamelogin&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;uneq 卸下裝備&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: unequip &amp;lt;item &amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 從身上卸下指定的裝備.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;item&amp;nbsp; &amp;nbsp;- 隨身物品列表(i)中指定裝備的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 要卸下隨身物品列表(i)中編號為18的裝備,則輸入: uneq 18&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;where 查詢當前位置&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: where&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 查詢當前角色所在地圖名稱和坐標.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;shop 開店指令&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: shop [&amp;lt;open | close | list | item | quit&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;shop [&amp;lt;enter | buy&amp;gt;] [&amp;lt;shop &amp;gt; | &amp;lt;item &amp;gt; &amp;lt;amount&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 開店,對商店進行管理操作;進入別人的商店購買相應物品等.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;open - 開店 close - 關店 list - 查看當前周圍商店列表 item - 查看商店內的貨物列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;quit - 退出當前商店 enter - 進入一個商店 buy - 從商店中購買物品&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;shop&amp;nbsp; &amp;nbsp;- 周圍商店列表(shop list)中指定商店的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;item&amp;nbsp; &amp;nbsp;- 商店貨物列表(shop item)中指定貨物的編號&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;amount - 購買物品的數量&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 我是&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E5%95%86%E4%BA%BA" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;商人&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;,我要開始掛店: shop open ,我要查看自己商店的情況: shop ,我要關閉我的商店: shop close&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要看看我附近有哪些商店: shop list&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要進入一個編號為10的商店: shop enter 10 ,我要看該商店內的貨物: shop item&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要退出當前的商店: shop quit&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要購買30個編號為1的商品: shop buy 1 30&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;map 地圖信息&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: map [&amp;lt;save | lock&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 查看當前地圖的路點信息,改變儲存地圖或戰鬥地圖的設置.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;save - 儲存地圖 lock - 戰鬥地圖開關&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 我要查看當前的地圖信息: map&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要將我的儲存地圖設置為當前地圖: map save&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要將戰鬥地圖改為當前地圖 : map lock&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;ver 版本信息&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: ver&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 查看當前KoreEasy以及Ares和GM模塊的版本信息.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;base 回城補給&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: base&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 強制回城進行所有物品的補給操作.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;exp 戰績信息&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: exp [e|m|i|a|reset]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示當前的戰績情況,或者重新統計戰績.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;e - 只顯示經驗統計 m - 只顯示怪物統計 i - 只顯示物品統計 a - 顯示全部戰績&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;reset - 重新統計戰績&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 我要查看當前的戰績: exp a&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要重新開始統計戰績: exp reset&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;我要查看我消滅的怪物: exp m 我要查看我獲得的物品: exp i&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;exall 忽略所有人的密聊&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: exall &amp;lt;flag&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 是否忽略所有人給您的私密聊天信息.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;flag - 0不忽略 1忽略&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 我要忽略所有人的悄悄話信息: exall 1 ,我不忽略: exall 0&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;ar 自動&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E7%B2%BE%E7%85%89" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;精煉&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: ar &amp;lt;all| &amp;gt; &amp;lt;1-10&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 對指定的或者全部裝備進行精煉操作.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 對所有的裝備精煉到+4: ar all 4&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;對隨身物品列表(i)中編號為22的物品所對應的裝備全部精煉到+8: ar 22 8&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;tp&amp;nbsp;&lt;/span&gt;&lt;span class="t_tag" href="tag.php?name=%E7%9E%AC%E7%A7%BB" style="background-color: white; border-bottom-color: rgb(255, 0, 0); border-bottom-style: solid; border-bottom-width: 1px; color: #444444; cursor: pointer; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; white-space: nowrap; word-wrap: break-word;"&gt;瞬移&lt;/span&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;/回城指令&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: tp &amp;lt;1 | 2&amp;gt;&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 使用瞬間移動在地圖上隨機移動或者瞬移回儲存點.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 在當前地圖上瞬移: tp 1 返回儲存點: tp 2&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;ai AI列表管理&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: ai [&amp;lt;c | clear | d | delete | p | pause | r | resume&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 暫停/繼續AI隊列,刪除AI,清空AI.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 停止當前的AI隊列: ai p 或 ai pause&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;繼續暫停的AI隊列: ai r 或 ai resume&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;刪除當前的AI隊列: ai d 或 ai delete&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;清空當前的AI隊列: ai c 或 ai clear&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;mode 顯示模式&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: mode [&amp;lt;level&amp;nbsp; &amp;nbsp;(0-3)&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 調整當前的顯示模式.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;level&amp;nbsp; &amp;nbsp;- 顯示模式級別,為0-3的數字,如果不指定則為顯示當前的顯示級別.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;顯示級別的定義: 0 - 安靜模式 1 - 正常模式 2 - 詳細模式 3 - 完全模式&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 查詢當前的顯示級別: mode&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;定義當前的顯示級別到0級: mode 0&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;help 命令幫助&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: help [&amp;lt;command&amp;gt;]&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示命令幫助列表,顯示某個指定命令的詳細幫助.&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;command - 完整或部分的命令,支持模糊查找&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令舉例: 顯示所有命令的幫助列表: help&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;顯示命令中包含'wh'的幫助列表: help wh&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;顯示命令'where'的幫助: help where&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;　&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;aid AID列表&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;使用方法: aid&lt;/span&gt;&lt;br style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; word-wrap: break-word;" /&gt;&lt;span style="background-color: white; color: #444444; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;"&gt;命令說明: 顯示周圍玩家的AID和自己的AID信息&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648236360472666945-5687027675364894055?l=gamelifex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gamelifex.blogspot.com/feeds/5687027675364894055/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://gamelifex.blogspot.com/2008/11/openkore.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/5687027675364894055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/5687027675364894055'/><link rel='alternate' type='text/html' href='http://gamelifex.blogspot.com/2008/11/openkore.html' title='OpenKore 指令碼大全'/><author><name>Jason</name><uri>http://www.blogger.com/profile/00667801849417949181</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_BsYyM_o2_Pc/S8A0d9jcmJI/AAAAAAAAAOA/jkCxsQg-hCM/S220/%E7%B4%AF.bmp'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648236360472666945.post-2352977275810930118</id><published>2008-11-02T21:34:00.001+08:00</published><updated>2008-11-02T21:34:59.918+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RO OpenKore'/><title type='text'>仙境傳說NPC座標</title><content type='html'>### 山嶽之都 裴揚 ###&lt;br /&gt;&lt;br /&gt;104 payon 181 104 卡普拉服務人員&lt;br /&gt;&lt;br /&gt;102 pay_arche 55 123 卡普拉服務人員&lt;br /&gt;&lt;br /&gt;101 payon 159 96 道具商人&lt;br /&gt;&lt;br /&gt;105 payon_in01 7 119 防禦具商人&lt;br /&gt;&lt;br /&gt;106 payon_in01 15 119 武器商人&lt;br /&gt;&lt;br /&gt;107 payon 101 116 艾莉兒&lt;br /&gt;&lt;br /&gt;110 payon 144 173 安東尼奧(精練鐵匠)&lt;br /&gt;&lt;br /&gt;111 payon 145 178 伯克納德(金屬購買)&lt;br /&gt;&lt;br /&gt;112 payon 137 178 夏金(金屬換取)&lt;br /&gt;&lt;br /&gt;113 payon_in01 174 113 馬雷克漢森(果汁製作)&lt;br /&gt;&lt;br /&gt;114 payon_in01 140 53 守門人#PVP05&lt;br /&gt;&lt;br /&gt;115 payon_in01 142 50 PVP解說員&lt;br /&gt;&lt;br /&gt;116 payon_in01 5 49 道具商人&lt;br /&gt;&lt;br /&gt;117 payon 177 131 寵物商人&lt;br /&gt;&lt;br /&gt;118 payon 173 238 礦石交換人員&lt;br /&gt;&lt;br /&gt;119 payon_in01 5 134 發明家 欽斯&lt;br /&gt;&lt;br /&gt;120 payon_in01 132 62 旅館服務生#pay01&lt;br /&gt;&lt;br /&gt;121 payon 143 165 修理工&lt;br /&gt;&lt;br /&gt;### 魔幻之都 吉芬 ###&lt;br /&gt;&lt;br /&gt;201 geffen 203 123 卡普拉服務人員(東面)&lt;br /&gt;&lt;br /&gt;202 geffen 120 62 卡普拉服務人員(南面)&lt;br /&gt;&lt;br /&gt;204 geffen_in 77 167 道具商人&lt;br /&gt;&lt;br /&gt;207 geffen_in 30 178 武器商人&lt;br /&gt;&lt;br /&gt;205 geffen_in 77 173 魔法商人&lt;br /&gt;&lt;br /&gt;206 geffen_in 74 144 商人&lt;br /&gt;&lt;br /&gt;209 geffen_in 110 172 克里斯多福(鍛造物品商人)&lt;br /&gt;&lt;br /&gt;210 geffen 193 152 寵物商人&lt;br /&gt;&lt;br /&gt;211 geffen_in 171 123 道具商人(魔法師轉職和煉金術士道具購買)&lt;br /&gt;&lt;br /&gt;212 geffen_in 26 178 防禦具商人&lt;br /&gt;&lt;br /&gt;213 geffen 146 148 後巷商人(ZG放的騙子商人,紅水500z)&lt;br /&gt;&lt;br /&gt;220 geffen_in 70 64 旅館服務生&lt;br /&gt;&lt;br /&gt;221 geffen 120 60 艾莉兒&lt;br /&gt;&lt;br /&gt;### 邊境之都 夢羅克 ###&lt;br /&gt;&lt;br /&gt;301 morocc 156 97 卡普拉服務人員(南面)&lt;br /&gt;&lt;br /&gt;306 morocc 160 258 卡普拉服務人員(北面)&lt;br /&gt;&lt;br /&gt;303 morocc 147 102 道具商人(南面)&lt;br /&gt;&lt;br /&gt;305 morocc 151 243 道具商人(北面)&lt;br /&gt;&lt;br /&gt;302 morocc_in 141 67 武器商人&lt;br /&gt;&lt;br /&gt;304 morocc_in 141 60 防禦具商人&lt;br /&gt;&lt;br /&gt;307 moc_fild12 35 303 要塞基地&lt;br /&gt;&lt;br /&gt;308 morocc 160 97 艾莉兒&lt;br /&gt;&lt;br /&gt;320 morocc_in 78 100 旅館服務生#moc02&lt;br /&gt;&lt;br /&gt;321 morocc 269 167 寵物商人&lt;br /&gt;&lt;br /&gt;322 moc_ruins 59 157 卡普拉服務人員(金字塔門口)&lt;br /&gt;&lt;br /&gt;330 morocc_in 71 41 修理工&lt;br /&gt;&lt;br /&gt;### 運河之都 艾爾帕蘭 ###&lt;br /&gt;&lt;br /&gt;401 aldebaran 143 119 卡普拉服務人員&lt;br /&gt;&lt;br /&gt;402 aldeba_in 94 56 道具商人&lt;br /&gt;&lt;br /&gt;403 aldebaran 168 168 連結耶誕&lt;br /&gt;&lt;br /&gt;404 alde_dun03 264 16 守門員&lt;br /&gt;&lt;br /&gt;405 c_tower3 10 249 守門員&lt;br /&gt;&lt;br /&gt;420 aldebaran 143 116 艾莉兒&lt;br /&gt;&lt;br /&gt;421 aldeba_in 84 166 卡普拉服務中心(卡普拉使用卷購買)&lt;br /&gt;&lt;br /&gt;422 alde_alche 24 188 組合販賣員&lt;br /&gt;&lt;br /&gt;### 盧恩 米德加爾特王國 首都 普隆德拉 ###&lt;br /&gt;&lt;br /&gt;502 prontera 151 29 卡普拉服務人員(南門)&lt;br /&gt;&lt;br /&gt;503 prontera 146 89 卡普拉服務人員(中間)&lt;br /&gt;&lt;br /&gt;505 prontera 282 200 卡普拉服務人員(東門)&lt;br /&gt;&lt;br /&gt;510 prontera 29 207 卡普拉服務人員(西門)&lt;br /&gt;&lt;br /&gt;511 prontera 152 326 卡普拉服務人員(首都北門)&lt;br /&gt;&lt;br /&gt;515 prt_fild01 198 47 卡普拉服務人員(北門外)&lt;br /&gt;&lt;br /&gt;### 衛星都市 依斯魯得島 ###&lt;br /&gt;&lt;br /&gt;601 izlude 134 88 卡普拉服務人員&lt;br /&gt;&lt;br /&gt;602 izlude_in 115 61 道具商人&lt;br /&gt;&lt;br /&gt;607 izlude_in 60 127 武器商人&lt;br /&gt;&lt;br /&gt;608 izlude_in 70 127 防具商人&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648236360472666945-2352977275810930118?l=gamelifex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gamelifex.blogspot.com/feeds/2352977275810930118/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://gamelifex.blogspot.com/2008/11/npc.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/2352977275810930118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/2352977275810930118'/><link rel='alternate' type='text/html' href='http://gamelifex.blogspot.com/2008/11/npc.html' title='仙境傳說NPC座標'/><author><name>Jason</name><uri>http://www.blogger.com/profile/00667801849417949181</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_BsYyM_o2_Pc/S8A0d9jcmJI/AAAAAAAAAOA/jkCxsQg-hCM/S220/%E7%B4%AF.bmp'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6648236360472666945.post-6831237445222991138</id><published>2008-11-02T18:42:00.003+08:00</published><updated>2008-11-03T01:36:12.661+08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RO OpenKore'/><title type='text'>防呆巨集 - 防止角色卡點發呆</title><content type='html'>#####&lt;br /&gt;automacro autowalk {&lt;br /&gt;      #每隔10分觸發一次&lt;br /&gt;      timeout 600&lt;br /&gt;      #不在城鎮中啟動&lt;br /&gt;      notInTown 1&lt;br /&gt;      call {&lt;br /&gt;      $x = @arg("$.pos", 1)&lt;br /&gt;      $y = @arg("$.pos", 2)&lt;br /&gt;      $x2 = @eval ($x - @rand(40,35))&lt;br /&gt;      $y2 = @eval ($y - @rand(40,35))&lt;br /&gt;      do @random ("move $x2 $y2")&lt;br /&gt;      }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#版本二(起立坐下防呆版)，和上面選用一種即可&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#####&lt;br /&gt;automacro autositstand {&lt;br /&gt;timeout 180&lt;br /&gt;#重複檢測時間&lt;br /&gt;location not prontera&lt;br /&gt;#不在某地圖時啟動&lt;br /&gt;call {&lt;br /&gt;    do sit&lt;br /&gt;    pause 1&lt;br /&gt;#想要坐下多久 也可以自己調整&lt;br /&gt;do stand&lt;br /&gt;}&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6648236360472666945-6831237445222991138?l=gamelifex.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://gamelifex.blogspot.com/feeds/6831237445222991138/comments/default' title='張貼意見'/><link rel='replies' type='text/html' href='http://gamelifex.blogspot.com/2008/11/blog-post.html#comment-form' title='0 個意見'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/6831237445222991138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6648236360472666945/posts/default/6831237445222991138'/><link rel='alternate' type='text/html' href='http://gamelifex.blogspot.com/2008/11/blog-post.html' title='防呆巨集 - 防止角色卡點發呆'/><author><name>Jason</name><uri>http://www.blogger.com/profile/00667801849417949181</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='26' src='http://2.bp.blogspot.com/_BsYyM_o2_Pc/S8A0d9jcmJI/AAAAAAAAAOA/jkCxsQg-hCM/S220/%E7%B4%AF.bmp'/></author><thr:total>0</thr:total></entry></feed>
