Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UnusualKills] Implement option to remove weapons #35

Open
crashzk opened this issue Mar 5, 2021 · 1 comment
Open

[UnusualKills] Implement option to remove weapons #35

crashzk opened this issue Mar 5, 2021 · 1 comment

Comments

@crashzk
Copy link
Contributor

crashzk commented Mar 5, 2021

You currently have the following option in this module, lastclip:

"LR_UnusualKills"
{
	"Settings"
	{
		// Типы выдачи очков опыта:
		// 0 - Не выдавать очки от модуля, только записи в БД;
		// 1 - Выдавать очки опыта отдельным сообщением (из файла перевода);
		// 2 - Прибавлять очки опыта за необычное убийство к "за убийство".
		"Exp_Mode" 				"1"

		// Исключённые оружия, за которые не будет выдавать очки опыта от модуля.
		// Указывать без префикса "weapon_"
		"ProhibitedWeapons"  	"hegrenade,molotov,incgrenade"
	
		"TypeKills"
		{			
			// Убийство последним патроном.
			"lastclip"
			{
				"exp"			"1"
				"menu"			"1"
			}
		}
	}
}

It would be interesting to implement the option to choose which weapons will not work in this category, for example Zeus x27, as there is only one shot, would be like this:

"LR_UnusualKills"
{
	"Settings"
	{
		// Типы выдачи очков опыта:
		// 0 - Не выдавать очки от модуля, только записи в БД;
		// 1 - Выдавать очки опыта отдельным сообщением (из файла перевода);
		// 2 - Прибавлять очки опыта за необычное убийство к "за убийство".
		"Exp_Mode" 				"1"

		// Исключённые оружия, за которые не будет выдавать очки опыта от модуля.
		// Указывать без префикса "weapon_"
		"ProhibitedWeapons"  	"hegrenade,molotov,incgrenade"
	
		"TypeKills"
		{			
			// Убийство последним патроном.
			"lastclip"
			{
				"exp"			"1"
				"menu"			"1"
				"noweapons"		"weapon_taser"
			}
		}
	}
}

If he kills with Zeus x27 it would not count as a lastclip.

@crashzk
Copy link
Contributor Author

crashzk commented Mar 19, 2021

I know I could use the ProhibitedWeapons option:

// Исключённые оружия, за которые не будет выдавать очки опыта от модуля.
		// Указывать без префикса "weapon_"
		"ProhibitedWeapons"  	"hegrenade,molotov,incgrenade"

However, I do not want to remove the weapon from all killing options, just a few in this case.

That is, Zeus x27 does not count as lastclip but it could count as run, jump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant