[Help Thread] Please post your questions here.

06/24/2017 10:22 Reichoman3#6316
i cant make my auth, gamesever connect to database (db init error)

database names: arcadia8_1,auth_gamePortal,telecaster
i got the auth from 7,4 version becouse i didnt find 8,1 version

im using 8,1 version
06/24/2017 13:30 Guibzs#6317
Quote:
Originally Posted by kojima2501 View Post
Hi i have same problem one time // don't create other enchant_id take one already create .

and delete resource Hashed " RGVJ{TbE}R0;iP DxMrd-, " in ur client or nohash db_enhanceeffect.rdb (don't forget make resource for ur item too)
Hi, thanks for your help !
I tried to clean my dbo.EnhanceEffectResource and to remove my resource like the one you said, but the issue is still the same...

What can I do more ?
06/24/2017 13:52 TheOnlyOneRaskim#6318
Quote:
Originally Posted by Guibzs View Post
Hi, thanks for your help !
I tried to clean my dbo.EnhanceEffectResource and to remove my resource like the one you said, but the issue is still the same...

What can I do more ?
The db_enhanceeffect.rdb has to be written in *.rdu Format


Just get a Tool, wich Support this, or make one on your own. ;)
06/24/2017 15:37 ThunderNikk#6319
Quote:
Originally Posted by Reichoman3 View Post
i cant make my auth, gamesever connect to database (db init error)

database names: arcadia8_1,auth_gamePortal,telecaster
i got the auth from 7,4 version becouse i didnt find 8,1 version

im using 8,1 version
You do realize that your .opt files are trying to connect to the database names that are in the .opt files and yours are named differently according to your post.

Lets start there.
06/24/2017 18:32 Guibzs#6320
Quote:
Originally Posted by TheOnlyOneRaskim View Post
The db_enhanceeffect.rdb has to be written in *.rdu Format


Just get a Tool, wich Support this, or make one on your own. ;)
I'm using RDB Tool by glandu2.

Are you sure that db_enhanceeffect.rdb is the file that causes me that issue ?
Because i tryied to replace mine with the one from 9.1 Team Revolution files and it didn't fixed anything.
06/24/2017 19:09 ThunderNikk#6321
Quote:
Originally Posted by Guibzs View Post
I'm using RDB Tool by glandu2.

Are you sure that db_enhanceeffect.rdb is the file that causes me that issue ?
Because i tryied to replace mine with the one from 9.1 Team Revolution files and it didn't fixed anything.
.rdu

The gameserver is ignoring the .rdb
06/24/2017 21:39 samed153#6322

Fixed
06/25/2017 04:05 Guibzs#6323
I just fixed my last issue by making a new cleaned client.

I have another question. When i click on the item "Deva's Blessing", nothing happens : i'm not getting buffed. I checked into my ItemResource and there's on_use_item. I also checked my NPC_DarkMarket lua file and it contains the required if statement.

Any idea ? What am I missing ?
06/25/2017 10:51 samed153#6324
PLS CAN SOME ONE HELP ME

WHEN İ TRY ADD LamiaCore's Ship Map to my sql database
i have error
"sql Error converting data type varchar to numeric" What must i do
06/25/2017 11:57 InkDevil#6325
Quote:
Originally Posted by samed153 View Post
PLS CAN SOME ONE HELP ME

