Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 11:20

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Rappelz RDB Tool with tabs

Discussion on [Release] Rappelz RDB Tool with tabs within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old 05/18/2018, 18:50   #316
 
elite*gold: 0
Join Date: Jul 2015
Posts: 5
Received Thanks: 0
I hashed db_monster.rdb into eTyQ3Sn']ogMrd-L

is that correct ? Still not working


Edit: Ohhhhh i get it, i have to hash db_monster(ascii).rdb and not db_monster.rdb !!

Thanks for your help !!
squall14000 is offline  
Old 05/18/2018, 23:04   #317
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,781
Received Thanks: 1,462
Yep that's it.
ThunderNikk is offline  
Old 06/23/2018, 07:04   #318
 
elite*gold: 0
Join Date: Oct 2017
Posts: 54
Received Thanks: 5
does anyone have ItemResource 9.5 ?
solo69 is offline  
Old 06/23/2018, 07:32   #319
 
InkDevil's Avatar
 
elite*gold: 0
Join Date: Sep 2015
Posts: 595
Received Thanks: 1,189
Quote:
Originally Posted by solo69 View Post
does anyone have ItemResource 9.5 ?
Well, if you're happy with it in sql-format, then here you are.
Attached Files
File Type: rar ItemResource_95.rar (733.0 KB, 172 views)
InkDevil is offline  
Thanks
4 Users
Old 06/24/2018, 13:29   #320
 
elite*gold: 0
Join Date: Oct 2017
Posts: 54
Received Thanks: 5
Quote:
Originally Posted by InkDevil View Post
Well, if you're happy with it in sql-format, then here you are.
That's what I was looking for, you have my thanks
solo69 is offline  
Old 06/26/2018, 18:07   #321
 
elite*gold: 0
Join Date: Oct 2017
Posts: 54
Received Thanks: 5
I am having problem with reading 9.4 - 9.5 ItemEffectResource (RDB) I am getting -1 or 255 as effect_type

I am trying to get ItemEffectResource for 9.5

Any ideas ?
solo69 is offline  
Old 12/10/2018, 06:25   #322
 
elite*gold: 0
Join Date: Jul 2015
Posts: 17
Received Thanks: 1
Hi glandu2
i have script to read and write string952 but i need to talk u something to edit ur program
can u talk to me in facebook or Discord ?
AlNisr is offline  
Old 12/10/2018, 22:04   #323
 
SilentWisdom's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 477
Received Thanks: 633
What is your issue? @
SilentWisdom is offline  
Old 12/11/2018, 02:14   #324
 
elite*gold: 0
Join Date: Jul 2015
Posts: 17
Received Thanks: 1
Quote:
Originally Posted by SilentWisdom View Post
What is your issue? @
Can you communicate elsewhere? facebook or discord !
i can't talk here
AlNisr is offline  
Old 12/11/2018, 03:01   #325
 
SilentWisdom's Avatar
 
elite*gold: 0
Join Date: Jul 2015
Posts: 477
Received Thanks: 633
Quote:
Originally Posted by AlNisr View Post
Can you communicate elsewhere? facebook or discord !
i can't talk here
You can msg me on disc:

ismokedrow#3102
SilentWisdom is offline  
Old 12/11/2018, 22:49   #326
 
elite*gold: 0
Join Date: Jul 2015
Posts: 17
Received Thanks: 1
Quote:
Originally Posted by SilentWisdom View Post
You can msg me on disc:

ismokedrow#3102
sry i don't found ur disc
add me: AlNisr#3530
AlNisr is offline  
Old 12/11/2018, 22:52   #327
 
elite*gold: 0
Join Date: Apr 2012
Posts: 463
Received Thanks: 837
I'm aware of impossibility to read new 9.5.2 db_string.rdb files with the existing rdb tool. I'm working on this and have a solution so far but I'm testing it so everything is fine and does crash.
glandu2 is offline  
Old 12/11/2018, 23:37   #328
 
elite*gold: 0
Join Date: Apr 2012
Posts: 463
Received Thanks: 837
@

A new version of RappelzRDBTool v3.2.0 to support db_string.rdb from 9.5.2.

Changes:
  • Add support for negative length strings. These are assumed to be 0 byte string. These negative length strings can be handled by LUA code to manage them. In db_string.rdb, this is used to retrieve referenced strings.
  • Allow convertData function to set the string length (used to pad all string to be 4 bytes aligned)
  • Add a new available function to set the RDB date: "getRdbDate". See implementation in String952Database.lua.
