2010年6月5日星期六

亂Online 登陸器


下載:http://www.mediafire.com/?lyzymtthzxw

打開 config.dll裡面有
[LAUNCHER]
News=http://google.co.uk <~~ 你的新聞地址
[AUTOPATCH]
serverini=http://philip.pinoytechnix.net/server.ini <~~ SERVER.INI 的網址 (跟Patch放在一起) version=0 <~~~ 版本號 (這個別動,他會自己換) patchsite=http://philip.pinoytechnix.net <~~ 你的 Patch 放在哪兒? News=http://news.com <~~ 你的新聞地址
[BROWSER] Shop Register=http://register.com <~~ 註冊地址
Forum
Gamesite=http://gamesite.com <~~ 網站地址
Forum=http://forum.com <~~ 論壇地址

在 Server.ini 裡面只有版本號碼

製作補丁教學
第一步
首先把你的東西裝進去 CAB 裡面 (有提供;在壓縮包內)
文件名一定要 1patch.cab,1patch.cab,3patch.cab...

第二步
把文件上傳到你的 Patch Website,打開 server.ini 在裡面的版本號+1 (例如:0+1=1,1+1=2,5+1=6,125+1=126)

Convert EP3 數據庫到 EP4

**記得要先備份你的數據庫!

第一步
在 RanGame1 > ChaInfo 加一行(COLLUMS)
ChaSex [Int] NULLS
ChaHairStyle [Int] NULLS
ChaHairColor [Int] NULLS

第二步
下載腳本然後執行 RanGame1_2k5.sql 
這個腳本沒有 PET TABLE 或 SP_PETS

