Kimi_Hunter 0 Report post Posted September 19, 2018 (edited) 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 September 21, 2018 by Kimi_Hunter Share this post Link to post Share on other sites