WHEN İ TRY ADD LamiaCore's Ship Map to my sql database
i have error
"sql Error converting data type varchar to numeric" What must i do
Just remove the apostrophes in my query.
Code:
INSERT INTO dbo.WorldLocation ("id","text_id","x","y","preloading_distance","apply_location_name","apply_light","apply_bgm","location_type","fog_application","time_id","weather_id","cloud_ratio","weather_change_time","weather_ratio","sky_start_a","sky_start_r","sky_start_g","sky_start_b","sky_mid_a","sky_mid_r","sky_mid_g","sky_mid_b","sky_end_a","sky_end_r","sky_end_g","sky_end_b","sky_mid_rate","diffuse_a","diffuse_r","diffuse_g","diffuse_b","ambient_a","ambient_r","ambient_g","ambient_b","specular_a","specular_r","specular_g","specular_b","fog_a","fog_r","fog_g","fog_b","v_start","v_end","h_start","h_end","fixed_terrain_distance","cloud_a","cloud_r","cloud_g","cloud_b","land_specular","character_diffuse","character_ambient","sun_texture_file","moon_texture_file","cloud_texture_file","bgm1_ID","bgm1_ratio","bgm2_ID","bgm2_ratio","bgm3_ID","bgm3_ratio","environmental_sound1_ID","environmental_sound1_ratio","environmental_sound2_ID","environmental_sound2_ratio","environmental_sound3_ID","environmental_sound3_ratio","environmental_sound4_ID","environmental_sound4_ratio","environmental_sound_reverb","environmental_sound_volume","environmental_sound_equalizer","minimap_ani_file_ID","worldmap_ani_file_ID","zoom_map_type","display_positoin_x","display_positoin_y","zoom_x","offset_x","offset_y","size_x","size_y","blank_resource_ID","blank_a","blank_r","blank_g","blank_b","zoom_minimap","precipitation_min","precipitation_max","aurora_t","aurora_a","aurora_s","aurora_h","cloud_set") 
VALUES (4100,41000,4,10,1000,1,1,1,2,3,1,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,6.000000e-001,182,176,191,210,97,73,102,133,193,255,255,255,0,0,0,0,1.700000e-002,2.000000e-001,2.000000e-002,2.000000e-001,0,0,0,0,0,8.000000e-001,8.000000e-001,1.000000e+000,0,0,0,29,100,0,0,0,0,121,30,122,25,123,25,123,20,0,80,0,0,0,0,0,0,1,0,0,0,0,0,255,0,0,0,8,0,0,0.000000e+000,0.000000e+000,0.000000e+000,0.000000e+000,0)
INSERT INTO dbo.WorldLocation ("id","text_id","x","y","preloading_distance","apply_location_name","apply_light","apply_bgm","location_type","fog_application","time_id","weather_id","cloud_ratio","weather_change_time","weather_ratio","sky_start_a","sky_start_r","sky_start_g","sky_start_b","sky_mid_a","sky_mid_r","sky_mid_g","sky_mid_b","sky_end_a","sky_end_r","sky_end_g","sky_end_b","sky_mid_rate","diffuse_a","diffuse_r","diffuse_g","diffuse_b","ambient_a","ambient_r","ambient_g","ambient_b","specular_a","specular_r","specular_g","specular_b","fog_a","fog_r","fog_g","fog_b","v_start","v_end","h_start","h_end","fixed_terrain_distance","cloud_a","cloud_r","cloud_g","cloud_b","land_specular","character_diffuse","character_ambient","sun_texture_file","moon_texture_file","cloud_texture_file","bgm1_ID","bgm1_ratio","bgm2_ID","bgm2_ratio","bgm3_ID","bgm3_ratio","environmental_sound1_ID","environmental_sound1_ratio","environmental_sound2_ID","environmental_sound2_ratio","environmental_sound3_ID","environmental_sound3_ratio","environmental_sound4_ID","environmental_sound4_ratio","environmental_sound_reverb","environmental_sound_volume","environmental_sound_equalizer","minimap_ani_file_ID","worldmap_ani_file_ID","zoom_map_type","display_positoin_x","display_positoin_y","zoom_x","offset_x","offset_y","size_x","size_y","blank_resource_ID","blank_a","blank_r","blank_g","blank_b","zoom_minimap","precipitation_min","precipitation_max","aurora_t","aurora_a","aurora_s","aurora_h","cloud_set") 
VALUES (4100,41000,4,10,1000,1,1,1,2,3,2,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,6.000000e-001,182,176,191,210,97,73,102,133,193,255,255,255,0,0,0,0,1.700000e-002,2.000000e-001,2.000000e-002,2.000000e-001,0,0,0,0,0,8.000000e-001,8.000000e-001,1.000000e+000,0,0,0,29,100,0,0,0,0,121,30,122,25,123,25,123,20,0,80,0,0,0,0,0,0,1,0,0,0,0,0,255,0,0,0,8,0,0,0.000000e+000,0.000000e+000,0.000000e+000,0.000000e+000,0)
INSERT INTO dbo.WorldLocation ("id","text_id","x","y","preloading_distance","apply_location_name","apply_light","apply_bgm","location_type","fog_application","time_id","weather_id","cloud_ratio","weather_change_time","weather_ratio","sky_start_a","sky_start_r","sky_start_g","sky_start_b","sky_mid_a","sky_mid_r","sky_mid_g","sky_mid_b","sky_end_a","sky_end_r","sky_end_g","sky_end_b","sky_mid_rate","diffuse_a","diffuse_r","diffuse_g","diffuse_b","ambient_a","ambient_r","ambient_g","ambient_b","specular_a","specular_r","specular_g","specular_b","fog_a","fog_r","fog_g","fog_b","v_start","v_end","h_start","h_end","fixed_terrain_distance","cloud_a","cloud_r","cloud_g","cloud_b","land_specular","character_diffuse","character_ambient","sun_texture_file","moon_texture_file","cloud_texture_file","bgm1_ID","bgm1_ratio","bgm2_ID","bgm2_ratio","bgm3_ID","bgm3_ratio","environmental_sound1_ID","environmental_sound1_ratio","environmental_sound2_ID","environmental_sound2_ratio","environmental_sound3_ID","environmental_sound3_ratio","environmental_sound4_ID","environmental_sound4_ratio","environmental_sound_reverb","environmental_sound_volume","environmental_sound_equalizer","minimap_ani_file_ID","worldmap_ani_file_ID","zoom_map_type","display_positoin_x","display_positoin_y","zoom_x","offset_x","offset_y","size_x","size_y","blank_resource_ID","blank_a","blank_r","blank_g","blank_b","zoom_minimap","precipitation_min","precipitation_max","aurora_t","aurora_a","aurora_s","aurora_h","cloud_set") 
VALUES (4100,41000,4,10,1000,1,1,1,2,3,3,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,6.000000e-001,182,176,191,210,97,73,102,133,193,255,255,255,0,0,0,0,1.700000e-002,2.000000e-001,2.000000e-002,2.000000e-001,0,0,0,0,0,8.000000e-001,8.000000e-001,1.000000e+000,0,0,0,29,100,0,0,0,0,121,30,122,25,123,25,123,20,0,80,0,0,0,0,0,0,1,0,0,0,0,0,255,0,0,0,8,0,0,0.000000e+000,0.000000e+000,0.000000e+000,0.000000e+000,0)
INSERT INTO dbo.WorldLocation ("id","text_id","x","y","preloading_distance","apply_location_name","apply_light","apply_bgm","location_type","fog_application","time_id","weather_id","cloud_ratio","weather_change_time","weather_ratio","sky_start_a","sky_start_r","sky_start_g","sky_start_b","sky_mid_a","sky_mid_r","sky_mid_g","sky_mid_b","sky_end_a","sky_end_r","sky_end_g","sky_end_b","sky_mid_rate","diffuse_a","diffuse_r","diffuse_g","diffuse_b","ambient_a","ambient_r","ambient_g","ambient_b","specular_a","specular_r","specular_g","specular_b","fog_a","fog_r","fog_g","fog_b","v_start","v_end","h_start","h_end","fixed_terrain_distance","cloud_a","cloud_r","cloud_g","cloud_b","land_specular","character_diffuse","character_ambient","sun_texture_file","moon_texture_file","cloud_texture_file","bgm1_ID","bgm1_ratio","bgm2_ID","bgm2_ratio","bgm3_ID","bgm3_ratio","environmental_sound1_ID","environmental_sound1_ratio","environmental_sound2_ID","environmental_sound2_ratio","environmental_sound3_ID","environmental_sound3_ratio","environmental_sound4_ID","environmental_sound4_ratio","environmental_sound_reverb","environmental_sound_volume","environmental_sound_equalizer","minimap_ani_file_ID","worldmap_ani_file_ID","zoom_map_type","display_positoin_x","display_positoin_y","zoom_x","offset_x","offset_y","size_x","size_y","blank_resource_ID","blank_a","blank_r","blank_g","blank_b","zoom_minimap","precipitation_min","precipitation_max","aurora_t","aurora_a","aurora_s","aurora_h","cloud_set") 
VALUES (4100,41000,4,10,1000,1,1,1,2,3,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,6.000000e-001,182,176,191,210,97,73,102,133,193,255,255,255,0,0,0,0,1.700000e-002,2.000000e-001,2.000000e-002,2.000000e-001,0,0,0,0,0,8.000000e-001,8.000000e-001,1.000000e+000,0,0,0,29,100,0,0,0,0,121,30,122,25,123,25,123,20,0,80,0,0,0,0,0,0,1,0,0,0,0,0,255,0,0,0,8,0,0,0.000000e+000,0.000000e+000,0.000000e+000,0.000000e+000,0)
06/26/2017 02:37 7mody1999#6326
i have rdb tool from glandu2
but i need skill7.2.dll or the 7.2 skill structer
can anyone help me ?
06/26/2017 10:19 _-Seizure-_#6327
Quote:
Originally Posted by Guibzs View Post
I just fixed my last issue by making a new cleaned client.

