btbaotrung90
05-05-13, 05:31 AM
Chào các bạn, hôm nay mình có nhờ 1 người xin vk nhưng không được, ức chế wá đi rip, nhưng rip xong chèn vào SQL thấy mệt wé nên quyết định làm 1 tool dùng luôn cho sau này, nên đem share cho anh em luôn.
Vậy tool này là gì? Nó chính là tool tự động tạo code SQL từ file TemplateAllList.xml( file chứa thông tin vật phẩm của gunny) .
HD sử dụng:
Khi dùng tool này, bạn cần tạo 1 file xml với cấu trúc như sau
<Item AddTime="11/29/2012 11:11:58 PM" Agility="520" Attack="200" CanCompose="true" CanDelete="true" CanDrop="false" CanEquip="true" CanStrengthen="true" CanUse="true" CategoryID="7" Colors="" Defence="420" Description="" Level="3" Luck="610" MaxCount="1" Name="LEGEND - Nỏ Thần" NeedLevel="1" NeedSex="0" Pic="Scrossbow2" Data="" Property1="32" Property2="33" Property3="0" Property4="0" Property5="15" Property6="60" Property7="220" Property8="0" Quality="5" Script="" BindType="2" FusionType="0" FusionRate="0" FusionNeedRate="0" TemplateID="70681" RefineryLevel="0" Hole="3,1|6,3|9,3|12,3|0,3|0,3" /><Item AddTime="11/29/2012 11:11:58 PM" Agility="620" Attack="300" CanCompose="true" CanDelete="true" CanDrop="false" CanEquip="true" CanStrengthen="true" CanUse="true" CategoryID="7" Colors="" Defence="520" Description="" Level="3" Luck="710" MaxCount="1" Name="LEGEND - Nỏ Thần" NeedLevel="1" NeedSex="0" Pic="Scrossbow3" Data="" Property1="32" Property2="33" Property3="0" Property4="0" Property5="15" Property6="60" Property7="260" Property8="0" Quality="5" Script="" BindType="2" FusionType="0" FusionRate="0" FusionNeedRate="0" TemplateID="70682" RefineryLevel="0" Hole="3,1|6,3|9,3|12,3|0,3|0,3" />
<Item AddTime="11/29/2012 11:11:58 PM" Agility="720" Attack="400" CanCompose="true" CanDelete="true" CanDrop="false" CanEquip="true" CanStrengthen="true" CanUse="true" CategoryID="7" Colors="" Defence="620" Description="" Level="3" Luck="810" MaxCount="1" Name="LEGEND - Nỏ Thần" NeedLevel="1" NeedSex="0" Pic="Scrossbow4" Data="" Property1="32" Property2="33" Property3="0" Property4="0" Property5="15" Property6="60" Property7="300" Property8="0" Quality="5" Script="" BindType="2" FusionType="0" FusionRate="0" FusionNeedRate="0" TemplateID="70683" RefineryLevel="0" Hole="3,1|6,3|9,3|12,3|0,3|0,3" />
(Mình có đính kèm file mẫu chung trong tool)
Đây thật ra chính là file TemplateAllList.xml đã được giải mã và mình chọn những dòng có item muốn thêm vào thôi, chỉ cần copy những dòng vật phẩm mới mà các bạn muốn thêm vào Server của mình là dc, quá dễ đúng ko nào.
Sau khi đã có file xml rồi thì các bạn mở tool lên, giao diện nó thế này
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> (<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> )
Các bạn chọn đường dẫn đến file xml vừa tạo khi nãy, xong thì nhấn nút "Tạo Script", lập tức trong thư mục tool xuất hiện 1 file InsertItem+time.sql có nội dung giống thế này
--Tool tự tạo câu SQL thêm item mới vào database từ file xml--Dùng cho phiên bản Gunny 3.0
--Các bạn chạy file này chọn database Tank mà các bạn đang dùng để chèn item mới
--Sao lưu dữ liệu trước khi thực hiện, mọi lỗi phát sinh tác giả không chịu trách nhiệm
--Tác giả: bt90
INSERT INTO [Db_Tank].[dbo].[Shop_Goods]
([TemplateID]
,[Name]
,[Remark]
,[CategoryID]
,[Description]
,[Attack]
,[Defence]
,[Agility]
,[Luck]
,[Level]
,[Quality]
,[Pic]
,[MaxCount]
,[NeedSex]
,[NeedLevel]
,[CanStrengthen]
,[CanCompose]
,[CanDrop]
,[CanEquip]
,[CanUse]
,[CanDelete]
,[Script]
,[Data]
,[Colors]
,[Property1]
,[Property2]
,[Property3]
,[Property4]
,[Property5]
,[Property6]
,[Property7]
,[Property8]
,[Valid]
,[Count]
,[AddTime]
,[BindType]
,[FusionType]
,[FusionRate]
,[FusionNeedRate]
,[Hole]
,[RefineryLevel])
VALUES
(70681
,'LEGEND - Nỏ Thần'
,''
,7
,''
,200
,420
,520
,610
,3
,5
,'Scrossbow2'
,1
,0
,1
,'True'
,'True'
,'False'
,'True'
,'True'
,'True'
,''
,''
,''
,32
,33
,0
,0
,15
,60
,220
,0
,0
,1
,'11/29/2012 11:11:58 PM'
,2
,0
,0
,0
,'3,1|6,3|9,3|12,3|0,3|0,3'
,0)
GO
INSERT INTO [Db_Tank].[dbo].[Shop_Goods]
([TemplateID]
,[Name]
,[Remark]
,[CategoryID]
,[Description]
,[Attack]
,[Defence]
,[Agility]
,[Luck]
,[Level]
,[Quality]
,[Pic]
,[MaxCount]
,[NeedSex]
,[NeedLevel]
,[CanStrengthen]
,[CanCompose]
,[CanDrop]
,[CanEquip]
,[CanUse]
,[CanDelete]
,[Script]
,[Data]
,[Colors]
,[Property1]
,[Property2]
,[Property3]
,[Property4]
,[Property5]
,[Property6]
,[Property7]
,[Property8]
,[Valid]
,[Count]
,[AddTime]
,[BindType]
,[FusionType]
,[FusionRate]
,[FusionNeedRate]
,[Hole]
,[RefineryLevel])
VALUES
(70682
,'LEGEND - Nỏ Thần'
,''
,7
,''
,300
,520
,620
,710
,3
,5
,'Scrossbow3'
,1
,0
,1
,'True'
,'True'
,'False'
,'True'
,'True'
,'True'
,''
,''
,''
,32
,33
,0
,0
,15
,60
,260
,0
,0
,1
,'11/29/2012 11:11:58 PM'
,2
,0
,0
,0
,'3,1|6,3|9,3|12,3|0,3|0,3'
,0)
GO
INSERT INTO [Db_Tank].[dbo].[Shop_Goods]
([TemplateID]
,[Name]
,[Remark]
,[CategoryID]
,[Description]
,[Attack]
,[Defence]
,[Agility]
,[Luck]
,[Level]
,[Quality]
,[Pic]
,[MaxCount]
,[NeedSex]
,[NeedLevel]
,[CanStrengthen]
,[CanCompose]
,[CanDrop]
,[CanEquip]
,[CanUse]
,[CanDelete]
,[Script]
,[Data]
,[Colors]
,[Property1]
,[Property2]
,[Property3]
,[Property4]
,[Property5]
,[Property6]
,[Property7]
,[Property8]
,[Valid]
,[Count]
,[AddTime]
,[BindType]
,[FusionType]
,[FusionRate]
,[FusionNeedRate]
,[Hole]
,[RefineryLevel])
VALUES
(70683
,'LEGEND - Nỏ Thần'
,''
,7
,''
,400
,620
,720
,810
,3
,5
,'Scrossbow4'
,1
,0
,1
,'True'
,'True'
,'False'
,'True'
,'True'
,'True'
,''
,''
,''
,32
,33
,0
,0
,15
,60
,300
,0
,0
,1
,'11/29/2012 11:11:58 PM'
,2
,0
,0
,0
,'3,1|6,3|9,3|12,3|0,3|0,3'
,0)
GO
các bạn execute file này vào database DB_Tank của các bạn là xong.
Lưu ý, sao lưu trước khi thực hiện, chỉ dành cho dân gà như mình, pro miễn bình luận nhé, nếu có lỗi gì thì cho mình hay
Link download: <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
Vậy tool này là gì? Nó chính là tool tự động tạo code SQL từ file TemplateAllList.xml( file chứa thông tin vật phẩm của gunny) .
HD sử dụng:
Khi dùng tool này, bạn cần tạo 1 file xml với cấu trúc như sau
<Item AddTime="11/29/2012 11:11:58 PM" Agility="520" Attack="200" CanCompose="true" CanDelete="true" CanDrop="false" CanEquip="true" CanStrengthen="true" CanUse="true" CategoryID="7" Colors="" Defence="420" Description="" Level="3" Luck="610" MaxCount="1" Name="LEGEND - Nỏ Thần" NeedLevel="1" NeedSex="0" Pic="Scrossbow2" Data="" Property1="32" Property2="33" Property3="0" Property4="0" Property5="15" Property6="60" Property7="220" Property8="0" Quality="5" Script="" BindType="2" FusionType="0" FusionRate="0" FusionNeedRate="0" TemplateID="70681" RefineryLevel="0" Hole="3,1|6,3|9,3|12,3|0,3|0,3" /><Item AddTime="11/29/2012 11:11:58 PM" Agility="620" Attack="300" CanCompose="true" CanDelete="true" CanDrop="false" CanEquip="true" CanStrengthen="true" CanUse="true" CategoryID="7" Colors="" Defence="520" Description="" Level="3" Luck="710" MaxCount="1" Name="LEGEND - Nỏ Thần" NeedLevel="1" NeedSex="0" Pic="Scrossbow3" Data="" Property1="32" Property2="33" Property3="0" Property4="0" Property5="15" Property6="60" Property7="260" Property8="0" Quality="5" Script="" BindType="2" FusionType="0" FusionRate="0" FusionNeedRate="0" TemplateID="70682" RefineryLevel="0" Hole="3,1|6,3|9,3|12,3|0,3|0,3" />
<Item AddTime="11/29/2012 11:11:58 PM" Agility="720" Attack="400" CanCompose="true" CanDelete="true" CanDrop="false" CanEquip="true" CanStrengthen="true" CanUse="true" CategoryID="7" Colors="" Defence="620" Description="" Level="3" Luck="810" MaxCount="1" Name="LEGEND - Nỏ Thần" NeedLevel="1" NeedSex="0" Pic="Scrossbow4" Data="" Property1="32" Property2="33" Property3="0" Property4="0" Property5="15" Property6="60" Property7="300" Property8="0" Quality="5" Script="" BindType="2" FusionType="0" FusionRate="0" FusionNeedRate="0" TemplateID="70683" RefineryLevel="0" Hole="3,1|6,3|9,3|12,3|0,3|0,3" />
(Mình có đính kèm file mẫu chung trong tool)
Đây thật ra chính là file TemplateAllList.xml đã được giải mã và mình chọn những dòng có item muốn thêm vào thôi, chỉ cần copy những dòng vật phẩm mới mà các bạn muốn thêm vào Server của mình là dc, quá dễ đúng ko nào.
Sau khi đã có file xml rồi thì các bạn mở tool lên, giao diện nó thế này
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> (<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> )
Các bạn chọn đường dẫn đến file xml vừa tạo khi nãy, xong thì nhấn nút "Tạo Script", lập tức trong thư mục tool xuất hiện 1 file InsertItem+time.sql có nội dung giống thế này
--Tool tự tạo câu SQL thêm item mới vào database từ file xml--Dùng cho phiên bản Gunny 3.0
--Các bạn chạy file này chọn database Tank mà các bạn đang dùng để chèn item mới
--Sao lưu dữ liệu trước khi thực hiện, mọi lỗi phát sinh tác giả không chịu trách nhiệm
--Tác giả: bt90
INSERT INTO [Db_Tank].[dbo].[Shop_Goods]
([TemplateID]
,[Name]
,[Remark]
,[CategoryID]
,[Description]
,[Attack]
,[Defence]
,[Agility]
,[Luck]
,[Level]
,[Quality]
,[Pic]
,[MaxCount]
,[NeedSex]
,[NeedLevel]
,[CanStrengthen]
,[CanCompose]
,[CanDrop]
,[CanEquip]
,[CanUse]
,[CanDelete]
,[Script]
,[Data]
,[Colors]
,[Property1]
,[Property2]
,[Property3]
,[Property4]
,[Property5]
,[Property6]
,[Property7]
,[Property8]
,[Valid]
,[Count]
,[AddTime]
,[BindType]
,[FusionType]
,[FusionRate]
,[FusionNeedRate]
,[Hole]
,[RefineryLevel])
VALUES
(70681
,'LEGEND - Nỏ Thần'
,''
,7
,''
,200
,420
,520
,610
,3
,5
,'Scrossbow2'
,1
,0
,1
,'True'
,'True'
,'False'
,'True'
,'True'
,'True'
,''
,''
,''
,32
,33
,0
,0
,15
,60
,220
,0
,0
,1
,'11/29/2012 11:11:58 PM'
,2
,0
,0
,0
,'3,1|6,3|9,3|12,3|0,3|0,3'
,0)
GO
INSERT INTO [Db_Tank].[dbo].[Shop_Goods]
([TemplateID]
,[Name]
,[Remark]
,[CategoryID]
,[Description]
,[Attack]
,[Defence]
,[Agility]
,[Luck]
,[Level]
,[Quality]
,[Pic]
,[MaxCount]
,[NeedSex]
,[NeedLevel]
,[CanStrengthen]
,[CanCompose]
,[CanDrop]
,[CanEquip]
,[CanUse]
,[CanDelete]
,[Script]
,[Data]
,[Colors]
,[Property1]
,[Property2]
,[Property3]
,[Property4]
,[Property5]
,[Property6]
,[Property7]
,[Property8]
,[Valid]
,[Count]
,[AddTime]
,[BindType]
,[FusionType]
,[FusionRate]
,[FusionNeedRate]
,[Hole]
,[RefineryLevel])
VALUES
(70682
,'LEGEND - Nỏ Thần'
,''
,7
,''
,300
,520
,620
,710
,3
,5
,'Scrossbow3'
,1
,0
,1
,'True'
,'True'
,'False'
,'True'
,'True'
,'True'
,''
,''
,''
,32
,33
,0
,0
,15
,60
,260
,0
,0
,1
,'11/29/2012 11:11:58 PM'
,2
,0
,0
,0
,'3,1|6,3|9,3|12,3|0,3|0,3'
,0)
GO
INSERT INTO [Db_Tank].[dbo].[Shop_Goods]
([TemplateID]
,[Name]
,[Remark]
,[CategoryID]
,[Description]
,[Attack]
,[Defence]
,[Agility]
,[Luck]
,[Level]
,[Quality]
,[Pic]
,[MaxCount]
,[NeedSex]
,[NeedLevel]
,[CanStrengthen]
,[CanCompose]
,[CanDrop]
,[CanEquip]
,[CanUse]
,[CanDelete]
,[Script]
,[Data]
,[Colors]
,[Property1]
,[Property2]
,[Property3]
,[Property4]
,[Property5]
,[Property6]
,[Property7]
,[Property8]
,[Valid]
,[Count]
,[AddTime]
,[BindType]
,[FusionType]
,[FusionRate]
,[FusionNeedRate]
,[Hole]
,[RefineryLevel])
VALUES
(70683
,'LEGEND - Nỏ Thần'
,''
,7
,''
,400
,620
,720
,810
,3
,5
,'Scrossbow4'
,1
,0
,1
,'True'
,'True'
,'False'
,'True'
,'True'
,'True'
,''
,''
,''
,32
,33
,0
,0
,15
,60
,300
,0
,0
,1
,'11/29/2012 11:11:58 PM'
,2
,0
,0
,0
,'3,1|6,3|9,3|12,3|0,3|0,3'
,0)
GO
các bạn execute file này vào database DB_Tank của các bạn là xong.
Lưu ý, sao lưu trước khi thực hiện, chỉ dành cho dân gà như mình, pro miễn bình luận nhé, nếu có lỗi gì thì cho mình hay
Link download: <b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>