Bug/Error Report

Mhalicot

Gamers Republic
Messages
1,971
Points
0
Location
Asia
Github
mhalicot
Emulator
Missing "}" curly Bracket at db/re/skill_tree.conf

Code:
}Oboro: {	inherit: ( "Ninja" );		skills: { 		KO_YAMIKUMO: {			MaxLevel: 1			NJ_KIRIKAGE: 5		}		KO_RIGHT: 5		KO_LEFT: 5		KO_JYUMONJIKIRI: {			MaxLevel: 5			KO_YAMIKUMO: 1		}		KO_SETSUDAN: {			MaxLevel: 5			KO_JYUMONJIKIRI: 2		}		KO_BAKURETSU: {			MaxLevel: 5			NJ_KUNAI: 5		}		KO_HAPPOKUNAI: {			MaxLevel: 5			KO_BAKURETSU: 1		}		KO_MUCHANAGE: {			MaxLevel: 10			KO_MAKIBISHI: 3		}		KO_HUUMARANKA: {			MaxLevel: 5			NJ_HUUMA: 5		}		KO_MAKIBISHI: {			MaxLevel: 5			NJ_ZENYNAGE: 1		}		KO_MEIKYOUSISUI: {			MaxLevel: 5			NJ_NINPOU: 10		}		KO_ZANZOU: {			MaxLevel: 5			NJ_UTSUSEMI: 1		}		KO_KYOUGAKU: {			MaxLevel: 5			KO_GENWAKU: 2		}		KO_JYUSATSU: {			MaxLevel: 5			KO_KYOUGAKU: 3		}		KO_KAHU_ENTEN: 1		KO_HYOUHU_HUBUKI: 1		KO_KAZEHU_SEIRAN: 1		KO_DOHU_KOUKAI: 1		KO_KAIHOU: {			MaxLevel: 1			KO_KAHU_ENTEN: 1			KO_HYOUHU_HUBUKI: 1			KO_KAZEHU_SEIRAN: 1			KO_DOHU_KOUKAI: 1		}		KO_ZENKAI: {			MaxLevel: 1			KO_KAIHOU: 1			KO_IZAYOI: 1		}		KO_GENWAKU: {			MaxLevel: 5			NJ_UTSUSEMI: 1		}		KO_IZAYOI: {			MaxLevel: 5			NJ_NINPOU: 5		}		OB_ZANGETSU: {			MaxLevel: 5			KO_GENWAKU: 1		}		OB_OBOROGENSOU: {			MaxLevel: 5			OB_AKAITSUKI: 3		}		OB_AKAITSUKI: {			MaxLevel: 5			OB_ZANGETSU: 2		}	}Rebellion: {
 
Just a missing curly at the top of Rebellion, you can add it manually..

but there's still error on db/pre-re/job_db1.txt

[Error]: sv_readdb: Too many columns in line 283 of "db/pre-re/job_db1.txt" (found 30, maximum is 29).

 
Last edited by a moderator:
Hi.

Could you please file a bug report on our bug tracker? This way, devs will read and fix it way quicker on bug reports than here in the forums.

Thanks a lot!

 
Just a missing curly at the top of Rebellion, you can add it manually..

but there's still error on db/pre-re/job_db1.txt

[Error]: sv_readdb: Too many columns in line 283 of "db/pre-re/job_db1.txt" (found 30, maximum is 29).
Because it is on their database, when you update your Server you can encounter that error.

Hi.

Could you please file a bug report on our bug tracker? This way, devs will read and fix it way quicker on bug reports than here in the forums.

Thanks a lot!
For some reason I cant start a topic there.. Maybe its a bug thing again.. I will try to put it on Bug Tracker tomorrow.

 
Back
Top