[Help Thread] Please post your questions here.

03/10/2022 17:57 ThunderNikk#8356
Quote:
Originally Posted by joaobitu2 View Post
[Only registered and activated users can see links. Click Here To Register...]

Hello, how do I fix this error? I'm trying to put newer resources in for a new item but I keep getting this.
If you are working with 9.4 or higher are you recreating the item ref?
03/10/2022 18:02 joaobitu2#8357
I'm working with 9.4, I am not recreating, how do I do that?
03/10/2022 20:22 ThunderNikk#8358
Grimoire 4 by SilentWisdom fully supports item.rdb and item.ref creation...

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

There was also a tool worked on by Gangor...

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

Pretty sure Glandu2 also added support for it in their RDB tool...

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

There used to be a guide on it but I can not find the link.

The general gist of it though is recreating a new item.rdb will not work unless a new item.ref is created as well
03/10/2022 20:28 joaobitu2#8359
Quote:
Originally Posted by ThunderNikk View Post
Grimoire 4 by SilentWisdom fully supports item.rdb and item.ref creation...

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

There was also a tool worked on by Gangor...

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

Pretty sure Glandu2 also added support for it in their RDB tool...

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

There used to be a guide on it but I can not find the link.

The general gist of it though is recreating a new item.rdb will not work unless a new item.ref is created as well
do you mind if I make further questions over on discord? I've got the tools but since there is no guide... idk how to do it
03/12/2022 01:52 chet108#8360
how change item for quest? what the name of field in db?
03/12/2022 12:51 Sandro1029#8361
Quote:
Originally Posted by chet108 View Post
how change item for quest? what the name of field in db?
Can you explain what exactly you want to do?
03/12/2022 15:50 chet108#8362
yea. i need to create box with "good items" then add it to quest reward
03/13/2022 21:16 yosiemelo#8363
Quote:
Originally Posted by chet108 View Post
how change item for quest? what the name of field in db?


Go to Arcadia --> QuestResource and Look at the "default_reward_id" column
You enter the ID of the item you will always receive after completing quest.

you can see columns like "default_reward_level" and quantity.
Level I recommend to leave at 1 and the quantity is just the amount you will receive.

you can see columns like "default_reward_level" and quantity.
Level I recommend to leave at 1 and the quantity is just the amount you will receive.

later you see the next "optional_reward_id" columns work the same as what I described earlier, only of those options, as the name suggests, you can only choose 1 as a reward (+ what is deflaut)

Have Fun! ;)
03/13/2022 21:18 chet108#8364
yea i does it few hours ago. but thanks anyway :)
03/15/2022 00:40 joaobitu2#8365
guys... I've done all the game related changes I needed, I wanna go for a beta... are there any guides in actually launching the server live that I should look into?
03/15/2022 01:01 yosiemelo#8366
Quote:
Originally Posted by joaobitu2 View Post
guys... I've done all the game related changes I needed, I wanna go for a beta... are there any guides in actually launching the server live that I should look into?
Get yourself a cheap root server to get started at all and see if it works out for you or if you want to do it.

You don't need a website or some outstanding security systems to start with if you can't make them, because you'll also just have a small group of players to help you test what you're doing and have a good discord connection with them so you should be ok.
over time you will gain experience with the game / files and work with people / players. I know from my experience.
If you have already gained experience and you have the server ready enough to open it, then seek help from a professional who will take care of your website and secure the server and data of players playing at your place.
03/24/2022 06:44 12sky2Server#8367
help! how to enable debug mode of client? has command arguments and record log?
when i enter vulcanus dungeon. the client crashed..
i want to know what files the client lost.

thanks!
03/26/2022 10:14 king1king#8368
hello ervery one
Can I convert a item.SQL file from 9.5.2 to 9.6?
Is there a way?
Translated by Google
03/26/2022 12:17 Masumichan#8369
Quote:
Originally Posted by king1king View Post
hello ervery one
Can I convert a item.SQL file from 9.5.2 to 9.6?
Is there a way?
Translated by Google
Yes there is, It's called scripting my friend you should be able to do this quite easily with Python, Try looking into pyodbc :)
I'm also quite certain you can do it in query language with a WHILE loop :)

If you have any issue with it, I could perhaps give you some directions.
My discord : Lyza#5923
03/29/2022 23:02 king1king#8370
Can i lunch 9.5 GS whith this table there is way?

