User Tools

Site Tools



autotrades

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
autotrades [2020/06/13 08:33] – created zjyh2008autotrades [2026/09/01 12:37] (current) arthurkeramon
Line 1: Line 1:
-This is an addons that can automatically trade gils +====== AutoTrades ====== 
-这是一个可以自动交易金币的插件 +~~NOTOC~~ 
------ + 
-for english user+<HTML> 
 +<style> 
 +.at-root { font-family: Segoe UI, Arial, sans-serif; color: #2d3748; line-height: 1.55; } 
 +.at-root > input { position: absolute; left: -9999px; } 
 +.at-tabs { display: flex; gap: 8px; padding: 0; margin: 0 0 18px; flex-wrap: wrap; } 
 +.at-tabs label { 
 +  flex: 1; min-width: 108px; text-align: center; cursor: pointer; 
 +  padding: 10px 12px; border-radius: 8px; font-weight: 700; letter-spacing: .02em; 
 +  background: #eef2f6; color: #4a5568; border: 1px solid #d8e0ea; 
 +
 +.at-tabs label:hover { background: #e2e8f0; } 
 +#at-en:checked ~ .at-tabs label[for="at-en"], 
 +#at-zh:checked ~ .at-tabs label[for="at-zh"], 
 +#at-ja:checked ~ .at-tabs label[for="at-ja"], 
 +#at-ko:checked ~ .at-tabs label[for="at-ko"] { 
 +  background: #2b6cb0; color: #fff; border-color: #2b6cb0; 
 +
 +.at-pane { display: none; } 
 +#tab-en { display: block; } 
 +#at-zh:checked ~ .at-panes #tab-en, 
 +#at-ja:checked ~ .at-panes #tab-en, 
 +#at-ko:checked ~ .at-panes #tab-en { display: none; } 
 +#at-en:checked ~ .at-panes #tab-en, 
 +#at-zh:checked ~ .at-panes #tab-zh, 
 +#at-ja:checked ~ .at-panes #tab-ja, 
 +#at-ko:checked ~ .at-panes #tab-ko { display: block; } 
 +.at-hero { 
 +  background: linear-gradient(135deg, #1a365d 0%, #2b6cb0 100%); 
 +  color: #fff; border-radius: 12px; padding: 22px 24px; margin-bottom: 16px; 
 +
 +.at-hero h2 { margin: 0 0 8px; font-size: 26px; color: #fff; } 
 +.at-hero p { margin: 0; opacity: .95; } 
 +.at-badge { 
 +  display: inline-block; margin: 0 8px 10px 0; padding: 3px 10px; border-radius: 999px; 
 +  background: rgba(255,255,255,.16); font-size: 12px; font-weight: 700; 
 +
 +.at-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 14px 0; } 
 +.at-card { 
 +  background: #f7fafc; border: 1px solid #e2e8f0; border-radius: 10px; 
 +  padding: 16px 18px; box-shadow: 0 1px 0 rgba(16,24,40,.04); 
 +
 +.at-card h3 { margin: 0 0 10px; font-size: 16px; color: #1a365d; } 
 +.at-card.plus { border-left: 4px solid #2b6cb0; background: #ebf8ff; } 
 +.at-card.note { border-left: 4px solid #dd6b20; background: #fffaf0; } 
 +.at-callout { 
 +  background: #fffbeb; border: 1px solid #f6e05e; border-radius: 10px; 
 +  padding: 14px 16px; margin: 14px 0; 
 +
 +.at-callout strong { color: #744210; } 
 +.at-list { margin: 0; padding-left: 18px; } 
 +.at-list li { margin: 5px 0; } 
 +.at-steps { margin: 0; padding-left: 22px; } 
 +.at-steps li { margin: 6px 0; } 
 +.at-table { width: 100%; border-collapse: collapse; margin: 8px 0 0; font-size: 14px; } 
 +.at-table th, .at-table td { border: 1px solid #e2e8f0; padding: 8px 10px; text-align: left; vertical-align: top; } 
 +.at-table th { background: #edf2f7; color: #2d3748; } 
 +.at-ok { color: #276749; font-weight: 700; } 
 +.at-no { color: #c53030; font-weight: 700; } 
 +.at-shot { 
 +  margin: 18px 0 8px; padding: 12px 18px; border-radius: 10px; 
 +  background: linear-gradient(135deg, #1a365d 0%, #2b6cb0 100%); 
 +  color: #fff; text-align: center; font-size: 18px; font-weight: 700; letter-spacing: .02em; 
 +
 +@media (max-width: 760px) { .at-grid { grid-template-columns: 1fr; } } 
 +</style> 
 + 
 +<div class="at-root"> 
 +<input type="radio" name="at-lang" id="at-en" checked="checked" /> 
 +<input type="radio" name="at-lang" id="at-zh" /> 
 +<input type="radio" name="at-lang" id="at-ja" /> 
 +<input type="radio" name="at-lang" id="at-ko" /> 
 +<div class="at-tabs"> 
 +  <label for="at-en">English</label> 
 +  <label for="at-zh">中文</label> 
 +  <label for="at-ja">日本語</label> 
 +  <label for="at-ko">한국어</label> 
 +</div> 
 +<div class="at-panes"> 
 +<div id="tab-en" class="at-pane"> 
 +  <div class="at-hero"> 
 +    <span class="at-badge">Standalone</span> 
 +    <span class="at-badge">Gil send / receive</span> 
 +    <h2>AutoTrades</h2> 
 +    <p>A focused gil trading addon. Open it from the Minion header. No ArthurLib required.</p> 
 +  </div> 
 + 
 +  <div class="at-grid"> 
 +    <div class="at-card"> 
 +      <h3>What AutoTrades does</h3> 
 +      <ul class="at-list"> 
 +        <li>Send gil to a nearby player, or receive incoming gil trades</li> 
 +        <li>Trade Gil slider plus ±1 / 5 / 10 / 25 / 100 million shortcuts</li> 
 +        <li>Start / Stop from the window</li> 
 +        <li>Send only after <strong>you</strong> select the target. AutoTrades does not search for players or change your target</li> 
 +        <li>Confirms a trade only when the name in the trade window matches your <strong>current target</strong></li> 
 +        <li>Marks the target with a triangle, then sends <code>/trade</code></li> 
 +        <li>Maximum <strong>1,000,000 gil</strong> per trade window; remaining amount continues in the next window</li> 
 +        <li>Plays a completion sound when the send amount is finished</li> 
 +      </ul> 
 +    </div> 
 +    <div class="at-card note"> 
 +      <h3>What it does not do</h3> 
 +      <ul class="at-list"> 
 +        <li>No player-name field and no auto-targeting</li> 
 +        <li>No world travel / Player Home</li> 
 +        <li>No Move To / favorite locations</li> 
 +        <li>No Free Company chest withdraw</li> 
 +        <li>No tell-position helper</li> 
 +        <li>No item trading UI</li> 
 +        <li>No saved settings (Reload Lua resets mode and amount)</li> 
 +      </ul> 
 +    </div> 
 +  </div> 
 + 
 +  <div class="at-callout"> 
 +    <strong>Want the extra tools?</strong> Install <strong>ArthurLib</strong> from the Minion Store, then open the <strong>Trade</strong> plugin inside the Arthur toolbox. AutoTrades stays the simple gil window; ArthurLib Trade is the full toolkit. 
 +  </div> 
 + 
 +  <div class="at-card plus"> 
 +    <h3>ArthurLib Trade — extra features</h3> 
 +    <ul class="at-list"> 
 +      <li>Fill in player name and Player Home</li> 
 +      <li>Find and target a nearby player by name</li> 
 +      <li>Send current position: <code>/tell Name@HomeWorld &lt;pos&gt;</code></li> 
 +      <li>Move To a saved travel location (never chases the other player)</li> 
 +      <li>Withdraw gil from the Free Company chest when inventory gil is not enough</li> 
 +      <li>Travel to Player Home before trading</li> 
 +      <li>Send transaction log: <code>Logs/Plugins/Trade/Transaction_records.log</code></li> 
 +      <li>Settings are saved (amount, names, Move To, FC withdraw, and so on)</li> 
 +      <li>Gil / Item tabs — Item UI is a placeholder for now</li> 
 +    </ul> 
 +  </div> 
 + 
 +  <div class="at-grid"> 
 +    <div class="at-card"> 
 +      <h3>How to send</h3> 
 +      <ol class="at-steps"> 
 +        <li>Stand next to the other player and target them yourself</li> 
 +        <li>Set Send mode and the gil amount</li> 
 +        <li>Press Start</li> 
 +        <li>Keep the correct target selected until the amount is done</li> 
 +      </ol> 
 +    </div> 
 +    <div class="at-card"> 
 +      <h3>How to receive</h3> 
 +      <ol class="at-steps"> 
 +        <li>Set Receive mode</li> 
 +        <li>Press Start</li> 
 +        <li>Wait for the other player to trade you — AutoTrades does not start the trade</li> 
 +      </ol> 
 +    </div> 
 +  </div> 
 + 
 +  <div class="at-card"> 
 +    <h3>Quick comparison</h3> 
 +    <table class="at-table"> 
 +      <tr><th></th><th>AutoTrades</th><th>ArthurLib Trade</th></tr> 
 +      <tr><td>Send / Receive gil</td><td class="at-ok">Yes</td><td class="at-ok">Yes</td></tr> 
 +      <tr><td>Manual target only</td><td class="at-ok">Yes</td><td>Optional (name field can auto-select)</td></tr> 
 +      <tr><td>Player name / Player Home</td><td class="at-no">No</td><td class="at-ok">Yes</td></tr> 
 +      <tr><td>Move To / FC chest / world travel</td><td class="at-no">No</td><td class="at-ok">Yes</td></tr> 
 +      <tr><td>Transaction log</td><td class="at-no">No</td><td class="at-ok">Send only</td></tr> 
 +      <tr><td>Requires ArthurLib</td><td class="at-ok">No</td><td class="at-ok">Yes</td></tr> 
 +    </table> 
 +  </div> 
 + 
 +  <div class="at-shot">Interface / 界面 / インターフェース / 인터페이스</div> 
 +</div> 
 + 
 +<div id="tab-zh" class="at-pane"> 
 +  <div class="at-hero"> 
 +    <span class="at-badge">独立插件</span> 
 +    <span class="at-badge">金币收发</span> 
 +    <h2>AutoTrades</h2> 
 +    <p>专注金币交易。从 Minion 顶栏打开。不依赖 ArthurLib。</p> 
 +  </div> 
 + 
 +  <div class="at-grid"> 
 +    <div class="at-card"> 
 +      <h3>AutoTrades 支持的功能</h3> 
 +      <ul class="at-list"> 
 +        <li>发送金币,或被动接收对方发起的金币交易</li> 
 +        <li>Trade Gil 滑条,及 ±1 / 5 / 10 / 25 / 100 百万快捷金额</li> 
 +        <li>窗口内 Start / Stop</li> 
 +        <li>发送前必须<strong>自己选中</strong>附近玩家。不会搜人,也不会自动改目标</li> 
 +        <li>交易窗口里的对方名字必须等于<strong>当前目标</strong>,对不上就不点确认</li> 
 +        <li>先给目标打三角标记,再发送 <code>/trade</code></li> 
 +        <li>单个交易窗口最多 <strong>1,000,000</strong> 金币,剩余金额自动进入下一笔</li> 
 +        <li>发送金额完成后播放提示音</li> 
 +      </ul> 
 +    </div> 
 +    <div class="at-card note"> 
 +      <h3>不会做事</h3> 
 +      <ul class="at-list"> 
 +        <li>没有玩家名输入,也不会自动选目标</li> 
 +        <li>不跨服、不填 Player Home</li> 
 +        <li>不去收藏地点 / Move To</li> 
 +        <li>不从部队箱取钱</li> 
 +        <li>不发送坐标密语</li> 
 +        <li>没有物品交易界面</li> 
 +        <li>不保存设置(Reload Lua 后模式和金额会回到默认)</li> 
 +      </ul> 
 +    </div> 
 +  </div> 
 + 
 +  <div class="at-callout"> 
 +    <strong>需要增强功能?</strong>请到 Minion 商店下载 <strong>ArthurLib</strong>,然后打开 Arthur 工具箱里的 <strong>Trade</strong> 交易插件。AutoTrades 保持简单收发;完整工具在 ArthurLib。 
 +  </div> 
 + 
 +  <div class="at-card plus"> 
 +    <h3>ArthurLib 工具箱 · Trade 额外支持</h3> 
 +    <ul class="at-list"> 
 +      <li>填写玩家名和 Player Home</li> 
 +      <li>按名字查找并选中附近玩家</li> 
 +      <li>发送当前坐标:<code>/tell 名字@家服 &lt;pos&gt;</code></li> 
 +      <li>Move To 前往收藏的旅行地点(不会去追对方玩家坐标)</li> 
 +      <li>身上金币不够时,可从部队箱取钱</li> 
 +      <li>交易前可跨服到 Player Home</li> 
 +      <li>Send 成交记录:<code>Logs/Plugins/Trade/Transaction_records.log</code></li> 
 +      <li>配置会保存(金额、名字、Move To、部队取钱等)</li> 
 +      <li>Gil / Item 分类 —— 物品交易界面目前仍是占位</li> 
 +    </ul> 
 +  </div> 
 + 
 +  <div class="at-grid"> 
 +    <div class="at-card"> 
 +      <h3>如何发送</h3> 
 +      <ol class="at-steps"> 
 +        <li>站到对方旁边,自己选中该玩家</li> 
 +        <li>选择 Send,填好金币数量</li> 
 +        <li>按 Start</li> 
 +        <li>金额完成前保持正确目标</li> 
 +      </ol> 
 +    </div> 
 +    <div class="at-card"> 
 +      <h3>如何接收</h3> 
 +      <ol class="at-steps"> 
 +        <li>选择 Receive</li> 
 +        <li>按 Start</li> 
 +        <li>等对方发起交易 —— AutoTrades 不会主动 /trade</li> 
 +      </ol> 
 +    </div> 
 +  </div> 
 + 
 +  <div class="at-card"> 
 +    <h3>功能对照</h3> 
 +    <table class="at-table"> 
 +      <tr><th></th><th>AutoTrades</th><th>ArthurLib Trade</th></tr> 
 +      <tr><td>发送 / 接收金币</td><td class="at-ok">有</td><td class="at-ok">有</td></tr> 
 +      <tr><td>只认手动目标</td><td class="at-ok">是</td><td>可选(填名字可自动选中)</td></tr> 
 +      <tr><td>玩家名 / Player Home</td><td class="at-no">无</td><td class="at-ok">有</td></tr> 
 +      <tr><td>Move To / 部队箱 / 跨服</td><td class="at-no">无</td><td class="at-ok">有</td></tr> 
 +      <tr><td>成交记录</td><td class="at-no">无</td><td class="at-ok">仅 Send</td></tr> 
 +      <tr><td>需要 ArthurLib</td><td class="at-ok">否</td><td class="at-ok">是</td></tr> 
 +    </table> 
 +  </div> 
 + 
 +  <div class="at-shot">Interface / 界面 / インターフェース / 인터페이스</div> 
 +</div> 
 + 
 +<div id="tab-ja" class="at-pane"> 
 +  <div class="at-hero"> 
 +    <span class="at-badge">単体アドオン</span> 
 +    <span class="at-badge">ギル送受信</span> 
 +    <h2>AutoTrades</h2> 
 +    <p>ギル取引に特化したアドオンです。Minion のヘッダーから開きます。ArthurLib は不要です。</p> 
 +  </div> 
 + 
 +  <div class="at-grid"> 
 +    <div class="at-card"> 
 +      <h3>AutoTrades の機能</h3> 
 +      <ul class="at-list"> 
 +        <li>近くのプレイヤーへギルを送る、または相手からのギル取引を受け取る</li> 
 +        <li>Trade Gil スライダーと ±1 / 5 / 10 / 25 / 100 百万のショートカット</li> 
 +        <li>ウィンドウ内の Start / Stop</li> 
 +        <li>送信前に<strong>自分で対象を選択</strong>する必要があります。自動検索・自動ターゲット変更はありません</li> 
 +        <li>取引ウィンドウの相手名が<strong>現在のターゲット</strong>と一致しない場合は確定しません</li> 
 +        <li>三角形マーカーを付けてから <code>/trade</code> を送信します</li> 
 +        <li>取引ウィンドウあたり最大 <strong>1,000,000</strong> ギル。残りは次のウィンドウへ続きます</li> 
 +        <li>指定額の送信が終わると完了音を再生します</li> 
 +      </ul> 
 +    </div> 
 +    <div class="at-card note"> 
 +      <h3>できないこと</h3> 
 +      <ul class="at-list"> 
 +        <li>プレイヤー名入力、自動ターゲットなし</li> 
 +        <li>ワールド移動 / Player Home なし</li> 
 +        <li>Move To / お気に入り地点なし</li> 
 +        <li>部隊チェストからの出金なし</li> 
 +        <li>座標 Tell なし</li> 
 +        <li>アイテム取引 UI なし</li> 
 +        <li>設定は保存されません(Reload Lua で初期化)</li> 
 +      </ul> 
 +    </div> 
 +  </div> 
 + 
 +  <div class="at-callout"> 
 +    <strong>追加機能が必要ですか?</strong>Minion Store から <strong>ArthurLib</strong> を導入し、Arthur ツールボックス内の <strong>Trade</strong> プラグインを開いてください。 
 +  </div> 
 + 
 +  <div class="at-card plus"> 
 +    <h3>ArthurLib ツールボックス · Trade の追加機能</h3> 
 +    <ul class="at-list"> 
 +      <li>プレイヤー名と Player Home を入力</li> 
 +      <li>名前で近くのプレイヤーを検索してターゲット</li> 
 +      <li>現在位置を送信:<code>/tell 名前@ホームワールド &lt;pos&gt;</code></li> 
 +      <li>Move To で保存した旅行地点へ移動(相手プレイヤーの座標は追いません)</li> 
 +      <li>所持ギルが不足している場合、部隊チェストから出金</li> 
 +      <li>取引前に Player Home へワールド移動</li> 
 +      <li>Send の取引ログ:<code>Logs/Plugins/Trade/Transaction_records.log</code></li> 
 +      <li>設定を保存(金額、名前、Move To、部隊出金など)</li> 
 +      <li>Gil / Item タブ — Item UI は現在プレースホルダーです</li> 
 +    </ul> 
 +  </div> 
 + 
 +  <div class="at-grid"> 
 +    <div class="at-card"> 
 +      <h3>送り方</h3> 
 +      <ol class="at-steps"> 
 +        <li>相手の近くに立ち、自分でターゲットする</li> 
 +        <li>Send とギル額を設定</li> 
 +        <li>Start を押す</li> 
 +        <li>完了まで正しいターゲットを維持する</li> 
 +      </ol> 
 +    </div> 
 +    <div class="at-card"> 
 +      <h3>受け取り方</h3> 
 +      <ol class="at-steps"> 
 +        <li>Receive を選ぶ</li> 
 +        <li>Start を押す</li> 
 +        <li>相手からの取引を待つ — AutoTrades は自分から /trade しません</li> 
 +      </ol> 
 +    </div> 
 +  </div> 
 + 
 +  <div class="at-card"> 
 +    <h3>比較</h3> 
 +    <table class="at-table"> 
 +      <tr><th></th><th>AutoTrades</th><th>ArthurLib Trade</th></tr> 
 +      <tr><td>ギル送受信</td><td class="at-ok">あり</td><td class="at-ok">あり</td></tr> 
 +      <tr><td>手動ターゲットのみ</td><td class="at-ok">はい</td><td>任意(名前入力で自動選択可)</td></tr> 
 +      <tr><td>プレイヤー名 / Player Home</td><td class="at-no">なし</td><td class="at-ok">あり</td></tr> 
 +      <tr><td>Move To / 部隊チェスト / ワールド移動</td><td class="at-no">なし</td><td class="at-ok">あり</td></tr> 
 +      <tr><td>取引ログ</td><td class="at-no">なし</td><td class="at-ok">Send のみ</td></tr> 
 +      <tr><td>ArthurLib が必要</td><td class="at-ok">いいえ</td><td class="at-ok">はい</td></tr> 
 +    </table> 
 +  </div> 
 + 
 +  <div class="at-shot">Interface / 界面 / インターフェース / 인터페이스</div> 
 +</div> 
 + 
 +<div id="tab-ko" class="at-pane"> 
 +  <div class="at-hero"> 
 +    <span class="at-badge">독립 애드온</span> 
 +    <span class="at-badge">길 송수신</span> 
 +    <h2>AutoTrades</h2> 
 +    <p>길 거래에 집중한 애드온입니다. Minion 헤더에서 엽니다. ArthurLib는 필요하지 않습니다.</p> 
 +  </div> 
 + 
 +  <div class="at-grid"> 
 +    <div class="at-card"> 
 +      <h3>AutoTrades 기능</h3> 
 +      <ul class="at-list"> 
 +        <li>근처 플레이어에게 길을 보내거나, 상대가 건 길 거래를 수락</li> 
 +        <li>Trade Gil 슬라이더와 ±1 / 5 / 10 / 25 / 100백만 단축 버튼</li> 
 +        <li>창에서 Start / Stop</li> 
 +        <li>보내기 전에 <strong>직접 대상</strong>을 선택해야 합니다. 자동 검색/자동 타겟 변경 없음</li> 
 +        <li>거래 창의 상대 이름이 <strong>현재 대상</strong>과 다를 경우 확인하지 않습니다</li> 
 +        <li>삼각형 표식을 붙인 뒤 <code>/trade</code> 전송</li> 
 +        <li>거래 창당 최대 <strong>1,000,000</strong> 길. 남은 금액은 다음 창에서 이어집니다</li> 
 +        <li>지정 금액 전송이 끝나면 완료 효과음 재생</li> 
 +      </ul> 
 +    </div> 
 +    <div class="at-card note"> 
 +      <h3>하지 않는 것</h3> 
 +      <ul class="at-list"> 
 +        <li>플레이어 이름 입력, 자동 타겟 없음</li> 
 +        <li>월드 이동 / Player Home 없음</li> 
 +        <li>Move To / 즐겨찾기 장소 없음</li> 
 +        <li>부대 상자 출금 없음</li> 
 +        <li>좌표 Tell 없음</li> 
 +        <li>아이템 거래 UI 없음</li> 
 +        <li>설정 저장 없음 (Reload Lua 시 초기화)</li> 
 +      </ul> 
 +    </div> 
 +  </div> 
 + 
 +  <div class="at-callout"> 
 +    <strong>추가 기능이 필요하신가요?</strong> Minion Store에서 <strong>ArthurLib</strong>를 설치한 뒤, Arthur 도구 상자의 <strong>Trade</strong> 플러그인을 여세요. 
 +  </div> 
 + 
 +  <div class="at-card plus"> 
 +    <h3>ArthurLib 도구 상자 · Trade 추가 기능</h3> 
 +    <ul class="at-list"> 
 +      <li>플레이어 이름과 Player Home 입력</li> 
 +      <li>이름으로 근처 플레이어를 찾아 타겟</li> 
 +      <li>현재 좌표 전송: <code>/tell 이름@본서버 &lt;pos&gt;</code></li> 
 +      <li>Move To로 저장한 여행 장소 이동 (상대 플레이어 좌표는 추적하지 않음)</li> 
 +      <li>소지 길이 부족하면 부대 상자에서 출금</li> 
 +      <li>거래 전 Player Home으로 월드 이동</li> 
 +      <li>Send 거래 기록: <code>Logs/Plugins/Trade/Transaction_records.log</code></li> 
 +      <li>설정 저장 (금액, 이름, Move To, 부대 출금 등)</li> 
 +      <li>Gil / Item 탭 — Item UI는 현재 자리 표시만 있습니다</li> 
 +    </ul> 
 +  </div> 
 + 
 +  <div class="at-grid"> 
 +    <div class="at-card"> 
 +      <h3>보내는 방법</h3> 
 +      <ol class="at-steps"> 
 +        <li>상대 옆에 서서 직접 타겟</li> 
 +        <li>Send와 길 금액 설정</li> 
 +        <li>Start 누르기</li> 
 +        <li>완료될 때까지 올바른 타겟 유지</li> 
 +      </ol> 
 +    </div> 
 +    <div class="at-card"> 
 +      <h3>받는 방법</h3> 
 +      <ol class="at-steps"> 
 +        <li>Receive 선택</li> 
 +        <li>Start 누르기</li> 
 +        <li>상대가 거래를 걸 때까지 대기 — AutoTrades는 먼저 /trade 하지 않습니다</li> 
 +      </ol> 
 +    </div> 
 +  </div> 
 + 
 +  <div class="at-card"> 
 +    <h3>비교</h3> 
 +    <table class="at-table"> 
 +      <tr><th></th><th>AutoTrades</th><th>ArthurLib Trade</th></tr> 
 +      <tr><td>길 송수신</td><td class="at-ok">있음</td><td class="at-ok">있음</td></tr> 
 +      <tr><td>수동 타겟만</td><td class="at-ok">예</td><td>선택 (이름 입력 시 자동 선택 가능)</td></tr> 
 +      <tr><td>플레이어 이름 / Player Home</td><td class="at-no">없음</td><td class="at-ok">있음</td></tr> 
 +      <tr><td>Move To / 부대 상자 / 월드 이동</td><td class="at-no">없음</td><td class="at-ok">있음</td></tr> 
 +      <tr><td>거래 기록</td><td class="at-no">없음</td><td class="at-ok">Send만</td></tr> 
 +      <tr><td>ArthurLib 필요</td><td class="at-ok">아니오</td><td class="at-ok">예</td></tr> 
 +    </table> 
 +  </div> 
 + 
 +  <div class="at-shot">Interface / 界面 / インターフェース / 인터페이스</div> 
 +</div> 
 +</div> 
 +</div> 
 +</HTML> 
 + 
 +---- 
 +**AutoTrades** 
 + 
 +{{:trade_window.png?direct&560|AutoTrades}} 
 + 
 +**ArthurLib · Trade** 
 + 
 +{{:arthur_trade.png?direct&560|ArthurLib Trade}}
  
-{{:zh:en.jpg|}} 
---- 
-中国用户 
-{{:zh:tradecn.jpg|}} 
autotrades.1592037205.txt.gz · Last modified: 2020/06/13 08:33 by zjyh2008