<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>手游传奇私服发布站 - 导读 - 最新回复</title>
    <link>https://jjjff.com/forum.php?mod=guide&amp;view=new</link>
    <description>最新回复</description>
    <copyright>Copyright(C) 手游传奇私服发布站</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 17 Apr 2026 10:59:54 +0000</lastBuildDate>
    <ttl>30</ttl>
    <image>
      <url>https://jjjff.com/static/image/common/logo_88_31.gif</url>
      <title>手游传奇私服发布站</title>
      <link>https://jjjff.com/</link>
    </image>
    <item>
      <title>手游传奇技术交流：从底层逻辑到实战攻略的全维度解析</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2479</link>
      <description><![CDATA[手游传奇技术交流：从底层逻辑到实战攻略的全维度解析一、技术解析：揭秘传奇手游的核心架构与底层逻辑（一）职业平衡的数值设计与技能机制传奇手游的职业体系（战 / 法 / 道）本质是攻防辅三角模型的动态平衡。战士的 “刺杀剑术” 破防机制需精准计算敌方防御阈值，法 ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Sun, 06 Jul 2025 03:05:35 +0000</pubDate>
    </item>
    <item>
      <title>手游传奇私服 的账号数据库结果解析</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2477</link>
      <description><![CDATA[战神引擎数据库结构解析
Mongodb 和 mysql 关联关系
从技术角度解释游戏
欢迎大家交流指正，欢迎转载，请注明来源，非常感谢。
直接上干活
战神引擎有 2 个数据库 Mongodb 和 mysql
先说 Mongodb，主要存储账号及 ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
<enclosure url="https://jjjff.com/image/forum/201910/17/194721q0we2iip8mnonde0.png" length="350268" type="image/jpeg" />      <pubDate>Thu, 17 Oct 2019 11:54:42 +0000</pubDate>
    </item>
    <item>
      <title>手游传奇私服1.85合击版本，有需要的朋友联系版主</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2475</link>
      <description><![CDATA[手游传奇私服1.85合击版本，有需要的朋友联系版主，功能，脚本全部自己写的，亲测无误]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
<enclosure url="https://jjjff.com/image/forum/201910/05/123547cmp3133rbd7f12d2.png" length="808475" type="image/jpeg" />      <pubDate>Sat, 05 Oct 2019 04:37:30 +0000</pubDate>
    </item>
    <item>
      <title>佰盛版本更新</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2474</link>
      <description><![CDATA[By佰盛科技  战神交流群:933949895


代理分成百分之八十！~专服价格私聊！


--增加新玩家上线自动穿好装备

--增加新手村直接领取英雄npc，不用传送英雄之地

--增加真彩地图N套

--增加真彩NPC十几套

--增加会员神珠(强大随身功能:购物、回收物品等等 ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Fri, 04 Oct 2019 18:17:57 +0000</pubDate>
    </item>
    <item>
      <title>元宝，灵符显示-直接替换</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2473</link>
      <description><![CDATA[灵符，元宝显示的客户端替换文本，注意的是 安卓替换mir2 里面的 ，苹果替换 mir264里面的就行
效果如下图
下载地址：
https://pan.baidu.com/s/1LV3xlapzinaLqmDlufvkug]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
<enclosure url="https://jjjff.com/image/forum/201910/04/225601nug7egxgkxt6p65t.png" length="1615411" type="image/jpeg" />      <pubDate>Fri, 04 Oct 2019 14:56:35 +0000</pubDate>
    </item>
    <item>
      <title>npc与玩家之间的函数</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2472</link>
      <description><![CDATA[玩家属性是指在脚本中通过玩家对象可以调用的玩家的变量。如果是只读属性，则只能将它的值赋给其他变量，或直接使用。如果是读写属性，则还可以改变这个值。但玩家的属性基本是只读。具体见下表：



类型
功能描述
属性/函数定义
类型


property(只读)
等 ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Thu, 03 Oct 2019 04:48:28 +0000</pubDate>
    </item>
    <item>
      <title>项链增加幸运脚本，新手直接复制修改即可</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2471</link>
      <description><![CDATA[{********************************************************************

*******************************************************************}

program mir2;

procedure _DoExit;
begin
  This_Npc.CloseDialog(This_Player);
end;

procedure _Exit ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Thu, 03 Oct 2019 04:09:56 +0000</pubDate>
    </item>
    <item>
      <title>沙巴克城主修复版</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2470</link>
      <description><![CDATA[{
/*******************************************************************************
复制以下内容到沙巴克城主NPC里
/*******************************************************************************
}

program Mir2;

procedure _DoExit;
begin
  T ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Thu, 12 Sep 2019 14:04:09 +0000</pubDate>
    </item>
    <item>
      <title>可控制输赢赌博脚本</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2469</link>
      <description><![CDATA[{娱乐中心 
作者：开心就好 修复加强：好大两只
内容：☆☆本中心只供娱乐，严禁用于赌博，一切后果自负☆☆
人机对赌模式  该版能够更好控制输赢率
SetG(73,1,90)为输赢率总开关，GetG(73,1)取值0到99。通过控SetG来控制输赢，
如例取90则玩家胜率为 10%不到， ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Tue, 10 Sep 2019 08:51:05 +0000</pubDate>
    </item>
    <item>
      <title>火龙地图配置</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2468</link>
      <description><![CDATA[先添加地图列表，以下内容：

[HL001 火龙洞穴一层 0] NORECALL NOPOSITIONMOVE NORECONNECT(3)
[HL002 火龙洞穴二层 0] NORANDOMMOVE NORECALL NOPOSITIONMOVE NORECONNECT(3)
[H301 火龙地穴 0] NORANDOMMOVE NORECALL NOPOSITIONMOVE NORECONNECT(3)
[D2083 火 ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Sun, 08 Sep 2019 07:30:55 +0000</pubDate>
    </item>
    <item>
      <title>苹果手机下载超过100M软件的设置方法</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2467</link>
      <description><![CDATA[如果我们在外面没有Wifi的时候，想下载一个大于100M的软件该怎么下载呢？战神传奇私服手游的客户端正常都是500M以上，苹果IOS系统默认大于100M的软件是不能从4G里下载的，大于100M的软件下载安装时会显示：等待中。很多小伙伴都会心急如焚，那么我们该如何解决这个问题 ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Sat, 07 Sep 2019 03:57:15 +0000</pubDate>
    </item>
    <item>
      <title>自助刷怪脚本</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2466</link>
      <description><![CDATA[新建NPC，然后复制以下内容


PROGRAM Mir2;

{$I common.pas}

Procedure _doexit;
begin
   This_Npc.CloseDialog(This_Player);
end;

procedure domain;

begin
    This_NPC.NpcDialog(This_Player,
       \'☆☆欢迎光临【开心就好】刷怪中心☆☆ ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Fri, 06 Sep 2019 09:50:02 +0000</pubDate>
    </item>
    <item>
      <title>BOSS首曝综合脚本</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2465</link>
      <description><![CDATA[{****************************************
boss首曝
作者：开心就好
内容：全服首次杀死特定地图boss可以自动获得一定元宝的奖励，并且在土城榜单上显示，只要有玩家点击就会显示已击杀，
姓名更新需要击杀者本人点击npc更新。
变量 G（71，,1-18）  V(72,11-18) ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Thu, 05 Sep 2019 14:14:22 +0000</pubDate>
    </item>
    <item>
      <title>1.85合击版本上线自动过验证脚本</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2464</link>
      <description><![CDATA[此脚本只针对1.85合击版本开启了信用分验证的服，1.80版.1.76复古版的可能会出现上线验证过了下次上线还要验证的情况。
 方法1：直接2个文件覆盖原文件，但是可能会影响已经设定好的上线触发
 方法2：直接找到2个文件对比原文件，局部修改
首先找到
LogonQuest.pas ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Thu, 05 Sep 2019 03:08:02 +0000</pubDate>
    </item>
    <item>
      <title>冲级奖励脚本</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2463</link>
      <description><![CDATA[{冲级奖励
内容：升到一定级别领取一定的装备，个别装备全服领取数目有限
部分项目每天都可以领取，相当于签到功能
}


PROGRAM Mir2;
var 
sum1:Integer;  
sum2:Integer;
sum3:Integer;
sum4:Integer; 
sum5:Integer;
sum6:Integer;
sum7:Integer;
sum ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Wed, 04 Sep 2019 11:01:25 +0000</pubDate>
    </item>
    <item>
      <title>开区等待脚本设置</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2462</link>
      <description><![CDATA[{脚本定制可以联系好大两只 QQ7122696}

{mapinfo.txt内加入这行内容    [0139~22 开区等待间  0] SAFE NORECALL NORANDOMMOVE NODRUG BLACKROOM}

{LogonQuest.pas内加入这行内容 
if (GetMonth = 5) and (GetDay = 1) and (GetHour &lt; 1) and (This_Player.MapNam ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Tue, 03 Sep 2019 08:54:28 +0000</pubDate>
    </item>
    <item>
      <title>脚本变量初始化思路</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2461</link>
      <description><![CDATA[procedure TempExpBylv();
var tempLv , tempExp : integer;
begin
    tempExp := 0;  
    tempLv := This_Player.Level;
    if (tempLv &gt;= 1) and (tempLv = 31) and (tempLv = 36) and (tempLv = 41) then tempExp := 2; 

    if tempExp &gt; 0 then
    be ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Mon, 02 Sep 2019 23:36:42 +0000</pubDate>
    </item>
    <item>
      <title>元宝抽奖脚本</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2460</link>
      <description><![CDATA[内容：全服每天限制为300次，个人一天只能抽20次，每抽奖一次需要1元宝。复制以下内容进行测试或修改

PROGRAM Mir2;

{$I common.pas}
var
today:integer; 
num:integer;
Snum :integer; 
Snum0 :string ;
num0 :string ;
Procedure _doexit;
begin
   Th ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Mon, 02 Sep 2019 23:19:45 +0000</pubDate>
    </item>
    <item>
      <title>战神M2的脚本变量接口</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2459</link>
      <description><![CDATA[一、私有类型：变量名 类型  说明
    FGMLevel: Word;
    FYBNum: Integer;
    FUsedYBNum: Integer;
    FNickLinFu: integer;
    FHaveTimeNum: integer;
    FHaveValidHero: Boolean;
    FTrendDataValid: Boolean;
    FJiaYouPoint: Cardinal;
     ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Mon, 02 Sep 2019 11:09:20 +0000</pubDate>
    </item>
    <item>
      <title>手游传奇私服客户端版权修改</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2458</link>
      <description><![CDATA[前面讲解了如何搭建手游传奇私服，这里再发个修改客户端版权的教程。

战神手游传奇私服客户端版权修改如下(配合视频搭建)：
准备工具APKDB_v2.0.2_Setup 
链接：https://pan.baidu.com/s/144x-_X-K60GJONHyPc8kpg 提取码：n479 


复制这段内容后打开百度网盘手 ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
      <pubDate>Fri, 30 Aug 2019 22:16:22 +0000</pubDate>
    </item>
    <item>
      <title>先从如何架设这款手游传奇私服讲起哈</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2457</link>
      <description><![CDATA[首先下载一个服务端程序，这个目前很多地方都有下载，实在没有的话，在下面可以留言。然后准备一台服务器，标配是2核2g最少，系统嘛推荐 2018以上的，2012系统安全系数比较高些，然后就是备案域名一个 

服务器 配置好 ...]]></description>
      <category>手游传奇私服技术交流</category>
      <author>haoda</author>
<enclosure url="https://jjjff.com/image/forum/201908/29/213058toy8yqpqgyk161ry.png" length="13910" type="image/jpeg" />      <pubDate>Thu, 29 Aug 2019 13:33:15 +0000</pubDate>
    </item>
    <item>
      <title>求教 tonumber(os.date(&quot;%m%d&quot;,os.time()));</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2455</link>
      <description><![CDATA[local t = tonumber(os.date(\&quot;%m%d\&quot;,os.time()));
]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>1248481</author>
      <pubDate>Mon, 03 Oct 2016 08:39:04 +0000</pubDate>
    </item>
    <item>
      <title>items.data修改装备名称后游戏里仍然不变</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2447</link>
      <description><![CDATA[求解。items.data修改装备名称后游戏里仍然不变]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>1248481</author>
      <pubDate>Tue, 20 Sep 2016 15:25:18 +0000</pubDate>
    </item>
    <item>
      <title>【云端丶我叫MT1】【史上最强卡牌强势登入】【卡牌】</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2440</link>
      <description><![CDATA[【IOS+安卓+电脑版】【云端丶我叫MT1】【史上最强卡牌强势登入】【卡牌】
【IOS+安卓+电脑版】
【开启日期/火热预先推广中】
【加群福利】【加送VIP5-1W符石—七天登入豪华套餐——你值得拥有】
【每日福利】【每日登入奖励——竞技场十倍暴击——人人都是国王】
 ...]]></description>
      <category>传奇手游私服发布站</category>
      <author>g447220758</author>
      <pubDate>Thu, 15 Sep 2016 09:33:14 +0000</pubDate>
    </item>
    <item>
      <title>《雷霆之怒私服》最新在线更新公告（已完成）</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2430</link>
      <description><![CDATA[尊敬的各位玩家：
　　为了优化游戏质量，给广大玩家更好的游戏体验，9377《疯狂雷霆之怒私服》于2016年8月30日17：10进行了在线更新，并不影响在线玩家，玩家可正常进行游戏。

更新内容：
宝藏道具产出调整：
1、新增宝藏产出道具：[直升一级丹]、龙魂丹(大)。
 ...]]></description>
      <category>雷霆之怒私服技术讨论专区</category>
      <author>haoda</author>
      <pubDate>Tue, 30 Aug 2016 09:25:31 +0000</pubDate>
    </item>
    <item>
      <title>雷霆之怒膜拜城主雕像获得经验攻略</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2412</link>
      <description><![CDATA[游戏要适度，对于每一个喜爱雷霆之怒私服的玩家来说，除了打怪升级PK城战外，还有很多好玩有趣的活动，当然了，为了让玩家能够合理的按排游戏时间，雷霆之怒SF中专门设置了一些非常休闲的活动，膜拜城主雕像就是其中一个，来看看箭神之怒私服膜拜城主雕像能获得多少经验 ...]]></description>
      <category>雷霆之怒私服技术讨论专区</category>
      <author>haoda</author>
      <pubDate>Thu, 11 Aug 2016 16:53:18 +0000</pubDate>
    </item>
    <item>
      <title>雷霆之怒私服,神魔战场攻略</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2409</link>
      <description><![CDATA[正邪不两立，神魔不同道。关于网页游戏私服之【雷霆之怒私服】里的神魔之战可以追溯到上古时期，千万年来神魔斗争从未停歇。现在雷霆之怒神魔战场烽烟再起，两大阵营再聚神魔战场，争斗一触即发。当小编更关心雷霆之怒私服神魔战场的奖励能获得什么?一起来了解下吧!　　 ...]]></description>
      <category>雷霆之怒私服技术讨论专区</category>
      <author>haoda</author>
      <pubDate>Mon, 08 Aug 2016 13:14:15 +0000</pubDate>
    </item>
    <item>
      <title>雷霆之怒，转生修为表数据</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2403</link>
      <description><![CDATA[升级是为了更好的提升实力，而在雷霆之怒私服里玩家想成为强者，除了要努力升级，更要知道进行转生。转生如同进化，可以强化角色的基础属性，只有通过转生才能获得更强的力量和穿戴更强力的装备。那么这份箭神之怒私服的转生修为表你一定不容错过，助你快速获得修为。　 ...]]></description>
      <category>雷霆之怒私服技术讨论专区</category>
      <author>haoda</author>
      <pubDate>Thu, 28 Jul 2016 18:49:42 +0000</pubDate>
    </item>
    <item>
      <title>烈焰私服,红包脚本</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2392</link>
      <description><![CDATA[打开烈焰私服服务端的NPC目录，数据库自行添加个NPC，不会的可参照之前的帖子。
脚本内容如下：
function OnDrawLuckyMoney(player)
]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>haoda</author>
<enclosure url="/forum/local g0 = g_get_param(0);
" length="local day = g_get_day();

" type="image/jpeg" />      <pubDate>Fri, 15 Jul 2016 01:19:38 +0000</pubDate>
    </item>
    <item>
      <title>雷霆之怒私服,装备交易方式</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2388</link>
      <description><![CDATA[在雷霆之怒网页游戏私服里玩家拥有着高度的自由，玩家之前可以进行友好的互动，无论是交友还是交易都是可行的。那么你知道雷霆之怒私服有哪些吗?装备在游戏中的重要性相信大家都知道，想要安全的进行装备交易就来看看下面装备交易攻略吧!　　　　箭神之怒私服装备交易方 ...]]></description>
      <category>雷霆之怒私服技术讨论专区</category>
      <author>haoda</author>
      <pubDate>Thu, 07 Jul 2016 23:01:27 +0000</pubDate>
    </item>
    <item>
      <title>【雷霆之怒】新功能-神技秘籍</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2381</link>
      <description><![CDATA[1 秘籍功能介绍：
　　传说中，古文明失传已久的三本秘籍，可让神技更加强大　　（1）幻神之怒秘籍：对应“幻神之怒”神技　　（2）雷霆之怒秘籍：对应“雷霆之怒”神技　　（3）龙神之力秘籍：对应“龙神之力”神技　　装备秘籍后，对应神技的冷却时间将缩短，技能威 ...]]></description>
      <category>雷霆之怒私服技术讨论专区</category>
      <author>haoda</author>
      <pubDate>Wed, 29 Jun 2016 09:29:35 +0000</pubDate>
    </item>
    <item>
      <title>《雷霆之怒私服》在线更新公告</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2380</link>
      <description><![CDATA[尊敬的各位玩家：　　为了优化游戏质量，给广大玩家更好的游戏体验，雷霆之怒私服于2016年6月24日17：30进行了在线更新，并不影响在线玩家，玩家可正常进行游戏。
更新内容：一、新版幻武幻甲：极光幻武和宫廷礼服替换死神之镰和炎之八神
1、分别用“极光幻武”和“宫 ...]]></description>
      <category>雷霆之怒私服技术讨论专区</category>
      <author>haoda</author>
      <pubDate>Wed, 29 Jun 2016 09:27:36 +0000</pubDate>
    </item>
    <item>
      <title>非凡卧龙吟新14区在6月17周五晚上7点火爆开启205市面最新版本</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2366</link>
      <description><![CDATA[非凡卧龙吟新14区在6月17周五晚上7点火爆开启205市面最新版本【福利】上线送VIP8，上线即送28w,充值升V10，首充双倍，二充1.5倍 三充不翻倍 1：5000 单笔充值100送自选石头一块多充多送！
【冲级助力】在线活动送紫套装助你愉快度过前期【刻纹】刻纹更新至20
【三顿武 ...]]></description>
      <category>稀有网页游戏私服</category>
      <author>huxsd1</author>
      <pubDate>Fri, 17 Jun 2016 03:11:31 +0000</pubDate>
    </item>
    <item>
      <title>无限内购模式开启，内购买钻石元宝不花一分钱，想要几亿点几亿！ 现有很多款测试游...</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2354</link>
      <description><![CDATA[无限内购模式开启，内购买钻石元宝不花一分钱，想要几亿点几亿！
现有很多款测试游戏，皆为无限元宝内购的游戏。卡牌类、仙侠类、策略类、塔防类等都有，画面精细人物独特，剧情通畅技能华丽，上手简单，容易操作适合各类型玩家。
梦幻传奇，全民奇迹GM口令版，全民挂 ...]]></description>
      <category>稀有网页游戏私服</category>
      <author>q519832818</author>
      <pubDate>Sun, 12 Jun 2016 08:29:24 +0000</pubDate>
    </item>
    <item>
      <title>烈焰头顶上的称号在那里修改！！</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2344</link>
      <description><![CDATA[各位大神 有人知道烈焰头顶上的称号在那里修改不？]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>wuwqvb</author>
      <pubDate>Thu, 02 Jun 2016 05:54:57 +0000</pubDate>
    </item>
    <item>
      <title>雷霆之怒,箭神装备攻略</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2320</link>
      <description><![CDATA[大家都知道雷霆之怒私服之所以会从新命名为箭神之怒，是因为新增了箭神这一新职业，自战法道三强称霸传奇类页游已达十多年，因此高调的箭神经常成为其他三职业集火的目标，尤其是战场上，箭神该如何才能获得更强的生存力呢?那你就需要一套强力的装备了，一起来看看箭神 ...]]></description>
      <category>雷霆之怒私服技术讨论专区</category>
      <author>haoda</author>
      <pubDate>Sun, 22 May 2016 09:23:38 +0000</pubDate>
    </item>
    <item>
      <title>雷霆之怒私服,镖车攻略</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2310</link>
      <description><![CDATA[在网页游戏私服里，雷霆之怒私服的押镖是一项存在一定风险的任务，玩家需要足够的胆量和一身好本领，方能完成押镖的艰巨任务。根据你所押的镖车不同，奖励内容也有一定差异。那雷霆之怒SF的镖车有几种?各种镖车的奖励又是怎么样的呢?下面赶紧随小编过来围观啦!　　箭神 ...]]></description>
      <category>雷霆之怒</category>
      <author>haoda</author>
      <pubDate>Tue, 17 May 2016 06:19:04 +0000</pubDate>
    </item>
    <item>
      <title>【安卓】【皇室冲突3区】【部落冲突私服钻石无限，瞬间满级，新开一秒。。。】</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2302</link>
      <description><![CDATA[皇室冲突3区，部落冲突私服钻石无限，瞬间满级，新开一秒。。。
部落冲突私服_皇室冲突


加QQ群546217974，在群共享下载！]]></description>
      <category>传奇手游私服发布站</category>
      <author>johnfan</author>
      <pubDate>Thu, 12 May 2016 09:11:20 +0000</pubDate>
    </item>
    <item>
      <title>雷霆之怒私服,元石提升策略</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2300</link>
      <description><![CDATA[元石拥有强大的力量，是网页游戏私服箭神之怒里每一个踏上强者之路的勇士的追求，而雷霆之怒私服中元石勇士们力量来源的重要部分，然而对于新进入游戏中的勇士而言，大家甚至不知道雷霆之怒SF的元石如何激活，那么就跟小编一起来了解吧!　　　　大家都知道只有获得更强 ...]]></description>
      <category>雷霆之怒私服技术讨论专区</category>
      <author>haoda</author>
      <pubDate>Wed, 11 May 2016 18:44:47 +0000</pubDate>
    </item>
    <item>
      <title>烈焰SF如何把特戒 戴到 功勋页面的 特戒位置</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2296</link>
      <description><![CDATA[烈焰SF如何把特戒 戴到 功勋页面的 特戒位置。数据库里面inventorytype 已经设置了 “43” 
游戏里面 显示 职业不符，无法使用，带不上。]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>wuwqvb</author>
      <pubDate>Tue, 10 May 2016 08:59:58 +0000</pubDate>
    </item>
    <item>
      <title>箭神之怒私服,星魂珠价格怎么样</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=2292</link>
      <description><![CDATA[在网页游戏私服箭神之怒SF里，看到别人脚底下拥有炫酷的星阵效果，是不是很羡慕呢?如果你想获得这等拉风的星阵效果，佩戴一些的星魂珠是必不可少的。那雷霆之怒私服的星魂珠怎么获得呢?雷霆之怒SF星魂价格怎么样呢?下面就随小编来了解下吧。　　雷霆私服的星魂珠共有8颗 ...]]></description>
      <category>雷霆之怒私服技术讨论专区</category>
      <author>haoda</author>
      <pubDate>Mon, 09 May 2016 07:33:25 +0000</pubDate>
    </item>
    <item>
      <title>【烈焰GM工具】史上最好的烈焰GM工具</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=1837</link>
      <description><![CDATA[烈焰私服里最齐全，最好用的【烈焰GM工具】尽属闻风出品！


5.1更新内容：
再次修复清理小号功能导致软件意外关闭BUG
4.9更新内容：
修复清理小号功能、修复补丁数据库名称功能
4.8更新内容：
修复 NPC添加时ID ...]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>haoda</author>
<enclosure url="https://jjjff.com/image/forum/201604/05/205244e5grx6zjsbt7227s.png" length="32138" type="image/jpeg" />      <pubDate>Tue, 05 Apr 2016 12:55:40 +0000</pubDate>
    </item>
    <item>
      <title>【双线】【无限风云无双】【上线直接就送无限元宝熊猫坐骑】</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=1239</link>
      <description><![CDATA[【双线】【无限风云无双】【上线直接就送无限元宝熊猫坐骑】
1.新增《熊猫坐骑》通灵-高战力-高速度.新增武器《死神镰刀》战力高-带特效
2.新增《功夫熊猫》《九尾狐时装》《盛夏时装》-同步官方-等级开放9999级.
3.新增天邪战鉴15阶(十五个称号位)-十强武道12阶-魔 ...]]></description>
      <category>稀有网页游戏私服</category>
      <author>mama11</author>
      <pubDate>Thu, 10 Mar 2016 09:13:51 +0000</pubDate>
    </item>
    <item>
      <title>【双线】【新开715征途网页私服版】【上线送500万元宝，轻变版】</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=882</link>
      <description><![CDATA[【双线】【新开715征途网页私服版】【上线送500万元宝，轻变版】
独家网页征途2 精彩国战 千人大战 火爆开启
1、开区时间：刚开一秒！ 
2、经验设置：100倍，让你体验秒升的快感！ 
3、游戏内三大职业，武古，天弓，谋古。
4、每日推广更有大量元宝奖励赠送。
5、 ...]]></description>
      <category>稀有网页游戏私服</category>
      <author>mama11</author>
      <pubDate>Wed, 17 Feb 2016 06:14:37 +0000</pubDate>
    </item>
    <item>
      <title>18个静态的个人称号</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=46</link>
      <description><![CDATA[这里发布一个称号的静态图片，都是PNG格式的，可以用SWF编辑器直接导入使用，适合国战系统，第一战称号，城主称号等等···
避免泛滥，有需要的请回复即可看到下载地址

**** 本内容被作者隐藏 ****]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>llllll</author>
<enclosure url="https://jjjff.com/image/forum/201511/01/231524rdcnacdyz88nndkg.png" length="79236" type="image/jpeg" />      <pubDate>Sun, 01 Nov 2015 15:16:00 +0000</pubDate>
    </item>
    <item>
      <title>国家系统完整版(带buff图标SQL文件)</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=36</link>
      <description><![CDATA[目前烈焰私服开服表里面的各版本都增加国战系统，但是很多都不完整，甚至有BUG。这里小编发一个国家系统完整版(带buff图标SQL文件)，喜欢的可以下载来研究



第一注意事项：
脚本占用玩家属性3个字段 player:get_param(225) player:get_param(226) player:get_par ...]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>llllll</author>
      <pubDate>Tue, 27 Oct 2015 07:56:18 +0000</pubDate>
    </item>
    <item>
      <title>一款强大的SWF加密，解密工具</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=17</link>
      <description><![CDATA[如果你经常在烈焰私服圈里走动的话，应该对于 大叔 这个名字不会陌生吧，这也是位传奇大神。
这款工具就是他的早起作品，至今用起来也是感觉高端，大气，上档次。
哈哈，不扯淡了，此工具用起来简单易懂，就那几个按钮 ...]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>llllll</author>
<enclosure url="https://jjjff.com/image/forum/201510/14/185908imm4lscullcuels0.png" length="35016" type="image/jpeg" />      <pubDate>Wed, 14 Oct 2015 10:58:21 +0000</pubDate>
    </item>
    <item>
      <title>烈焰私服脚本--十大恶人榜(追杀)</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=15</link>
      <description><![CDATA[十大恶人排行榜   520页游论坛www.ye520.com转载

本脚本不太适合新手使用，有烟钱可以联系我，没有就自己研究，免费分享脚本，不教学；

1、本脚本用到的用户变量 243（记录杀人数） ，239（领奖记录） 变量被用了就自己换
2、添加一个NPC，这个必须的，不用说了 ...]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>llllll</author>
      <pubDate>Wed, 14 Oct 2015 10:24:10 +0000</pubDate>
    </item>
    <item>
      <title>烈焰SF第一战力排行脚本</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=13</link>
      <description><![CDATA[使用此类战力脚本有一定的风险，因为调用到数据库，如果不熟悉的人会担心此数据的安全性
这里我们也未曾测试，怕有风险的请慎重。

如何使用请对照相应的目录复制进去（如以下图片显示）

备注下：这个NPC脚本调用的 ...]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>llllll</author>
<enclosure url="https://jjjff.com/image/forum/201510/13/201518otiuqm4mbtie4t73.png" length="10584" type="image/jpeg" />      <pubDate>Tue, 13 Oct 2015 12:15:56 +0000</pubDate>
    </item>
    <item>
      <title>最原始，纯净的烈焰服务端</title>
      <link>https://jjjff.com/forum.php?mod=viewthread&amp;tid=11</link>
      <description><![CDATA[最原始，纯净的烈焰服务端


9377最纯净，最原始的端，资源也是最新的，但是需要最新的GS支持才能配合资源使用，如果有需要最新的GS可以联系站长

为增加论坛人气，所以回复后可见，请大家谅解哈
以下为隐藏内容： ...]]></description>
      <category>烈焰私服技术讨论专区</category>
      <author>llllll</author>
<enclosure url="https://jjjff.com/image/forum/201510/13/191300c13ntenxb55u66t7.jpg" length="758134" type="image/jpeg" />      <pubDate>Tue, 13 Oct 2015 11:12:18 +0000</pubDate>
    </item>
  </channel>
</rss>