<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>小米冒险岛论坛 - 改端技术教程</title>
    <link>http://www.mimxd.com/forum-36-1.html</link>
    <description>Latest 20 threads of 改端技术教程</description>
    <copyright>Copyright(C) 小米冒险岛论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 20 Sep 2026 16:50:46 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.mimxd.com/static/image/common/logo_88_31.gif</url>
      <title>小米冒险岛论坛</title>
      <link>http://www.mimxd.com/</link>
    </image>
    <item>
      <title>求助贴  冒险岛079 怎么改分辨率</title>
      <link>http://www.mimxd.com/thread-1664-1-1.html</link>
      <description><![CDATA[冒险岛 单机 无法改分辨率  下载带分辨率的登录器 改了分辨率设置 分辨率 不变


怎么改分辨率 是服务端 的事 
还是客户端的事

求助大佬！~~·~]]></description>
      <category>改端技术教程</category>
      <author>lovepdsjw</author>
      <pubDate>Wed, 26 Aug 2026 11:24:44 +0000</pubDate>
    </item>
    <item>
      <title>MMOEXP:How to Become an NBA 2K27 MT Millionaire From Scratch</title>
      <link>http://www.mimxd.com/thread-1660-1-1.html</link>
      <description><![CDATA[Building a million MT in NBA 2K27 does not happen overnight, but a smart routine can turn a fresh MyTEAM account into a serious MT-making operation. Whether you are saving for an elite card or building a competitive squad, managing your NBA 2K27 MT e ...]]></description>
      <category>改端技术教程</category>
      <author>Damnmy</author>
      <pubDate>Tue, 25 Aug 2026 03:47:33 +0000</pubDate>
    </item>
    <item>
      <title>MMOEXP:FC 27 Premier League: Shocking Rating Upgrades &amp; Downgrades</title>
      <link>http://www.mimxd.com/thread-1635-1-1.html</link>
      <description><![CDATA[MMOEXP offers one of the most reliable solutions for purchasing game currency, items,accounts, and more. You can now use the exclusive discount code \&quot;east\&quot; to enjoy a 8% discount.


FC 27 is shaking up Premier League player ratings with massive upgra]]></description>
      <category>改端技术教程</category>
      <author>Damnmy</author>
      <pubDate>Thu, 13 Aug 2026 06:17:31 +0000</pubDate>
    </item>
    <item>
      <title>RF Online Next Prime Epic Equipment Guide: Cheap Materials, Better Results</title>
      <link>http://www.mimxd.com/thread-1631-1-1.html</link>
      <description><![CDATA[In RF Online Next Diamond Prime Epic Items are some of the most valuable upgrades for improving character power, but buying them directly from the market can require a huge amount of Diamonds. This guide explains a low-cost method to create Prime Epi ...]]></description>
      <category>改端技术教程</category>
      <author>Florencehg</author>
      <pubDate>Wed, 12 Aug 2026 09:24:26 +0000</pubDate>
    </item>
    <item>
      <title>ARC Raiders Phantom Targets Arrive: New Objectives, Tough Battles</title>
      <link>http://www.mimxd.com/thread-1621-1-1.html</link>
      <description><![CDATA[ARC Raiders Coins continues to evolve with fresh events, balance improvements, and new gameplay challenges that keep players returning to the dangerous Rust Belt. The latest updates bring exciting changes, including the Phantom Targets event, matchma ...]]></description>
      <category>改端技术教程</category>
      <author>HrBrenda</author>
      <pubDate>Sat, 08 Aug 2026 08:40:29 +0000</pubDate>
    </item>
    <item>
      <title>What Follows Monopoly go\'s Current Album? | U4GM</title>
      <link>http://www.mimxd.com/thread-1579-1-1.html</link>
      <description><![CDATA[Players are asking about the next Monopoly Go theme for two different reasons, and that\'s where the confusion starts. Krustyland Carnival is the next confirmed part of the current Springfield season, not a brand-new sticker album. It went live on Jul ...]]></description>
      <category>改端技术教程</category>
      <author>luissuraez798</author>
      <pubDate>Fri, 17 Jul 2026 09:37:59 +0000</pubDate>
    </item>
    <item>
      <title>请教如何开启联机模式</title>
      <link>http://www.mimxd.com/thread-923-1-1.html</link>
      <description><![CDATA[大佬们！我第一次弄联机版本的。以前都是玩那种一键单机版的。所以不知道要怎么架设！
请为我这个新手小白解惑吧！

服务器租好了，然后也在米总的这里免费下载了guaims的服务端
修改IP地址什么的我知道，

就是想请教下只要在服务器上安装一个MYSQL然后双击启动GuaiMS ...]]></description>
      <category>改端技术教程</category>
      <author>aib0ss</author>
      <pubDate>Wed, 18 Sep 2024 09:21:40 +0000</pubDate>
    </item>
    <item>
      <title>修复商店购买负数 - 小灰灰</title>
      <link>http://www.mimxd.com/thread-855-1-1.html</link>
      <description><![CDATA[此修复方法是防止使用负数进行购买商店物品，并且购买金额不减反增的问题



首先，先找到源码内MapleShop.java


找到buy这个函数


在一个判断内有个一变量
final int price = GameConstants.isRechargable(itemId) ? item.getPrice() : (item.getPrice() * quantity) ...]]></description>
      <category>改端技术教程</category>
      <author>ormxd</author>
      <pubDate>Wed, 10 Jul 2024 21:41:33 +0000</pubDate>
    </item>
    <item>
      <title>修复npc脚本负数复制之一 - 小灰灰</title>
      <link>http://www.mimxd.com/thread-844-1-1.html</link>
      <description><![CDATA[找到NPCScriptManager.java



找到其中一个函数action


在开始加一个判断，判断selection的数值



int sl = selection;
        if(selection &lt; 0){
            sl = 0;
        }
然后在下面的
cm.getIv().invokeFunction(\&quot;action\&quot;, mode, type, selection);
改成
 ...]]></description>
      <category>改端技术教程</category>
      <author>ormxd</author>
      <pubDate>Sat, 29 Jun 2024 21:09:07 +0000</pubDate>
    </item>
    <item>
      <title>cms079修复进入黑龙前置无限触发传送门的bug - 小灰灰</title>
      <link>http://www.mimxd.com/thread-842-1-1.html</link>
      <description><![CDATA[找到MapleGenericPortal.java



找到enterPortal这个函数


在if (getScriptName() != null) { 这个判断里面


从原本的内容

                c.getPlayer().checkFollow();
                try {
                    PortalScriptManager.getInstance().executePor ...]]></description>
      <category>改端技术教程</category>
      <author>ormxd</author>
      <pubDate>Sat, 29 Jun 2024 20:47:58 +0000</pubDate>
    </item>
    <item>
      <title>进入商城超2000条数据掉线</title>
      <link>http://www.mimxd.com/thread-750-1-1.html</link>
      <description><![CDATA[这个怎么解决商城掉线]]></description>
      <category>改端技术教程</category>
      <author>heibas</author>
      <pubDate>Thu, 07 Mar 2024 06:50:37 +0000</pubDate>
    </item>
    <item>
      <title>boss一直打miss 有没有大佬知道是什么情况</title>
      <link>http://www.mimxd.com/thread-435-1-1.html</link>
      <description><![CDATA[boss一直打miss 其他boss都是好的，就一个boss这样! 有没有大佬知道怎么解决呀]]></description>
      <category>改端技术教程</category>
      <author>pengge999</author>
      <pubDate>Wed, 17 May 2023 15:38:26 +0000</pubDate>
    </item>
    <item>
      <title>楓之谷眾多WZ介紹：</title>
      <link>http://www.mimxd.com/thread-151-1-1.html</link>
      <description><![CDATA[Base.wz
wz文件全體列表，不包括任何資源文件

Character.wz
遊戲角色形象資源，包括人物髮型、衣服、鞋子、武器等，另外坐騎、稱號都在該文件內

Effect.wz
一些遊戲效果，例如一些職業的劇情大圖、人物身邊的某些特效圖

Etc.wz
這裡包含的資源較少，列表數據較多

It ...]]></description>
      <category>改端技术教程</category>
      <author>小强</author>
      <pubDate>Thu, 01 Dec 2022 13:51:52 +0000</pubDate>
    </item>
    <item>
      <title>贊助者頻道+新增贊助者完善更新V.113</title>
      <link>http://www.mimxd.com/thread-150-1-1.html</link>
      <description><![CDATA[如何新增vip等級 底下已新增方法 自行詳閱(提取楓樂園)

上線登入VIP歡迎提醒狀態

上線登入非VIP換頻提醒狀態

換頻非VIP顯示狀態


伺服器端顯示(無錯誤)

[mw_shl_code=applescript,true]新增
private int VIPch;
找到
cashRate = Integer.parseInt(ServerProperties ...]]></description>
      <category>改端技术教程</category>
      <author>小强</author>
      <pubDate>Thu, 01 Dec 2022 13:50:53 +0000</pubDate>
    </item>
    <item>
      <title>kao113 商城修復</title>
      <link>http://www.mimxd.com/thread-147-1-1.html</link>
      <description><![CDATA[修復前提: 先照著kaokao的修復方法弄到可以進商城 sendops.properties 內修改

CS_UPDATE = 0x157CS_OPERATION = 0x158CashShopOperation.java內EnterCS函數[mw_shl_code=java,true] c.getSession().write(MaplePacketCreator.serverBlocked(2));
‐    c.getSession(). ...]]></description>
      <category>改端技术教程</category>
      <author>小强</author>
      <pubDate>Thu, 01 Dec 2022 12:26:49 +0000</pubDate>
    </item>
    <item>
      <title>白狐端三轉NPC小小修復</title>
      <link>http://www.mimxd.com/thread-146-1-1.html</link>
      <description><![CDATA[玩了一下白狐大的端口沒什麼大問題 當我要三轉的時候 已經拿到智慧項鍊了 那個三轉教官還是TMD叫我去找那塊神聖的石頭 於是我打開三轉教官NPC.js 其中有段程式碼如下
[mw_shl_code=javascript,true]if (cm.getQuestStatus(100102) == 2) { //完成
    cm.changeJob(cm.g ...]]></description>
      <category>改端技术教程</category>
      <author>小强</author>
      <pubDate>Thu, 01 Dec 2022 12:24:30 +0000</pubDate>
    </item>
    <item>
      <title>地圖傳送JS語法教學</title>
      <link>http://www.mimxd.com/thread-145-1-1.html</link>
      <description><![CDATA[[*]#1
本篇教學並非以JS常用的Array語法。而是使用類似萬能NPC的傳送。 對部分會改Array的人來說，這種語法型式可能會稍微陌生一點(畢竟不常用)。 不過這種模式似乎對新手來說才是最佳的寫法。 不囉嗦，進入教學吧。 老樣子，有積分限制。
一般會使用的大概就是Array的 ...]]></description>
      <category>改端技术教程</category>
      <author>小强</author>
      <pubDate>Thu, 01 Dec 2022 12:22:44 +0000</pubDate>
    </item>
    <item>
      <title>如何一勞永逸地徹底刪除 AutoBan。</title>
      <link>http://www.mimxd.com/thread-144-1-1.html</link>
      <description><![CDATA[1. 好的，首先進入 src/net/sf/odinms/server/AutobanManager.java （所有服務器都有這個）
這是一個基本的 AutobanManager.java 的樣子：

[mw_shl_code=javascript,true]package net.sf.odinms.server;

import java.rmi.RemoteException;
import java.util.HashMap;
 ...]]></description>
      <category>改端技术教程</category>
      <author>小强</author>
      <pubDate>Thu, 01 Dec 2022 12:20:23 +0000</pubDate>
    </item>
    <item>
      <title>21點小遊戲</title>
      <link>http://www.mimxd.com/thread-143-1-1.html</link>
      <description><![CDATA[[mw_shl_code=javascript,true]var text = \&quot;\&quot;;

var text1 = \&quot;\&quot;;

var score = 0;

var selectionMeso = 0;

var zhuangScore = 0;

var xianScore = 0;

var paiArray = new Array(\&quot;A\&quot;,2,3,4,5,6,7,8,9,10,\&quot;J\&quot;,\&quot;Q\&quot;,\&quot;K\&quot;);

var paiArray2 = new Ar]]></description>
      <category>改端技术教程</category>
      <author>小强</author>
      <pubDate>Thu, 01 Dec 2022 12:18:56 +0000</pubDate>
    </item>
    <item>
      <title>客戶端 UI.wz 介面圖片與相對應的路徑整理</title>
      <link>http://www.mimxd.com/thread-142-1-1.html</link>
      <description><![CDATA[[mw_shl_code=applescript,true]鍵盤圖:
UIWindow.img/KeyConfig/backgrnd

貓頭鷹圖:
UIWindow.img/itemSearch/backgrnd

物品欄位圖:
UIWindow.img/Item/FullBackgrnd
UIWindow.img/Item/backgrndTw

裝備欄位圖:
UIWindow.img/Equip/backgrnd

交易介面:
UIWindow.im ...]]></description>
      <category>改端技术教程</category>
      <author>小强</author>
      <pubDate>Thu, 01 Dec 2022 12:16:42 +0000</pubDate>
    </item>
  </channel>
</rss>