Attached Files
File Type: zip RappelzRDBTool-3.2.0-bin.zip (930.0 KB, 272 views)
glandu2 is offline  
Thanks
5 Users
Old 12/13/2018, 06:54   #329
 
elite*gold: 0
Join Date: Jul 2015
Posts: 17
Received Thanks: 1
Quote:
Originally Posted by glandu2 View Post
@

A new version of RappelzRDBTool v3.2.0 to support db_string.rdb from 9.5.2.

Changes:
  • Add support for negative length strings. These are assumed to be 0 byte string. These negative length strings can be handled by LUA code to manage them. In db_string.rdb, this is used to retrieve referenced strings.
  • Allow convertData function to set the string length (used to pad all string to be 4 bytes aligned)
  • Add a new available function to set the RDB date: "getRdbDate". See implementation in String952Database.lua.
ty ^^ glandu2 .. can i add u in discord ?!
this my discord if u want: AlNisr#3530
i need to talk u something about nx3

i edit this script to export String952 --> String81 and u can use string952 in server use string81
Code:

#edit by: AlNisr
rdb.fields = {
	{"", TYPE_VARCHAR_SIZE | TYPE_SQLIGNORE, MAKEINDEXEDVAR(0, 1)},
	{"", TYPE_VARCHAR_SIZE | TYPE_SQLIGNORE, MAKEINDEXEDVAR(1, 1)},
	{"name", TYPE_VARCHAR_STR | TYPE_SQLIGNORE, MAKEINDEXEDVAR(0, 64)},
	{"value", TYPE_NVARCHAR_STR, MAKEINDEXEDVAR(1, 3999)},
	{"code", TYPE_INT32},
	{"group_id", TYPE_INT32},
	{"unknownValue0", TYPE_INT32 | TYPE_SQLIGNORE | TYPE_CSVIGNORE | TYPE_GUIIGNORE},
	{"unknownValue1", TYPE_INT32 | TYPE_SQLIGNORE | TYPE_CSVIGNORE | TYPE_GUIIGNORE},
	{"unknownValue2", TYPE_INT32 | TYPE_SQLIGNORE | TYPE_CSVIGNORE | TYPE_GUIIGNORE},
	{"unknownValue3", TYPE_INT32 | TYPE_SQLIGNORE | TYPE_CSVIGNORE | TYPE_GUIIGNORE},
}
rdb.defaultFileName = "db_string.rdb"
rdb.defaultTableName = "StringResource"

rdb.sqlColumnOrder = table.concat({
	"name\0",
	"group_id\0",
	"code\0",
	"value\0",
})

rdb.csvColumnOrder = table.concat({
	"code\0",
	"group_id\0",
	"name\0",
	"value\0",
})

rdb.convertData = function (dst, mode, row, rowNum)
	if mode == DCT_Read and dst ~= DF_RDB then
		row.name = "New Name"
		row.unknownValue0 = 0
		row.unknownValue1 = 0
		row.unknownValue2 = 0
		row.unknownValue3 = 0
	end
end
sorry if i have any problem in script i'm not dev
i'm just designer
AlNisr is offline  
Old 05/25/2019, 11:12   #330
 
elite*gold: 0
Join Date: Aug 2011
Posts: 21
Received Thanks: 0
Any way to get item.ref 9.5.2. or 9.6 work? I can't open it with 9.4lua
Saaw666 is offline  
Reply


Similar Threads Similar Threads
[Release]Shiva-Rappelz GM-Tool V1
04/22/2023 - Rappelz Private Server - 9 Replies
Download VirusTotal GM-Tool not update since the first post, you can update it easily with your Arcadia.
[Release]e*PvP - Rappelz Section Tool
09/15/2012 - Rappelz Private Server - 14 Replies
Well, here is the tool to make accessing/using this board easier a LOT! It has many functions, which i will put SS and explain about each one ( and its everything is explained in the tool too) http://i.epvpimg.com/1hExc.png here, u can write the thing your searching for in the text box, then click the search button so it searches for it in epvp search engine (Whole Epvp Search Engine And Not Only Rappelz) and you can also click the logo to be directed to the main rappelz-private-server...
[RELEASE] Rappelz Ban-Tool
11/17/2011 - Rappelz Private Server - 10 Replies
NCarbon left, Silent left, Smokey left, Raskim left... Finally Xij will left, too! NULL



All times are GMT +2. The time now is 11:20.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.