第三步
打開MSSQL然後打開 RanUser > Programmability > Stored Procedures > dbo.user_verify 右鍵 Modify
然後兌換這個腳本...
USE [RanUser]
GO
/****** Object: StoredProcedure [dbo].[user_verify] Script Date: 06/28/2008 00:18:31 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

ALTER PROCEDURE [dbo].[user_verify]
@userId char(25),
@userPass char(25),
@userIp char(25),
@SvrGrpNum int,
@SvrNum int,
@dummy1 int,
@dummy2 int,
@nReturn int OUTPUT
AS
DECLARE @nAvailable int,
@nUserNum int,
@nState int,
-- Declare variables used in error checking.
@error_var int,
@rowcount_var int,
@nBlock int,
@BlockDate datetime

SET NOCOUNT ON

SET @nReturn = 0
SET @nUserNum = 0

SELECT @nUserNum=UserInfo.UserNum,
@nState=UserInfo.UserLoginState,
@nBlock=UserInfo.UserBlock,
@BlockDate=UserInfo.UserBlockDate
FROM UserInfo
WHERE UserID = @userId AND UserPass = @userPass AND UserAvailable = 1

-----------------------------------------------------------------
-- ID / PWD 眉农...
IF @nUserNum = 0
BEGIN
-- ID / PWD 阂老摹 肚绰 荤侩阂啊瓷惑怕
SET @nReturn = 0
RETURN @nReturn
END
ELSE
BEGIN
-- ID / PWD 老摹
SET @nReturn = 1
-- 5 吝汗立加, 捞固 立加登绢 乐澜
IF @nState = 1
BEGIN
SET @nReturn = 5
RETURN @nReturn
END
END

-----------------------------------------------------------------
-- IP Address 眉农
IF (SELECT COUNT(*) FROM IPInfo WITH (NOLOCK) WHERE ipAddress = @userIp) > 0
-- IP 沥焊 乐澜
BEGIN
SELECT @nAvailable = useAvailable
FROM IPInfo
WHERE ipAddress = @userIp

IF @nAvailable = 1
BEGIN
SET @nReturn = 2 -- ID/PWD 啊 老摹窍绊, IP 啊 荤侩啊瓷
END
ELSE
BEGIN
SET @nReturn = 4 -- ID/PWD 啊 老摹窍绊, IP 啊 荤侩阂啊瓷 惑怕
END
END
ELSE
-- IP 沥焊 绝澜
BEGIN
SET @nReturn = 3 -- ID/PWD 啊 老摹窍绊, IP 沥焊绰 绝澜
END

-----------------------------------------------------------------
-- Block 咯何 魄窜
IF (@nBlock = 1)
BEGIN
IF (@BlockDate > GetDate())
BEGIN
SET @nReturn = 6
END
ELSE
BEGIN
UPDATE UserInfo
SET UserBlock=0
WHERE UserNum = @nUserNum

SET @nReturn = 2
END
END

-----------------------------------------------------------------
-- 荤侩磊 荤侩矫埃 眉农
IF (@nReturn = 1) OR (@nReturn = 2) OR (@nReturn = 3)
BEGIN
-- 荤侩吝, 付瘤阜 肺弊牢矫埃 技泼
UPDATE UserInfo
SET UserLoginState=1, LastLoginDate=getdate(), SGNum=@SvrGrpNum, SvrNum=@SvrNum
WHERE UserNum = @nUserNum

-- 立加肺弊 巢扁扁
INSERT INTO LogLogin (UserNum, UserID, LogInOut, LogIpAddress)
VALUES (@nUserNum, @userId, 1, @userIp)

-- 烹拌 诀单捞飘
UPDATE StatLogin
SET LCount = LCount+1
WHERE LYear=Year(GetDate()) AND LMonth=Month(GetDate()) AND LDay=Day(GetDate()) AND LHour=DatePart(hour, GetDate())

SELECT @error_var = @@ERROR, @rowcount_var = @@ROWCOUNT
IF @error_var <> 0 OR @rowcount_var = 0
BEGIN
INSERT INTO StatLogin (LYEAR)
VALUES (YEAR(GetDate()))
END
END

SET NOCOUNT OFF

RETURN @nReturn

第四步
打開剛才壓縮包內的 fix.php 把所有的密碼換成 md5 hash 的密碼

2010年6月4日星期五

使用Hamachi IP教學

第一步
下載最新的Hamachi https://secure.logmein.com/hamachi.msi

第二步
安裝... 不用我教咯...安裝好後運行

第三步
Host = 在上邊按 “Network” - “Create a new network...”
Network ID: 你喜歡的ID [Ex:Ran1]
Password:你喜歡的密碼 [Ex:1234]
最後按 Create
Join = 在上邊按 “Network” - “John an existing network...”
Network ID: 你喜歡的ID [Ex:Ran1]
Password:你喜歡的密碼 [Ex:1234]
最後按 Join

第四步
把服務端所有cfg/ini文檔的IP都換成 Hamachi IP,別忘了Param.ini

如果一個Network滿人了,可以開多一個。所以不用擔心沒有位置。

RAN IP Interceptor

好消息!這工具不單只是幫助到漂浮IP的人,也幫助到固定IP的人!

不過一定要 PORT FORWARD 你們的 SERVICE_PORT 端口!

更新
v1.09
*[-EXE]Changed the first website detector to another website that use plain/html and not plain/text. This is due to the detector didn't detect the ip address correctly. (thanks brighlight777 for reporting)

v1.08
*[-EXE]Fixed stop button causing the IP Address Detection System to stop.
*[-EXE]Improved IP Address Detection System (much less error i guess?)
*[-EXE]Using new website for the IP Address Detection System. Currently accept 3 website to try.
*[-EXE]As the new website used, IP Address Detection System will now only download maximum of 30bytes for the first try.

v1.07b
*[-EXE]Speed improvement on the injection system
*[-EXE]Fixed lTrim issue. (Thanks kooldudez for reporting the error)
*[-DLL]Fixed client to stuck on Loading character information.(Thanks siekelran for the help)
*[-DLL]Probably also fixed some more problems that i didn't know.

v1.06b
*[-EXE]Fixed Process ID is incorrect if you used filename other than "SvrLogin.exe" or "SvrAgent.exe" (Thanks philax for helping me)

v1.05b
*[-EXE]Fixed LAN IP system stuck on character selection.
*[-EXE]Change IP detector website to a more lightweight detector.
*[-EXE]Fixed IP detector causing not responding issue.
*[-EXE]Fixed error on clicking the Update IPs button.
*[-EXE]Replaced all lstrlen to strlen (many said that it will lead to faster execution).

v1.04b
*[-EXE]Added Tray Icon support to Minimize Button. (Thanks jericogarcia for the idea)
*[-EXE]Stop button is now working.
*[-DLL]Decrease file size.
*[-DLL]Added LAN IPs Support. (Thanks foxconn for the idea)
*[-DLL]Added EP4 Support. (Thanks siekelran for helping me with the test)
*[-DLL]Name changed to RAN IP Interceptor.dll
*[-CFG]New item, lan_ip_length and lan_ip_list.

v1.03b
*[-EXE]Remove .Net Framework detector.
*[-DLL]Improve speed?
*[-DLL]Fixed filtering technique did not pass agent server.

v1.02b
*[-EXE]Added .NET Framework detector.
*[-EXE]Improve error handling. (cfg detect, etc..)

v1.01b
*[BOTH]Some more memory leaks corrected.
*[-DLL]Improve shared variable handling.
*[-DLL]Fixed some more possible crash.
*[-DLL]Remove the WSAData.txt writing stuff to improve speed. 
*[-DLL]Probably the possibility to fail filtering ip address also improved

配置


使用方法
1. 把全部 server config ip 地址改成局域網 lan ip。
2. 解壓壓縮包的文件到你的電腦。

壓縮包的文件
wherever_you_want_folder\RAN IP Interceptor.exe
wherever_you_want_folder\RAN IP Interceptor.dll
wherever_you_want_folder\cfg\riilogin.ini

3. 複製 login config 文檔到 "where ever you want folder\cfg".

過後將會是這樣
wherever_you_want_folder\RAN IP Interceptor.exe
wherever_you_want_folder\RAN IP Interceptor.dll
wherever_you_want_folder\cfg\riilogin.ini
wherever_you_want_folder\cfg\login0.ini

4. 更改 riiconfig.ini 根据您的服务器上的文件。
5. 開 SLFA 最後才開 RAN IP Interceptor
6. 按 Start
7. 要關的話,停下 SLFA 再停 RAN IP Interceptor,或者按 Stop
8. 要重啟,重複第七步然後用第五步跟六步。
9. [重要]給外面人的 param 請用你的對外IP,但是用在開服的機上就要用 Lan IP。



需要
.Net Framework 2.0 or later

能夠運行的系統
Windows XP、Windows Vista、Windows 7

使用時有問題?
Download and install this.

下載RAN IP Interceptor
http://www.mediafire.com/?vmqyxvgy3wh

http://www.4shared.com/file/4uTzZfKy/RAN_IP_Interceptor-109.html
http://www.megaupload.com/?d=11LJKXE3

GM指令

活動:
/eventexp_begin [1-9999999%]
/eventexp_end
/eventitem_begin [1-9999999%]
/eventitem_end
/eventmoney_begin [1-9999999%]
/eventmoney_end
/event_ex_begin [speed/aspeed/attack]
/event_ex_end [speed/aspeed/attack]

搞笑:
/bighead [on/off] = 頭變大
/bighand [on/off] = 手跟武器變大

角色質料:
/kickuser [CharID] = 提出角色
/charinfo_ci [CharID] = 以角色ID查看角色的質料
/charinfo_cn [CharName] = 以角色名字查看角色的質料
/chatblock_ci [CharID, minute] = 以角色ID禁言N分鐘
/chatblock_cn [CharName, minute] = 以角色名字禁言N分鐘
/chatblock_ua [uaccount, minute] = 以角色帳號禁言N分鐘
/genchar_ci [charID]
/genchar_cn [CharName]

過地圖指令:
/move2char [CharName] = 移動到角色身旁
/m2c [CharID]
/move2gate [0-99] = 移動到指定門口
/m2g [0-99]
/move2pos [M S X Y] = 移動到 coordinate
/m2p [M S X Y]
**M跟S可以在 mapslist 找到

其他指令:
/fps_limit [on/off]
/freepk [on/off] = 自由PK
/visible [on/off] = 隱身
/itemhold
/month [1-12] = 設定月份
/time [1-24] = 設定時間,以24小時
/weather [clear/snow/begin/spore/leave] = 天氣
/dsp
/? = 查看動作
/server [delay/level1/level2/force/shutdown]
/freepk_on
/freepk_off
/warning_msg [on/off] = 顯示 Warning
/profile [on/off]
/pk_mode [on/off]
/mob_del_ex
/mob_del
/mob_gen_ex
/mob_gen
/where_npc
/dsp
/for
/whois

刷怪:
/mob_gen [M S X Y]
**M跟S可以在Crowstrtable內找到

開啟活動地圖:
/lev_new [filename.Lev] = 開啟
/lev_del = 停止
**lev檔可以在level.rcc內找到

Mob_gen_ex 使用方法:
/mob_gen ex [mobMid] [mobSid] [mapMid] [mapSid] [X] [Y] [Range] [怪物數量] [頻道號碼]
**Range:1 - 10
**怪物數量 1 - 500
/mob_del_ex [mobMid] [mobSid] [mapMid] [mapSid] [頻道號碼]

Example:
/mob_gen_ex 57,1,2,0,57,8,5,10,0
57,1 = mob Mid Sid
2,0 = map Mid Sid
57,8 = XY
8 = Range
10 = 數量
0 = Channel

如何得知你的 map id 呢?
/charinfo_cn [你的名字]
在下面就有你的 map id 和 XY

Emulator 工具使用教學

第一步
把 Emulator.exe、tbb.dll、bugtrap.dll 複製到客戶端內

第二步
複製 服務端內的掉寶檔 "glogicserver.rcc" 連同 GlogicServer 文件夾複製到客戶端 亂根目錄/data

第三步
解壓 Glogic.rcc 到亂Online 根目錄/Data/Glogic

第四步
運行 Emulator.exe 按左上角的 Play 按鈕

第五步
當彈出需要 Charset 檔案的時候你選以下的
聖門
class00.charset 男格鬥
class01.charset 男劍士
class02.charset 女弓箭
class03.charset 女氣功
class04.charset 男終極
class05.charset 女終極
class06.charset 女格鬥
class07.charset 女劍士
class08.charset 男弓箭
class09.charset 男氣功
玄岩
class10.charset - Class19.charset
鳳凰
class20.charset - class29.charset

第六步
再次彈出窗口的時候就選擇 mapslist.ini

第七部
最後一個窗口按OK就行了。

System Error Cause Login Failed 解決方法

第一步
Start > Control Panel > Administrative Tools > Data Source (ODBC)


第二步

第三步

第四步

第五步

第六步

第七步

第八步

注意:別忘了做同樣的東西在 RanLog,RanShop 跟 RanUser

EP3 EP4 EP4 KOR EP5 EP6 解密檔工具

檔案加解密程式For EP3 , EP4 (說明)
(嚴格說起來應該算是EP3的編碼格式)
2008.09.22 Ran File Editor v2.2 (Badongo)
2008.09.22 Ran File Editor v2.2 (MediaFire)
2008.10.19 Ran File Editor v2.2 (UploadGround)
2009.03.03 Ran File Editor v2.2 (Hinet)
(多國語系 繁體、簡體、英文)

2008.09.10 Ran File Convert v1.1 (Badongo)2008.09.20 Ran File Convert v1.1 (MediaFire)
2008.10.19 Ran File Convert v1.1 (UploadGround)
2009.03.03 Ran File Convert v1.1 (Hinet)
(Cht Only)

亂私服帳號註冊器 (說明)
For EP3 , EP4 , EP5 資料庫 (支援 MD5 密碼)
2008.10.10 Ran Register v1.2 (Badongo)2008.10.10 Ran Register v1.2 (訊6)
2008.10.19 Ran Register v1.2 (UploadGround)
2009.03.03 Ran Register v1.2 (Hinet)

亂私服服務修改器 (說明)
2008.10.10 Ran Service Configure v1.0 (Badongo)2008.10.10 Ran Service Configure v1.0 (MediaFire)
2008.10.19 Ran Service Configure v1.0 (UploadGround)
2009.03.03 Ran Service Configure v1.0 (Hinet)
可一次修改所有「IP」及連接資料庫的「帳號」及「密碼」

EP5/EP4 KOR的在這
本站提供的:
http://www.mirrorcreator.com/files/ZYXER8GJ/jmd.rar_links


修改一開新角色技能學完跟新手道具

第一步
EP3/4 用 RanFileEditor
EP5/6 用 LogicFileEditor

第二步
解壓 Glogic.rcc 到亂Online 根目錄/Data/Glogic

第三步
運行 RFE/LFE 然後開 class00.charset - class29.charset
聖門
class00.charset 男格鬥
class01.charset 男劍士
class02.charset 女弓箭
class03.charset 女氣功
class04.charset 男終極 (EP3不用)
class05.charset 女終極 (EP3不用)
class06.charset 女格鬥 (EP3/4都不用)
class07.charset 女劍士 (EP3/4都不用)
class08.charset 男弓箭 (EP3/4都不用)
class09.charset 男氣功 (EP3/4都不用)
玄岩
class10.charset - Class19.charset
鳳凰
class20.charset - class29.charset

--------------------------------------------------------------------------------

普通的
wLevel 1 //開始等級 默認:1
lnMoney 0 //開始金幣 默認:0
wStatsPointt 3 //開始屬性點 默認:3
dwSkillPoint 0 //開始技能點 默認: 0
sStartMapID [2,0] //開始地圖,看 mapslist.ini

技能
ExpSkills [4,0][0]
ExpSkills [4,1][0]
ExpSkills [4,2][8]
//4 是 Mid,1 是 Sid,0 是技能等級 1 (8 是 Master)

穿在身上的道具
PutOnItems [HEAD] [98, 0] [0] [0,0] [0,0,0,0,0]
PutOnItems [UPPER] [38, 1] [0] [0,0] [0,0,0,0,0]
PutOnItems [LOWER] [41, 1] [0] [0,0] [0,0,0,0,0]
PutOnItems [HAND] [98, 1] [0] [0,0] [0,0,0,0,0]
PutOnItems [FOOT] [44, 1] [0] [0,0] [0,0,0,0,0]
PutOnItems [RHAND] [23, 1] [0] [0,0] [0,0,0,0,0]
PutOnItems [RHAND] [98, 2] [0] [0,0] [0,0,0,0,0]
PutOnItems [NECK] [99, 1] [0] [0,0] [0,0,0,0,0]
PutOnItems [WRIST] [99, 2] [0] [0,0] [0,0,0,0,0]
PutOnItems [RFINGER] [99, 3] [0] [0,0] [0,0,0,0,0]
PutOnItems [LFINGER] [99, 4] [0] [0,0] [0,0,0,0,0]
//[99,X] 是 Mid,[X,4] 是 Sid,[0] 是數量,[0,X] 是武器磨量 (如果放9的話,一開始武器就+9),[X,0] 是防備磨量 (如果放9的話,一開始防備就+9),[0,0,0,0,0] 是電,冰,毒,氣,火

在道具包的
cInventory [4, 4] [10] [0,0] [0,0,0,0,0]
cInventory [7, 55] [0] [0,0] [0,0,0,0,0]
cInventory [163,2] [0] [0,0] [0,0,0,0,0]
//[4,X] 是 Mid,[X,4] 是 Sid,[10] 是數量,[0,X] 是武器磨量 (如果放9的話,一開始武器就+9),[X,0] 是防備磨量 (如果放9的話,一開始防備就+9),[0,0,0,0,0] 是電,冰,毒,氣,火

什麼是Mid跟Sid?
IN_000_001 Sword //000 = Mid, 001 = Sid

派對亂Online EP5/EP6s1完整客戶端

遊戲圖案
暫無



遊戲特點

  • 新增超能部(替換終極部)
  • 超能部武器(替換木棍的動作)
  • 超能部裝備
  • 超能部技能
  • 最新滑板
  • 摩托車電單車(替換匕首的動作)
  • 2008台亂神獸技能(無超能部)
  • 2009台亂死牢技能(無超能部)
  • 2010韓亂197技能(無超能部)
  • CP技能280-290(無超能部)
  • 2010韓亂墨魂武器裝備系列
  • 台亂EVO會員武器系列(輸入指令 /mob_gen 82 03 XX YY 就會有NPC在賣)
  • 惡魔天使會員裝系列(輸入指令 /mob_gen 82 03 XX YY 就會有NPC在賣)
  • 摩托裝
  • 最新翅膀(輸入指令 /mob_gen 82 03 XX YY 就會有NPC在賣)
  • 會員超能部生化武器【原創】(輸入指令 /mob_gen 82 03 XX YY 就會有NPC在賣)
  • EXP10倍、20倍、40倍、80倍(輸入指令 /mob_gen 82 03 XX YY 就會有NPC在賣)
  • 仿台勇的載入圖片
  • 仿台勇登入界面
  • 恐怖隧道1F-6F【原創】
  • 幻境隧道1F-2F
  • 無界系列地圖
  • 台亂2海島廣場
  • 聖財團研究院、研究學院B1F
  • 台亂神獸系列地圖
  • 虎令之痕系列地圖
  • 死牢密碼系列地圖
  • 帥氣、漂亮NPC、老師
  • 等等...
  • 最高500等級
已知遊戲漏洞
  • 沒有雙槍
  • 不用子彈也可以開槍
  • 沒有子彈效果
  • 超能部可以穿別的職業的衣服、武器
  • 等級超過300過後經驗值就變0
遊戲下載

特別感謝
  • Kal-El
  • pakok77
  • geger009
  • ramispo
  • Abcdee
  • Zentrixph
  • Jolin88
  • seifer13
  • Jumong
  • jayr0428
  • GForceFX
  • 無情
  • Serena
  • Natsirtwerxz
  • w0rnb0xing
  • MinCom
  • XtreVision
  • MinCom TW
  • MinCom HK
  • 85勇
  • YY亂
  • LZ亂
  • 派對亂