all skill bypass the skill weapon requirements

chojuro

New member
Messages
51
Points
0
after i update the skill_db.txt to skill_db.conf suddenly all skill weapon requirements doesnt working all skills can be use without the required weapon can someone know where to look at it?

 
Maybe there was something wrong with the conversion. Can you try using default skill_db.conf from Github to see?

 
Did you try with normal account? Level 99 GM's skills are set to unconditional by default.

 
after i update the skill_db.txt to skill_db.conf suddenly all skill weapon requirements doesnt working all skills can be use without the required weapon can someone know where to look at it?
Check your group.conf and find skill_unconditional this must be FALSE

Code:
{
	id: 99
	name: "Admin"
	level: 99
	inherit: ( "Support", "Law Enforcement" )
	commands: {
		/* not necessary due to all_commands: true */
	}
	log_commands: true
	permissions: {
		can_trade: true
		can_trade_bound: false
		can_party: true
		all_skill: false
		all_equipment: false
		skill_unconditional: false
		use_check: true
		use_changemaptype: true
		all_commands: true
		hchsys_admin: true
		use_macro_interface: true
	}
}
 
Check your group.conf and find skill_unconditional this must be FALSE

{
id: 99
name: "Admin"
level: 99
inherit: ( "Support", "Law Enforcement" )
commands: {
/* not necessary due to all_commands: true */
}
log_commands: true
permissions: {
can_trade: true
can_trade_bound: false
can_party: true
all_skill: false
all_equipment: false
skill_unconditional: false
use_check: true
use_changemaptype: true
all_commands: true
hchsys_admin: true
use_macro_interface: true
}
}

{
id: 99
name: "Admin"
level: 99
inherit: ( "Support", "Law Enforcement" )
commands: {
/* not necessary due to all_commands: true */
}
log_commands: true
permissions: {
can_trade: true
can_trade_bound: false
can_party: true
all_skill: false
all_equipment: false
skill_unconditional: false
use_check: true
use_changemaptype: true
all_commands: true
hchsys_admin: true
use_macro_interface: true
}
}

i already checked this im using normal players account

 
Back
Top