[id] int NOT NULL,
[name_id] int NOT NULL,
[tooltip_id] int NOT NULL,
[type] int NOT NULL,
[group] int NOT NULL,
[class] int NOT NULL,
[wear_type] int NOT NULL,
[set_id] int NOT NULL,
[set_part_flag] int NOT NULL,
[grade] tinyint NOT NULL,
[rank] int NOT NULL,
[level] int NOT NULL,
[enhance] int NOT NULL,
[socket] int NOT NULL,
[status_flag] int NOT NULL,
[limit_deva] char(1) COLLATE Korean_Wansung_CI_AS NOT NULL,
[limit_asura] char(1) COLLATE Korean_Wansung_CI_AS NOT NULL,
[limit_gaia] char(1) COLLATE Korean_Wansung_CI_AS NOT NULL,
[job_depth] tinyint NOT NULL,
[limit_fighter] char(1) COLLATE Korean_Wansung_CI_AS NOT NULL,
[limit_hunter] char(1) COLLATE Korean_Wansung_CI_AS NOT NULL,
[limit_magician] char(1) COLLATE Korean_Wansung_CI_AS NOT NULL,
[limit_summoner] char(1) COLLATE Korean_Wansung_CI_AS NOT NULL,
[use_min_level] int NOT NULL,
[use_max_level] int NOT NULL,
[target_min_level] int NOT NULL,
[target_max_level] int NOT NULL,
[range] decimal(10,2) NOT NULL,
[weight] decimal(10,2) NOT NULL,
[price] int NOT NULL,
[huntaholic_point] int NOT NULL,
[arena_point] int NOT NULL,
[ethereal_durability] int NOT NULL,
[endurance] int NOT NULL,
[material] int NOT NULL,
[summon_id] int NOT NULL,
[item_use_flag] int NOT NULL,
[available_period] int NOT NULL,
[decrease_type] tinyint NOT NULL,
[throw_range] decimal(10,2) NOT NULL,
[base_type_0] smallint NOT NULL,
[base_var1_0] decimal(12,2) NOT NULL,
[base_var2_0] decimal(12,2) NOT NULL,
[base_type_1] smallint NOT NULL,
[base_var1_1] decimal(12,2) NOT NULL,
[base_var2_1] decimal(12,2) NOT NULL,
[base_type_2] smallint NOT NULL,
[base_var1_2] decimal(12,2) NOT NULL,
[base_var2_2] decimal(12,2) NOT NULL,
[base_type_3] smallint NOT NULL,
[base_var1_3] decimal(12,2) NOT NULL,
[base_var2_3] decimal(12,2) NOT NULL,
[opt_type_0] smallint NOT NULL,
[opt_var1_0] decimal(12,2) NOT NULL,
[opt_var2_0] decimal(12,2) NOT NULL,
[opt_type_1] smallint NOT NULL,
[opt_var1_1] decimal(12,2) NOT NULL,
[opt_var2_1] decimal(12,2) NOT NULL,
[opt_type_2] smallint NOT NULL,
[opt_var1_2] decimal(12,2) NOT NULL,
[opt_var2_2] decimal(12,2) NOT NULL,
[opt_type_3] smallint NOT NULL,
[opt_var1_3] decimal(12,2) NOT NULL,
[opt_var2_3] decimal(12,2) NOT NULL,
[effect_id] int NOT NULL,
[enhance_id] int NOT NULL,
[skill_id] int NOT NULL,
[state_id] int NOT NULL,
[state_level] int NOT NULL,
[state_time] int NOT NULL,
[cool_time] int NOT NULL,
[cool_time_group] smallint NOT NULL,
[model_type_dem] int NOT NULL,
[model_type_def] int NOT NULL,
[model_type_asm] int NOT NULL,
[model_type_asf] int NOT NULL,
[model_type_gam] int NOT NULL,
[model_type_gaf] int NOT NULL,
[deco_model_change] tinyint NOT NULL,
[model_00] varchar(256) COLLATE Korean_Wansung_CI_AS NOT NULL,
[model_01] varchar(256) COLLATE Korean_Wansung_CI_AS NOT NULL,
[model_02] varchar(256) COLLATE Korean_Wansung_CI_AS NOT NULL,
[model_03] varchar(256) COLLATE Korean_Wansung_CI_AS NOT NULL,
[model_04] varchar(256) COLLATE Korean_Wansung_CI_AS NOT NULL,
[model_05] varchar(256) COLLATE Korean_Wansung_CI_AS NOT NULL,
[texture_filename] varchar(256) COLLATE Korean_Wansung_CI_AS NOT NULL,
[drop_type] varchar(256) COLLATE Korean_Wansung_CI_AS NOT NULL,
[icon_id] int NOT NULL,
[icon_file_name] varchar(256) COLLATE Korean_Wansung_CI_AS NOT NULL,
[script_text] varchar(512) COLLATE Korean_Wansung_CI_AS NOT NULL,
[2nd_array] int NOT NULL,
[group_bit_set] int NOT NULL
[IMG=expandable: 1][Only registered and activated users can see links. Click Here To Register...][/IMG]

i can't work or edit somthing with GS
some one can do this ?

sorry for my bad english