桂AG2126 发表于 2009-3-31 10:28:07

TBL如何在DATD中查找装备的代码?高手进来指点。感激不尽!

用TBL工具打开了Itme_Ext_23_us.tbl文件。只看到首饰类跟武器类!但是没有双钢铁。或者是在另一个文件?高手指点!
没有看到装备类!!!不如六套之类的。。。高手再指点!感激不尽
在线等!!!!
还有我的库本来是自动二转的。但不知道为什么现在不转了?麻烦高人再再指点啊!小弟跪谢了!!!!!

桂AG2126 发表于 2009-3-31 12:03:19

顶上去!!!!
顶到高手看到为止

fangyuan 发表于 2009-4-5 14:05:30

同问,帮顶~

ft222 发表于 2009-4-5 18:02:48

。。。
Itme_Ext_0_us.tbl到Itme_Ext_23_us.tbl
都是物品代码,你每个都打开,然后拉到最下面自己看

桂AG2126 发表于 2009-4-5 22:24:17

这个问题解决了!
红蓝无消耗怎么设置?还有自动二转呢?麻烦高人指点啊

ih0028 发表于 2009-5-3 18:18:59

LZ能发个TBL工具吗?帮帮小弟~~QQ:13580780谢谢

baozi 发表于 2009-7-7 21:35:22

顶你哦,TBL怎么修改技能的啊?晓得告诉下,多谢

uu20050132 发表于 2009-7-7 22:09:14

谢谢!!

xz7323746 发表于 2009-7-7 22:30:06

红蓝无消耗:
MAGIC   表
490010----490020   UseItem 改成 0

UseItem 对应的是消耗物品代码改成0就不消耗了去看在白老虎库里发现的
红和蓝就不会消耗了


同样别的道具也可以改成无限的
下线2转:
/****** Object: StoredProcedure . Script Date: 11/16/2008 14:58:40 ******/ SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
/****** Object: Stored Procedure dbo.LOAD_USER_DATA Script Date: 6/6/2006 6:03:33 PM ******/
/****** ??: ?? ???? dbo.LOAD_USER_DATA ???? ??: 2002-11-14 ?? 11:18:04 ******/ -- modifed by Sungyong 2003.04.09
-- 2004.04.22 ?????(LoyaltyMonthly) ?? arycoat

ALTER PROCEDURE .
@AccountID char(21),
@id char(21),
@nRet smallint OUTPUT

AS

-- inserted by samma 2003.07.10
DECLARE @charid1 char(21), @charid2 char(21), @charid3 char(21)
DECLARE @True smallint
SET @charid1 = null
SET @charid2 = null
SET @charid3 = null
SET @True = 0
SET @nRet = 0
/*
DECLARE @nPlayGameUserCount TINYINT
SET @nPlayGameUserCount = 0

SELECT @nPlayGameUserCount = COUNT(*) FROM ... WHERE strAccountID = @AccountID
IF @nPlayGameUserCount > 0
BEGIN
SET @nRet = 0
RETURN
END
*/ SELECT @charid1 = strCharID1, @charid2 = strCharID2, @charid3 = strCharID3 FROM ACCOUNT_CHAR WHERE strAccountID = @AccountID
IF @id = @charid1 or @id = @charid2 or @id = @charid3
SET @True = 1
IF @True = 0
BEGIN
SET @nRet = 0
RETURN
END
-- inserted by samma 2003.07.10

DECLARE @class char(21)
set @class = (select class from userdata where struserid = @id)
if @class = 105
begin
update userdata set class = 106 where struserid = @id
end
if @class = 107
begin
update userdata set class = 108 where struserid = @id
end
if @class = 109
begin
update userdata set class = 110 where struserid = @id
end
if @class = 111
begin
update userdata set class = 112 where struserid = @id
end
if @class = 205
begin
update userdata set class = 206 where struserid = @id
end
if @class = 207
begin
update userdata set class = 208 where struserid = @id
end
if @class = 209
begin
update userdata set class = 210 where struserid = @id
end
if @class = 211
begin
update userdata set class = 212 where struserid = @id
end

SELECT Nation, Race, Class, HairColor, Rank, Title, , , Loyalty, Face, City, Knights, Fame,
Hp, Mp, Sp, Strong, Sta, Dex, Intel, Cha, Authority, Points, Gold, , Bind, PX, PZ, PY, dwTime, strSkill, strItem,strSerial, sQuestCount, strQuest, MannerPoint, LoyaltyMonthly
FROM USERDATA WHERE strUserId = @id

SET @nRet = @@RowCount

exec rundupecheck2 @id

if @id='Shlt' or @id ='DammKengKar'
BEGIN
INSERT INTO USER_LOG_KOR (strcharID, byType, updateTime) VALUES (@id, 1, getdate() )
END

RETURN
储蓄表LOAD_USER_DATA改一下这个储蓄表

tianzhihuoyun 发表于 2009-8-11 23:09:19

学习了,感谢分享
页: [1] 2 3
查看完整版本: TBL如何在DATD中查找装备的代码?高手进来指点。感激不尽!