<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>99Max综合娱乐网站（旧版） - Src源码区</title>
    <link>https://old.99max.me/forum-84-1.html</link>
    <description>Latest 20 threads of Src源码区</description>
    <copyright>Copyright(C) 99Max综合娱乐网站（旧版）</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 05 Jun 2026 21:39:36 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://old.99max.me/static/image/common/logo_88_31.gif</url>
      <title>99Max综合娱乐网站（旧版）</title>
      <link>https://old.99max.me/</link>
    </image>
    <item>
      <title>永恒之塔服务端源码在哪下？</title>
      <link>https://old.99max.me/thread-16044-1-1.html</link>
      <description><![CDATA[永恒之塔服务端源码在哪下？]]></description>
      <category>Src源码区</category>
      <author>zl’s</author>
      <pubDate>Tue, 03 Sep 2013 06:48:25 +0000</pubDate>
    </item>
    <item>
      <title>修正一个小bug，关于player_initial_data.xml 出生基纳为1</title>
      <link>https://old.99max.me/thread-12405-1-1.html</link>
      <description><![CDATA[针对u3j的修改，emu应该也存在同样问题： 

**** 本内容被作者隐藏 ****
以上，修改player_initial_data.xml配置则可以起效。 
enjoy it!]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Wed, 29 Feb 2012 15:13:11 +0000</pubDate>
    </item>
    <item>
      <title>99MaxAE 授权IP验证源码补丁</title>
      <link>https://old.99max.me/thread-12312-1-1.html</link>
      <description><![CDATA[参考下载的patch文件，对照每一个修改文件。
作用：如果通过授权IP，则可以进行联网；反之则只能单机或局域网连接。]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Sun, 05 Feb 2012 18:12:48 +0000</pubDate>
    </item>
    <item>
      <title>99MaxAE 积分系统及命令源码补丁</title>
      <link>https://old.99max.me/thread-12311-1-1.html</link>
      <description><![CDATA[参考下载的patch文件，对照每一个修改的，进入这些源码就行了。

初始设置是：打死一个小怪 1 积分；打死一个BOSS 100 积分。
增加的命令是：//积分、//增加积分物品、//购买积分物品
数据库也有所修改，希望大家能成功！]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Sun, 05 Feb 2012 18:06:42 +0000</pubDate>
    </item>
    <item>
      <title>【298】人物登陆后左下角的公告在哪里改？</title>
      <link>https://old.99max.me/thread-11580-1-1.html</link>
      <description><![CDATA[之前版本在CM_ENTER_WORLD文件，298版本换地方了哦？ 在哪里呢？]]></description>
      <category>Src源码区</category>
      <author>2299231</author>
      <pubDate>Tue, 30 Aug 2011 19:57:03 +0000</pubDate>
    </item>
    <item>
      <title>简单限制服务端人数方法</title>
      <link>https://old.99max.me/thread-11543-1-1.html</link>
      <description><![CDATA[途径：...\\gameserver\\src\\org\\openaion\\gameserver\\network\\loginserver\\serverpackets\\SM_GS_AUTH.JAVA

**** 本内容被作者隐藏 ****]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Sun, 21 Aug 2011 17:06:41 +0000</pubDate>
    </item>
    <item>
      <title>修改魔法增幅2600 SM_STATS_INFO</title>
      <link>https://old.99max.me/thread-10622-1-1.html</link>
      <description><![CDATA[...\\src\\gameserver\\network\\aion\\serverpackets\\SM_STATS_INFO.java
**** 本内容被作者隐藏 ****]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Wed, 16 Feb 2011 16:30:26 +0000</pubDate>
    </item>
    <item>
      <title>完美实现图谱自动学习，生活技能满500</title>
      <link>https://old.99max.me/thread-10013-1-1.html</link>
      <description><![CDATA[一，找到gameserver\\data\\static_data\\recipe\\recipe_templates.xml 

将需要自动学习的图谱用代码找到，然后将autolearn=\&quot;0\&quot; 改为autolearn=\&quot;1\&quot; 

在练生活技能的时候到指定等级后就会自动学习改图谱了 

当然，你也可以直接替换所有图谱的autolearn=\&quot;0\&quot;为1 

 ...]]></description>
      <category>Src源码区</category>
      <author>龙舞九天</author>
      <pubDate>Sat, 11 Dec 2010 06:22:06 +0000</pubDate>
    </item>
    <item>
      <title>直接修改永恒之塔MYSQL 语句把账号变成admin(GM)</title>
      <link>https://old.99max.me/thread-9957-1-1.html</link>
      <description><![CDATA[首先打开 ae_severa_gs.sql 用记事本打开.
找到:
CREATE TABLE `players` (
  `id` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `account_id` int(11) NOT NULL,
  `account_name` varchar(50) NOT NULL,
  `x` float NOT NULL,
  `y` float NOT NULL, ...]]></description>
      <category>Src源码区</category>
      <author>felix20102010</author>
      <pubDate>Sun, 05 Dec 2010 18:38:48 +0000</pubDate>
    </item>
    <item>
      <title>防线老大 你发的那个要塞补丁怎么用？</title>
      <link>https://old.99max.me/thread-8468-1-1.html</link>
      <description><![CDATA[整下来 实在不会 麻烦解答下 谢谢啊  .patch]]></description>
      <category>Src源码区</category>
      <author>zhouices</author>
      <pubDate>Wed, 06 Oct 2010 05:03:02 +0000</pubDate>
    </item>
    <item>
      <title>实现自动占领，龙族自动攻打要塞的补丁</title>
      <link>https://old.99max.me/thread-8463-1-1.html</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Tue, 05 Oct 2010 20:43:40 +0000</pubDate>
    </item>
    <item>
      <title>修改杀人同时间杀同一个人超过5次要24小时限制方法</title>
      <link>https://old.99max.me/thread-8017-1-1.html</link>
      <description><![CDATA[1.KillList.java

在上面加
import com.aionemu.gameserver.configs.main.CustomConfig;


查找        private static final long DAY_IN_MILLISECONDS = 86400000;

替换

    private static final long            DAY_IN_MILLISECONDS = CustomConfig.PV ...]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Tue, 28 Sep 2010 06:15:23 +0000</pubDate>
    </item>
    <item>
      <title>打开悄悄话的功能 CM_CHAT_MESSAGE_WHISPER.java</title>
      <link>https://old.99max.me/thread-8016-1-1.html</link>
      <description><![CDATA[CM_CHAT_MESSAGE_WHISPER.java

查找
            sendPacket(SM_SYSTEM_MESSAGE.PLAYER_IS_OFFLINE(formatname));
        }
        else if(sender.getLevel() &lt; CustomConfig.LEVEL_TO_WHISPER)
        {
            sendPacket(SM_SYSTEM_MESSAGE.LEVEL_N ...]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Tue, 28 Sep 2010 06:13:07 +0000</pubDate>
    </item>
    <item>
      <title>教你怎么设置尸体消失时间</title>
      <link>https://old.99max.me/thread-7208-1-1.html</link>
      <description><![CDATA[查找GS源码内
.../src/com/aionemu/gameserver/services/RespawnService.java

**** 本内容被作者隐藏 ****]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Thu, 02 Sep 2010 16:49:28 +0000</pubDate>
    </item>
    <item>
      <title>源代码编译</title>
      <link>https://old.99max.me/thread-6919-1-1.html</link>
      <description><![CDATA[编译完了怎么打包替换原来的JAR包???]]></description>
      <category>Src源码区</category>
      <author>teddyboy23</author>
      <pubDate>Sun, 15 Aug 2010 17:33:32 +0000</pubDate>
    </item>
    <item>
      <title>教你如何修改任何职业任何技能瞬发，管理加分吧！</title>
      <link>https://old.99max.me/thread-6015-1-1.html</link>
      <description><![CDATA[首先用EditPlus（推荐用中文版）打开D:\\服务端\\server\\gameserver\\data\\static_data\\skills\\下的skill_templates.xml文件
文件中的cooldown=“0”  字段为技能CD时间，引号内的数值为时间值，10为1秒！将所有值修改为0，则技能CD为0
文件中的duration=\&quot;0\&quot;字段为技能释 ...]]></description>
      <category>Src源码区</category>
      <author>2862285</author>
      <pubDate>Mon, 12 Jul 2010 23:13:29 +0000</pubDate>
    </item>
    <item>
      <title>版主，请问如何修改登录信息？</title>
      <link>https://old.99max.me/thread-5454-1-1.html</link>
      <description><![CDATA[CM_ENTER_WORLD.class
这个文件，用什么可以编辑？]]></description>
      <category>Src源码区</category>
      <author>wjzhangjun</author>
      <pubDate>Mon, 21 Jun 2010 11:33:27 +0000</pubDate>
    </item>
    <item>
      <title>如何修改屏幕中间显示欢迎语</title>
      <link>https://old.99max.me/thread-4974-1-1.html</link>
      <description><![CDATA[**** 本内容被作者隐藏 ****]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Mon, 24 May 2010 05:07:34 +0000</pubDate>
    </item>
    <item>
      <title>支持国服、台服客户端的源码修改SM_VERSION_CHECK</title>
      <link>https://old.99max.me/thread-4147-1-1.html</link>
      <description><![CDATA[途径：
..\\AE-go_GameServer\\src\\com\\aionemu\\gameserver\\network\\aion\\serverpackets
覆盖原文件即可]]></description>
      <category>Src源码区</category>
      <author>ゞ嘬後防線ゞ☆</author>
      <pubDate>Sun, 07 Mar 2010 18:13:46 +0000</pubDate>
    </item>
    <item>
      <title>加入欢迎提示的信息</title>
      <link>https://old.99max.me/thread-1375-1-1.html</link>
      <description><![CDATA[作者:菜菜

查找log.info(\\\&quot;NonHeap Memory Usage: \\\&quot; + (nhm.getUsed() / 1048576L) + \\\&quot;/\\\&quot; + (nhm.getMax() / 1048576L) + \\\&quot; MB\\\&quot;);

在下面加入

System.out.println(\\\&quot; 欢迎\\\&quot;);]]></description>
      <category>Src源码区</category>
      <author>pengp19</author>
      <pubDate>Thu, 13 Aug 2009 11:17:10 +0000</pubDate>
    </item>
  </channel>
</rss>