<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>红月吧 - 游戏玩家交流网 - 『游戏技术资料』</title>
    <link>http://www.redmoon8.com/forum-6-1.html</link>
    <description>Latest 20 threads of 『游戏技术资料』</description>
    <copyright>Copyright(C) 红月吧 - 游戏玩家交流网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 09 Jun 2026 10:28:22 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.redmoon8.com/static/image/common/logo_88_31.gif</url>
      <title>红月吧 - 游戏玩家交流网</title>
      <link>http://www.redmoon8.com/</link>
    </image>
    <item>
      <title>win10装sql2000方法</title>
      <link>http://www.redmoon8.com/thread-5218-1-1.html</link>
      <description><![CDATA[win10系统装sql提示“win10装sql2000 提示安装程序初始化错误”解决方法：
1、更换回旧的SQLUNIRL.DLL
将SQL Server  安装程序目录：/X86/SYSTEM/SQLUNIRL.DLL 替换到Win10 的 C:/windows/system32 目录下（如果是Win10 X64，则替换到C:/Windows/SysWOW64）。

2、下载 ...]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Tue, 25 Mar 2025 06:43:56 +0000</pubDate>
    </item>
    <item>
      <title>任何（自定义）物品兑换属性点功能，无漏洞可以直接使用</title>
      <link>http://www.redmoon8.com/thread-5205-1-1.html</link>
      <description><![CDATA[只需修改物品代码2处，属性点赠送的数量2处，就可以实现任何物品对话属性点，无任何漏洞，asp语言编写.]]></description>
      <category>『游戏技术资料』</category>
      <author>dsf0531</author>
      <pubDate>Thu, 13 Mar 2025 11:11:23 +0000</pubDate>
    </item>
    <item>
      <title>红月添加圣诞老人刷怪的方法</title>
      <link>http://www.redmoon8.com/thread-5095-1-1.html</link>
      <description><![CDATA[详细教程下载附件了解
（附件需电脑安装支持PDF软件才能打开）]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Thu, 28 Nov 2024 06:20:59 +0000</pubDate>
    </item>
    <item>
      <title>win10家庭版、win2009-2012服务器安装SQL2000综合安装问题解决方法</title>
      <link>http://www.redmoon8.com/thread-4781-1-1.html</link>
      <description><![CDATA[一、安装sql server 2000提示挂起怎么解决
1、运行REGEDIT

2、在注册表中依次找到目录：

HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager，然后在右侧框中找到PendingFileRenameOperati**

3、选中右键—&gt;删除该项即可重新安装sql server 2000 ...]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Fri, 24 Nov 2023 00:36:56 +0000</pubDate>
    </item>
    <item>
      <title>NPC加魔法效果【防出意外卡图】</title>
      <link>http://www.redmoon8.com/thread-4333-1-1.html</link>
      <description><![CDATA[CREATE TRIGGER [TR_NPC魔法] ON [dbo].[tblGameID1] 
FOR UPDATE
AS

DECLARE @GameID VARCHAR(14)
DECLARE @MAP INT
DECLARE @X INT
DECLARE @Y INT
DECLARE @FROMMAP INT
DECLARE @FROMX INT
DECLARE @FROMY INT

IF UPDATE(MAP)
BEGIN
SELECT @GameID=GameID]]></description>
      <category>『游戏技术资料』</category>
      <author>fywlts</author>
      <pubDate>Wed, 28 Oct 2020 10:14:20 +0000</pubDate>
    </item>
    <item>
      <title>如何在后山添加魁首。和添加金像传送。</title>
      <link>http://www.redmoon8.com/thread-3220-1-1.html</link>
      <description><![CDATA[各位大神，小弟做了一个外网单机，3.8C 需要在后山添加魁首，还有添加金像传送等，跪求各位大神给个详细的操作。]]></description>
      <category>『游戏技术资料』</category>
      <author>900621</author>
      <pubDate>Tue, 13 Sep 2016 14:25:59 +0000</pubDate>
    </item>
    <item>
      <title>超简单方法实现时间特</title>
      <link>http://www.redmoon8.com/thread-2631-1-1.html</link>
      <description><![CDATA[很久没发技术文章了，下面教你用超简单方法实现时间特

1、到储存过程中先找到 RMS_DECREASESPECIALITEMDURABILITY 表，此表记录穿特装死后特掉色的表，找到ItemDurability = ItemDurability - 1   改为ItemDurability = ItemDurability - 0
2、SQL作业建立每天0晨执行 ...]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Sat, 02 Aug 2014 07:40:28 +0000</pubDate>
    </item>
    <item>
      <title>红月服务器收费模式</title>
      <link>http://www.redmoon8.com/thread-2475-1-1.html</link>
      <description><![CDATA[RMSrvScript.ini 在这个文件里设置

svIP.exe -i 2 -msf -nosefirst
Sleep=1000


-msf免费模式，换成-cho为收费模式]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Thu, 03 Apr 2014 00:16:00 +0000</pubDate>
    </item>
    <item>
      <title>如何自动关闭无响应程序</title>
      <link>http://www.redmoon8.com/thread-2319-1-1.html</link>
      <description><![CDATA[如何自动关闭无响应程序

我们在使用电脑的过程中经常会出现程序失去响应、死机等现象。这些失去响应的程序会白白地消耗系统的资源，造成系统长时间失去响应。其实我们可以通过修改注册表相关键值，使失去响应的程序自动关闭，使内存中没用的DLL文件自动卸载等等，快速 ...]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Wed, 18 Dec 2013 08:12:27 +0000</pubDate>
    </item>
    <item>
      <title>一台服务器开N个区的方法</title>
      <link>http://www.redmoon8.com/thread-2272-1-1.html</link>
      <description><![CDATA[1、每个区的数据源不能一致。2、每个区的内部外部开放端口不能一致
3、可以通过多窗口远程登录开启其他服务器端。
4、自己领悟以下吧]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Sun, 17 Nov 2013 05:55:28 +0000</pubDate>
    </item>
    <item>
      <title>每人每周PK奖励储存过程</title>
      <link>http://www.redmoon8.com/thread-2245-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Tue, 29 Oct 2013 06:45:28 +0000</pubDate>
    </item>
    <item>
      <title>修改系统注册表防止SYN洪水攻击</title>
      <link>http://www.redmoon8.com/thread-2234-1-1.html</link>
      <description><![CDATA[SYN攻击属于DOS攻击的一种，它利用TCP协议缺陷，通过发送大量的半连接请求，耗费CPU和内存资源。SYN攻击除了能影响主机外，还可以危害路由器、防火墙等网络系统，事实上SYN攻击并不管目标是什么系统，只要这些系统打开TCP服务就可以实施。从上图可看到，服务器接收到连 ...]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Thu, 24 Oct 2013 06:45:06 +0000</pubDate>
    </item>
    <item>
      <title>增加一套K生化方法（加入客户端和服务器端补丁）</title>
      <link>http://www.redmoon8.com/thread-2229-1-1.html</link>
      <description><![CDATA[说明：
此附件为增加一套新生化装备我们称他为K生化，也就是说原生化\&quot;全新、R、G、S、P\&quot;改为\&quot;全新、R、G、S、P、K\&quot;封顶是K生化。原理：服务器端中有些生化代码是空的，利用这些代码设置的生化，如115、116把他们改成新的生化，原有\&quot;全新、R、G、S、P\&quot;改为 \&quot;R、G、S、P\&quot;  ...]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Thu, 24 Oct 2013 06:04:29 +0000</pubDate>
    </item>
    <item>
      <title>3.944v2.5苹果升级生化储存过程</title>
      <link>http://www.redmoon8.com/thread-2214-1-1.html</link>
      <description><![CDATA[SET QUOTED_IDENTIFIER OFF 
GO
SET ANSI_NULLS ON 
GO
CREATE PROCEDURE RMS_TESTING
 @GameID varchar(14),
 @ItemIndex int,
 @WindowKind int,
 @WindowIndex int,
@AttackGrade int, 
@StrengthGrade int, 
@SpiritGrade int, 
@DexterityGrade int, 
@Pow]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Tue, 15 Oct 2013 06:19:57 +0000</pubDate>
    </item>
    <item>
      <title>红月私服15改生化代码，加入一套K生化</title>
      <link>http://www.redmoon8.com/thread-2122-1-1.html</link>
      <description><![CDATA[USE [redmoon]
GO
IF EXISTS (SELECT 1 FROM SYSOBJECTS WHERE ID = OBJECT_ID(\'RMS_DOITEMGROWTH\') AND TYPE = \'P\')
DROP PROC RMS_DOITEMGROWTH
GO
/****** 对象:  StoredProcedure [dbo].[RMS_DOITEMGROWTH]    脚本日期: 12/31/2011 14:28:06 ******/
SET ANSI_NULL]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Thu, 22 Aug 2013 04:39:46 +0000</pubDate>
    </item>
    <item>
      <title>金像魔法每日限制次数。</title>
      <link>http://www.redmoon8.com/thread-2107-1-1.html</link>
      <description><![CDATA[所有SQL脚本都在附件里。

解释下 

1.sql 创建tblGameIDExpand表,手动定义默认值

2.sql 创建RMS_EXPANDEVENT储存过程

3.sql 增加一个触发、把GameID表内gameid列写入tblGameIDExpand

4.sql 继续增加触发、exec到RMS_EXPANDEVENT

5.sql 增加SQL任务。设定每日0点将t ...]]></description>
      <category>『游戏技术资料』</category>
      <author>小淘气</author>
      <pubDate>Thu, 15 Aug 2013 02:55:56 +0000</pubDate>
    </item>
    <item>
      <title>红月漫画英文版</title>
      <link>http://www.redmoon8.com/thread-2073-1-1.html</link>
      <description><![CDATA[http://pan.baidu.com/share/link?shareid=3398100669&amp;uk=4127462627]]></description>
      <category>『游戏技术资料』</category>
      <author>镜花水月</author>
      <pubDate>Thu, 01 Aug 2013 02:50:45 +0000</pubDate>
    </item>
    <item>
      <title>「转帖」 无需重启控制的掉率</title>
      <link>http://www.redmoon8.com/thread-1990-1-1.html</link>
      <description><![CDATA[CREATE  PROCEDURE RMS_ADDSPECIALITEM
@ItemKind int,
@ItemIndex int,
@ItemDurability int,
@Position int,
@Map int,
@X int,
@Y int,
@TileKind int,
@bNeedCheckLimit int
AS
set nocount on
begin transaction
declare @i int
-- 综合特殊物品掉落统一管理，默 ...]]></description>
      <category>『游戏技术资料』</category>
      <author>admin</author>
      <pubDate>Sun, 23 Jun 2013 13:53:56 +0000</pubDate>
    </item>
    <item>
      <title>利用SQL密码入侵服务器，获取服务器最高权限</title>
      <link>http://www.redmoon8.com/thread-1958-1-1.html</link>
      <description><![CDATA[教程只为了让大家做好服务器安全
严禁利用此教程做非法入侵
出现严重后果请自负]]></description>
      <category>『游戏技术资料』</category>
      <author>admin</author>
      <pubDate>Fri, 07 Jun 2013 14:12:31 +0000</pubDate>
    </item>
    <item>
      <title>传送使者配置文件</title>
      <link>http://www.redmoon8.com/thread-1741-1-1.html</link>
      <description><![CDATA[把下面代码放到你想加传送使者地图里就可以了，例如你想放到住2地图找到D:\\redmoonsvr\\Bin\\Data\\Extra\\Extra00021.rme用记事本打开加入代码：+Signusboy&amp;nbsp;28&amp;nbsp;8888&amp;nbsp;95&amp;nbsp;115&amp;nbsp;95&amp;nbsp;115&amp;nbsp;2名字&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nb ...]]></description>
      <category>『游戏技术资料』</category>
      <author>admin</author>
      <pubDate>Sat, 23 Mar 2013 11:40:13 +0000</pubDate>
    </item>
  </channel>
</rss>