[Help Thread] Please post your questions here.

01/05/2023 14:51 osomeloso#8491
Why do the db_item.ref that I see in all the videos have a plain text structure that can be modified and the one that rdbtool or grimore takes out has a database structure? Thank you
01/05/2023 15:52 ThunderNikk#8492
Screen shot differences?

I ask because I am not really sure what you are trying to describe.

Database structure is plain text and modifiable, yet you describe them like they are two different things.
01/05/2023 17:20 osomeloso#8493
Quote:
Originally Posted by ThunderNikk View Post
Screen shot differences?

I ask because I am not really sure what you are trying to describe.

Database structure is plain text and modifiable, yet you describe them like they are two different things.
My db_item.ref when i extract when i extract it from grimore or rdbtool they create a db_item.ref (after can i hash it)

open con notepad++


open with Sublime text

And for other side an example with a video of akira

01/05/2023 18:18 ThunderNikk#8494
Are you using the correct structure file for the client editing tools.

I will have to look at mine when I get home in front of my computer tonight, but it possibly looks like your structure file you are loading for the item ref may not be correct.

I had no trouble loading an item.ref with grimoire and dumping it to a CSV file which also looks normal

Grimoire runs a little clunky for my tastes but I did managed to struggle my way through it.

Are you using the latest version of Grim 5.1.6
01/06/2023 10:06 osomeloso#8495
Quote:
Originally Posted by ThunderNikk View Post
Are you using the correct structure file for the client editing tools.

I will have to look at mine when I get home in front of my computer tonight, but it possibly looks like your structure file you are loading for the item ref may not be correct.

I had no trouble loading an item.ref with grimoire and dumping it to a CSV file which also looks normal

Grimoire runs a little clunky for my tastes but I did managed to struggle my way through it.

Are you using the latest version of Grim 5.1.6
But I see that you open the file in csv format, I don't see plain text. the file that you save in the grimore for the revive folder has to be in csv or rdb? Thank you very much for being interested.
01/06/2023 11:59 ThunderNikk#8496
Its not an RDB it is a REF it needs to be saved from grimoire for reinsertion as a .ref in the ref folder

Also what you show the other person editing up above is not the item.ref but it is the item.spr file which can be opened and edited in plain text.
01/07/2023 15:04 osomeloso#8497
Quote:
Originally Posted by ThunderNikk View Post
Its not an RDB it is a REF it needs to be saved from grimoire for reinsertion as a .ref in the ref folder

Also what you show the other person editing up above is not the item.ref but it is the item.spr file which can be opened and edited in plain text.
And the second one what you say, item.spr how can I create it? And is necessary for add new content to the game? Ty for the help , right now you are the more helper person in this forum
01/07/2023 16:03 ThunderNikk#8498
The item.spr is already in the client but it is necessary to update it to add new items to the game and have the icons work

Consider it like an icon registry
01/08/2023 02:11 legureiller2#8499
somebody have client 9.5.2 i have this error at log server ( in game server consol) client checksum failed: (201507080,20180117) at 127.0.0.1
01/08/2023 03:49 ThunderNikk#8500
You need this line in your gameserver.opt...

N game.version:20181211

But the number needs to be set to one of those 2 numbers you have listed there...

201507080 or

20180117

Other than that client downloads are listed in the collection thread...

[Only registered and activated users can see links. Click Here To Register...]
01/09/2023 10:30 osomeloso#8501
Quote:
Originally Posted by ThunderNikk View Post
You need this line in your gameserver.opt...

N game.version:20181211

But the number needs to be set to one of those 2 numbers you have listed there...

201507080 or

20180117

Other than that client downloads are listed in the collection thread...

[Only registered and activated users can see links. Click Here To Register...]
Taking advantage of this information I have tested the 9.5 kts version published in this forum and I even choose a server. I don't go from here, no matter how much I click, it doesn't advance. I wanted to try a different version than the one published by Fear in their 9.5.2 guide to remove the neon pink from the menus and clothing modifications since it is the Arab client.
[Only registered and activated users can see links. Click Here To Register...]
01/09/2023 11:43 ThunderNikk#8502
You know there is an English Client that is posted there right?

No pink
01/09/2023 18:21 legureiller2#8503
Quote:
Originally Posted by ThunderNikk View Post
You need this line in your gameserver.opt...

N game.version:20181211

But the number needs to be set to one of those 2 numbers you have listed there...

201507080 or

20180117

Other than that client downloads are listed in the collection thread...

[Only registered and activated users can see links. Click Here To Register...]




Tanks you but i have version game i try 2 version idk for what and how but now i cant log in game nothing message pop nothing error in the consol if you have discord for help me is apreciate
01/10/2023 00:00 spiderking69#8504
so im using the npc job point lua script in my own NPC and was wanting to add in exchange JP for AP but i keep getting this attempt to perform arithmetic on local 'ap'( a string value) i honest cant figure it out so thanks and heres what i have i was hoping changing it from holicpoint to ap or arena would work but i guess not



01/10/2023 08:32 osomeloso#8505
Quote:
Originally Posted by ThunderNikk View Post
You know there is an English Client that is posted there right?

No pink


It's true!! I have to buy glasses because I'm blind! I just saw it yesterday. Finally a game without pink!!! By the way. Thank you very much for your help. Thanks to you I already have my first pet created by me with a personalized card and image. Next achievement to put the pets of 9.7 !!!!. Really thank you very much

Quote:
Originally Posted by spiderking69 View Post
so im using the npc job point lua script in my own NPC and was wanting to add in exchange JP for AP but i keep getting this attempt to perform arithmetic on local 'ap'( a string value) i honest cant figure it out so thanks and heres what i have i was hoping changing it from holicpoint to ap or arena would work but i guess not





If you want add more ap points you need to change the lua code not the bbdd.


set_value( "jp", jp - 1000000 )
set_arena_point( ap + 50 ) # <- this number
cprint( "You got <B>1.000 Holicpoint</B>." )
cprint( text2 )
arena_sub()