I have another question. When i click on the item "Deva's Blessing", nothing happens : i'm not getting buffed. I checked into my ItemResource and there's on_use_item. I also checked my NPC_DarkMarket lua file and it contains the required if statement.

Any idea ? What am I missing ?
Code:
if ID == 601100231 or ID == 2012860 or ID == 2013010 then
			add_state( 314017,  70, 180000 ) -- 스피드 오브 세이지 		 7레벨
			add_state(   2506,  41, 180000 ) -- 다크 마이트 			20레벨
			add_state(   2508,  41, 180000 ) -- 다크 마이트 			20레벨
			add_state( 163429,  10, 180000 ) -- 윈드웨폰 				10레벨
			add_state(  13424, 277, 180000 ) -- 바위의 정기 			16레벨
			add_state(  13423,  36, 180000 ) -- 바람의 응원 			16레벨
			add_state(  13425, 277, 180000 ) -- 성화의 기운 			16레벨
			add_state( 314018,  70, 180000 ) -- 정신통일: 일격의 정기 	 7레벨
			add_state( 163404,  48, 180000 ) -- 블레싱 오브 바이탈리티 	16레벨
			add_state( 163405,  48, 180000 ) -- 블레싱 오브 인텔리전스 	16레벨
			add_state( 163406,  48, 180000 ) -- 블레싱 오브 멘탈 		16레벨
			add_state( 163407,  48, 180000 ) -- 블레싱 오브 스트렝스 	16레벨
			add_state( 163433,  90, 180000 ) -- 샤이닝 아머 			20레벨
			add_state(   2505, 160, 180000 ) -- 샤이닝 웨폰 			20레벨
			add_state(   2507, 160, 180000 ) -- 샤이닝 웨폰 			20레벨
			add_state( 314016,  70, 180000 ) -- 자연과 힘의 조화 		 7레벨
		end
make sure, the ID u used, is used in the if statement
06/26/2017 15:30 ImnotTheonly1#6328
Hey. Could anyone tell me if there is a way to disable gmfb at sieges? Thanks a lot :)
06/27/2017 20:59 SilentWisdom#6329
Quote:
Originally Posted by ImnotTheonly1 View Post
Hey. Could anyone tell me if there is a way to disable gmfb at sieges? Thanks a lot :)
Long answer:

The GMFB item is just a place holder, when you die the SFRAME <> CaptainHerlock perform a check of your inventory for the GMFB placeholder item, if it exists it will show the resurrection window.

Short Answer:

No

I could be wrong, but I doubt it.
06/27/2017 22:59 ImnotTheonly1#6330
Quote:
Originally Posted by SilentWisdom View Post
Long answer:

The GMFB item is just a place holder, when you die the SFRAME <> CaptainHerlock perform a check of your inventory for the GMFB placeholder item, if it exists it will show the resurrection window.

Short Answer:

No

I could be wrong, but I doubt it.
Thank you! But may be there is any way to make it work like death match(no gmfb window)?