Kimi_Hunter

Help for class infiSTAR_handleDamage

1 post in this topic

hello everyone, please fall if I'm not on the right topic.

here is my request, is it someone managed to run the script that is in infistar "EXILE_AHAT_CONFIG" class infiSTAR_handleDamage, because on my server it does not work,

here is my setting in the server but doesn't to work:

class infiSTAR_handleDamage {
	/*
		This whole handleDamage does not effect admins!
	*/
	enable = "true";

	/*
		PvP_ReflectDamage option should reflect damage from player vs player (the player still takes damage)
	*/
	PvP_ReflectDamage = "false";

	/*
		PvP_BlockDamage option should block damage from player vs player
	*/
	PvP_BlockDamage = "true";

	/*
		PvP_useZones will load PvP_ReflectDamage and PvP_BlockDamage only if people are not within a range of the given xyz coordinates!
		{{X,Y,Z},RADIUS}
	*/
	PvP_useZones = "true";
	zones[] = {
		{{3537.67,13025.3,0},325},
		{{9335.66,15893.9,0},200},
		{{16856,12632.2,0},225},
		{{21597.6,7498.6,0},650}
	};
thank you for helping me
Edited by Kimi_Hunter

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.